-
医药行业管理系统 vb
医药行业管理系统 vb-pharmaceutical industry management system vb
- 2022-01-26 15:44:03下载
- 积分:1
-
文件分割器程序源代码
资源描述文件分割器程序源代码,可以对文件进行分割,按照要求进行分割。
- 2022-03-30 13:35:42下载
- 积分:1
-
Realize the program automatically monitor directory changes, including whether t...
该程序实现了目录变化自动监视,包括是否添加 删除 重命名 修改了文件属性等.-Realize the program automatically monitor directory changes, including whether to add delete rename the file attributes, such as modified.
- 2022-04-10 23:05:28下载
- 积分:1
-
分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。...
分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。-Analysis of the machine left the cookies for all sites of information. Website users can access some information.
- 2022-04-20 17:49:25下载
- 积分:1
-
640x480 24
640x480的24位真彩图转换成256级灰度图像且经过均衡化处理-640x480 24-bit true color pictures converted to 256 gray-scale image and after equalization deal
- 2022-01-26 06:35:31下载
- 积分:1
-
一个微
一个java微型编辑器程序(需要改为*.jar)-a micro-editor (need to be converted into*. jar)
- 2023-01-01 12:20:03下载
- 积分:1
-
遍历制定目录,找出该目录下的所有图片(png,jpg,bmp等等)文件
该源码的主要功能是:遍历制定的目录下的所有目录,直到最后一级目录,找出所有目录下的图片(png,jpg,bmp等等)文件,并且按照建立的时间迅速给他们排序,最后将所有文件名(包括全路径名,只有文件名)存放到一个vector容器中。
- 2022-03-22 21:53:55下载
- 积分:1
-
a simple and practical procedure of the notebook, according to the date you, you...
一个简单实用的记事本程序,可以根据日期查找内容,可以增加,删除内容,设定密码等,无需数据库.-a simple and practical procedure of the notebook, according to the date you, you can add, delete, set passwords, without the database.
- 2022-07-10 21:59:40下载
- 积分: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
-
监控windows下的服务的服务。并产生日志文件
监控windows下的服务的服务。并产生日志文件-windows under the control of services. Log files and generate
- 2022-04-26 14:26:52下载
- 积分:1