搜索资源列表
无限级树形菜单(Sql数据库) MyTree
- 无限级树形菜单(Sql数据库) 利用VS2005+Sql2000开发的一个无限级树形菜单,比较简单,实用性比较强 DB_CNZZ下为数据库文件,附加即可 数据库连接配置修改DefaultTree.aspx.cs中的SqlConnection con = new SqlConnection("server=(local);database=GHRQ;uid=sa;pwd=sa"); 作者:chy2z
图书馆管理系统rar
- SQL脚本文件放在查询分析器执行并生成数据表,在PASS_WORD表中添加一个初始化的用户名和密码,等一下在密码窗口中使用. 本系统不要求使用密码,本系统的ODBC配置是FileDSN=library.dsn UID=sa PWD= 本系统在XP中是可运行的-SQL scr ipt file analyzer inquiries on the implementation and generates data tables, in addition PASS_WORD table ini
C#案例开发
- C#进销存系统,WinForm与SQLServer开发,配有数据库文件, 1、把goods数据库附加在SQL SERVER中。 2、连接数据库的登录账号为:J110,登录密码:654321。 3、数据库连接字串:Server=localhost uid=sa pwd=123456 database=goods。-Invoicing System C#, SQLServer Layout and development, equipped with a database file
usbdetectid
- 检测USB设备的PID和UID等信息-Measure the information of PID,UID and so on of the USB.
Member
- 使用asp.net开发的一个系通。请重新编译生成安装文件。 将源代码中的MemberMgr文件夹拷入到C:\\Inetpub\\wwwroot路径下。在IIS里的默认网站中将该文件创建成应用程序。 然后打开文件\\Member\\Member.sln即可以看到整个程序的所有程序文件。 修改连接字符串 <!--数据库连接字符串 --> <appSettings> <add key=\"Conn\" value=\"server=LIU
saleMIS
- 商品销售管理系统 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = \"Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False Initial Catalog=Sale Data Source=JAM
POP3_EXAMPLE
- Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除
Business
- using System using System.Collections.Generic using System.Text using DataAccess using System.Data namespace Business { public class SalesTable { DataOperate temp = new DataOperate(\"server=. uid=sa pwd=sa database=pubs\")
UID
- U盘身份识别;这是一款通过U盘实现身份识别的软件。-U disk identification this is a realization of identity through U disk software.
uid-pid
- 开发USB借口的检查工具.UID和PID-USB development tools under the pretext of inspection. UID and PID
stm32-UID
- stm32f103单片机的UID编程 详细测试-stm32f103 detailed testing program the microcontroller UID
CLRC632-UID.X
- 基于PIC单片机和RC632读卡芯片的可以读取身份证UID的源代码-Based on PIC single chip microcomputer and RC632 chip can read id card reader to the UID of the source code
ceac-kl25-uid-keil
- M0+demo code ,read mcu uid number .-read mcu id number,
uid-Liang-number-mall-source-code
- uid靓号商城源代码 DZ论坛专用 GPH游戏者之家破解上传-uid Liang number mall source code
UID写卡
- UID写卡软件;特定的读卡系统; 可以读写很多卡片,复制卡片 非常好用(NFC write card software; a specific card reader system; can read and write many cards, copy cards, very easy to use)
UID207
- uid写卡工具 一个神奇的写卡工具 可以帮助你 无敌的写卡工具(Uid card tool a magic card tool can help your invincible card tool)
1.驱动&程序
- 破译UID M1 IC卡,读取写入UID数据信息(Deciphering UID M1 IC card)
接触读写芯片PN512在读取身份证UID的源码及电路
- 接触读写芯片PN512在读取身份证UID的源码及电路(The contact read and write chip PN512 reads the source code and circuit of the ID card UID.)
分立元件读M1卡UID电路
- 分立器件读M1卡, 节省成本的好电路, 替代NFC 芯片(reader for M1 card, low cost BOM,displace the NFC chips)
uid-generator-master.zip
- UidGenerator是Java实现的, 基于Snowflake算法的唯一ID生成器。UidGenerator以组件形式工作在应用项目中, 支持自定义workerId位数和初始化策略, 从而适用于docker等虚拟化环境下实例自动重启、漂移等场景。 在实现上, UidGenerator通过借用未来时间来解决sequence天然存在的并发限制; 采用RingBuffer来缓存已生成的UID, 并行化UID的生产和消费, 同时对CacheLine补齐,避免了由RingBuffer带来的硬件级「伪共