-
controls for Access 2.0 by Microsoft
Microsoft用于Access 2.0的控件-controls for Access 2.0 by Microsoft
- 2022-09-21 18:45:08下载
- 积分:1
-
wince程序自动运行的一段代码,可以参考一下
wince程序自动运行的一段代码,可以参考一下-wince automatic operation of a code can reference
- 2023-02-04 09:20:04下载
- 积分:1
-
局域网通信软件
局域网通信软件跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密-LAN communications software cross-platform information exchange, based on TCP/IP (UDP) without the server, simple to use, is capable of transmitting files and folders, data communications using RSA/encryption Blofish
- 2022-02-03 16:56:39下载
- 积分:1
-
使用 C# 编写简易 ASP.NET Web 服务器
你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio
我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个支持 ASP NET 的 Web 服务器怎么样 NO NO NO 如果你只是想找个这样的工具的话 那完全没必要 我们知道使用 VS 可以运行 ASP NET 程序
那么我们就可以找出 VS 所调用的程序 将其拷贝到没有 VS 和 IIS 的环境中运行
就能运行 ASP NET 程序了 安装了 VS 的朋友可以到 C: Program Files Common Files Microsoft Shared DevServer
这个目录里面找找看 这个程序的使用方式如下 ">你是否有过这样的需求 想运行 ASP NET 程序 又不想安装 IIS 或者 Visual Studio 我想如果你经常编写 ASP NET 程序的话 应该或多或少都会碰到这种情况 除了使用 IIS 和 VS 我们还有哪些方式可以运行 ASP NET 程序呢 自己写一个
- 2022-03-15 11:11:47下载
- 积分:1
-
可以通过网络求出对方精确的ip地址 可以方便的和对方对话
可以通过网络求出对方精确的ip地址 可以方便的和对方对话-network can be obtained through other precision ip addresses can facilitate dialogue and the other side
- 2023-08-17 19:10:03下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 niControls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
- 2022-01-26 07:38:06下载
- 积分:1
-
在二维空间中旋转三角形
Rotating a triangle in a 2d space
- 2022-07-05 06:21:06下载
- 积分:1
-
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!...
猜数字小游戏!A表示猜对且位置正确的数字个数,B味猜对但位置不正确的数字个数!-猜数字game! A guess on the express right of the figure and the number of locations, B flavor to guess the location but not on the right number of figure!
- 2023-01-05 07:10:03下载
- 积分:1
-
Samsung s 2440 development board wince 5.0 BSP
三星公司 2440 开发板 wince 5.0 BSP-Samsung s 2440 development board wince 5.0 BSP
- 2022-01-24 09:11:43下载
- 积分:1
-
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。...
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。-haptic controlling arm of the spring test results, the size and strength between two points is proportional to the distance.
- 2022-02-21 07:37:03下载
- 积分:1