-
从wsus获取系统更新
自己写的用wsus api从wsus服务器获取当前所有更新数据。
生成的可执行程序依赖Microsoft.UpdateServices.Administration.dll,System.Data.SQLite.dll这个两个dll。
该程序放在安装了wsus服务程序的windows系统中。若本机没有安装wsus,则程序退出。
从wsus获取所有更新后,将依次打印出相关信息。
- 2022-04-22 16:58:26下载
- 积分:1
-
房地产售楼系统物业管理系统,
采用sql数据库
房地产售楼系统物业管理系统,
采用sql数据库-sales of real estate property management systems, database use sql
- 2023-02-07 19:45:03下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-01-25 16:28:42下载
- 积分:1
-
先端多态EXE保护用FASM和CSharp
先端Cryptor是一个多态的exe保护工具。存根用FASM和支持runpe。而建筑是用C写的#。它还包括一个相对现实的垃圾代码生成器,被另一组29创建。总的来说这是一个更好的开源保护工具。
- 2022-11-18 12:00:06下载
- 积分:1
-
Visual Basic控制MessageBox
Visual Basic控制MessageBox-Visual Basic Control MessageBox
- 2022-03-04 10:02:30下载
- 积分:1
-
Siemens company sle4442 encryption id cards reading, writing and checking the so...
西门子公司的sle4442加密ic卡的读、写、密码校验源程序。-Siemens company sle4442 encryption id cards reading, writing and checking the source code.
- 2022-02-02 04:47:19下载
- 积分:1
-
乳腺癌患者使用全局相似性
该数据集的名称是哈伯曼的存活数据集(1991年3月4日)。该数据集包含从1958年到1970年间在芝加哥的比林斯大学医院对谁经历了手术的乳腺癌患者的生存期是进行一个研究案例。[3]
- 2022-05-28 20:18:23下载
- 积分:1
-
软件在线升级系统,介绍了系统注册、站点建立、软件升级等内容...
软件在线升级系统,介绍了系统注册、站点建立、软件升级等内容-Software online upgrade system, introduction of the system register, the site-building, software upgrades, etc.
- 2022-03-16 14:38:44下载
- 积分:1
-
简单的网上书店
一个简单的网上书店,有一套完整购物流程基于tomcat + Jap + Sqlserver 实现的在线购物,该项目并不完整,没有后台管理,只是做了一些简单的购物流程的处理,对初学者可能会有写帮助该项目使用MVC设计模式,业务的处理使用servlet 和service,购物车是使用session技术
- 2022-03-02 08:28:34下载
- 积分: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