Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • liangku.rar ... FrmDb do begin qry.Close qry.SQL.Clear qry.SQL.Add(sql) try qry.Open cds1.Open if not qry.Eof then begin Result:=cds1.XMLData end except on e:Exception do Result:=e.Message end qry.Close cds1.Close end end
  • Spy++7.zip SPY++ 7.1 繁体中文版本 用来监测视窗讯息与状况 对于了解视窗运作与 Windows Message 传递 非常有帮助-
  • NTsky留言本 v1.2.rar 著名的ntsky留言本 密码:cnzz.cn
  • 圣洁JSP留言板.rar 圣洁JSP留言版 密码:cnzz.cn
  • internship code for message board.rar php4+apache+mysql2.0 留言本代码 具有用户登陆界面 注册功能 email-notification 功能 忘记密码产生随机数 发指定邮箱 后台mysql 支持 留言主页 由树状显示 threaded -display 具体说明在rar包中
  • 基于三层结构的留言板程序(C#源代码).rar 一个非常的留言板程序,其功能只有留言显示和发送。但是该留言板程序,是基于“三层结构”的。留言板程序可以运行在三个数据库平台上,分别是:Access数据库、MSSqlServer数据库和MySql数据库。只需要通过修改Web.Config文件来设置留言板运行的数据库平台,而不是开发三个数据库版本的留言板… 可以使用TraceLWord_MSSqlServer.sql生成MSSqlServer数据库中的表,使用TraceLWord_MySql.sql生成MySql数据库中的表。
  • Winshell5[1].0源代码.zip ... alone executable file, Could run stably without any third dll, Although it was so thin, it had many of functions, such as custom port, password protect, muti-user logon, NT Service mode, download file,user-defined message, special anti-ddos and etc.
  • bcbcomm.rar ... embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.
  • SIP消息实例讲解ppt.zip SIP协议message交互实例剖析,相当浅显易懂的资料,适合初学者。
  • 06pop3.rar ... Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message ... Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End ...