-
Visual Basic.net2003 environment to achieve RS232 transmit text.
视觉基本.net2003实现RS232环境下的文本传输。
- 2022-03-01 01:15:46下载
- 积分:1
-
asp.net 二维码生成
asp.net 写的一个二维码生成应用 ,可自定义大小,可选中心图,
页面用到了jquery-ui,和jquery.uploadify技术,有兴趣的可以参考一下
- 2022-07-09 02:02:42下载
- 积分:1
-
analyzeFunc
自己vb.net写的从define文件生成函数和头文件的开发辅助工具,获取文件夹中test.h文件,生成C++程序.(Development aid, vb.net write their own generating functions and header files define file to get the the folder the the document in test.h to generate C++ program.)
- 2012-09-28 14:21:17下载
- 积分:1
-
ffff
c#语言编写。遍历磁盘所有文件夹和文件。实现资源管理器的功能。用VS2005环境开发(c# language. Traverse the disk all the folders and files. To achieve resource manager functions. Environmental development with the VS2005)
- 2009-09-10 17:33:23下载
- 积分:1
-
HowToSendandReceive
用vb.net开发的一个flash播放器
很简单,但是功能齐全
(using vb.net development of a flash player is simple, but complete)
- 2006-12-31 15:59:23下载
- 积分:1
-
对一组数据由大到小的排序,并按照由大到小的顺序输出
对一组数据由大到小的排序,并按照由大到小的顺序输出-Descending on a set of data sorting, and in accordance with descending order of output
- 2022-06-01 01:31:30下载
- 积分:1
-
kingbos
关于教育网站的开发和架构,采用三层架构模式,使用于多企业(Website development framework on education)
- 2013-09-08 13:46:48下载
- 积分:1
-
C# 进销存管理系统
C# 进销存管理系统,万能进销存管理系统!
- 2022-10-25 20:05:03下载
- 积分:1
-
C#短信发送
winfrom技术开发,使用了第三方的开源组件!可以直接对接多家短信发送平台,可以直接到运营商拿短信接口对接,方便快捷。
- 2022-10-01 08:25:07下载
- 积分:1
-
DataSet 到 T-SQL 脚本
翻译 maninwest@Codeforge 作者:Brad Joss@CodeProject static 类对外暴露了采用 System.Data.DataTable 或 DataSet并输出为 Transact SQL (T-SQL) 脚本的方法。当该脚本在 SQL Server 实例中运行时,可以创建#TEMP 表格形式的逻辑相似的结构。调试时特别有用,可用来分析 DataTable(s) 中的数据。 虽然这个代码的主要目标是用于调试,但是也可用于日志机制,来捕获日志报告详情,显示数据如何在系统中移动。使用代码要创建T-SQL 脚本,需要根据你的需求调用其中一个方法。代码提供了 3 个方法,输出结果到 Debug.Output 窗口,System.String 变量或者到一个文件。DataSet ds = // A DataSet filled with data....
// Write the script results to the Debug.Output window
DataSetToScript.DataSetToSqlScriptOutput(ds);
// Write th
- 2022-02-12 06:54:49下载
- 积分:1