IT
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 55 下一页
摘要: 此程序可以实现系统拨号找到系统的拨号设置,然后再拨号成功后,显示拨号状态,非原创,用C#移植了一下,原文参见CodeProject中关于Web 实现拨号的文章。下面是拨号需要用到的文件,一个RAS自定义类,添加到工程文件中就可用,C#的代码://////////////////// using System;using System.Runtime.InteropServices;using S... 阅读全文
posted @ 2009-07-03 14:59 liufei 阅读(983) 评论(1) 推荐(0) 编辑
摘要: SqlConnection conn=new SqlConnection("server=(local);database=Hotelsystem;user id=sa;password=sa;");SqlDataAdapter da=new SqlDataAdapter("select Dic_Code,Dic_Name from Dic_District",conn);DataSet ds=n... 阅读全文
posted @ 2009-07-03 13:25 liufei 阅读(4557) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.IO; namespace 你的命名空间名 { class MD5 { //static state variables private static UInt32 A; private ... 阅读全文
posted @ 2009-07-01 17:22 liufei 阅读(444) 评论(0) 推荐(0) 编辑
摘要: http://www.tzwhx.com/newOperate/html/1/12/122/7643.html 阅读全文
posted @ 2009-06-26 13:35 liufei 阅读(109) 评论(0) 推荐(0) 编辑
摘要: usingSystem; usingSystem.Collections; usingSystem.Collections.Specialized; usingSystem.Data; usingSystem.Data.SqlClient; usingSystem.Configuration; namespaceNMJU.Web.DBUtility { ///<summary> ///... 阅读全文
posted @ 2009-06-26 13:29 liufei 阅读(676) 评论(0) 推荐(0) 编辑
摘要: insert into Info_Guest select top 10 * from Info1_Guest 阅读全文
posted @ 2009-06-25 15:48 liufei 阅读(146) 评论(0) 推荐(0) 编辑
摘要: .net的密码框不能直接通过给Text属性赋值来显示“***”,而需要:TextBox1.Attributes.Add("value", user.PassWord); 阅读全文
posted @ 2009-06-09 14:29 liufei 阅读(312) 评论(0) 推荐(0) 编辑
摘要: /* 功能:验证身份证号码是否有效 提示信息:未输入或输入身份证号不正确! 使用:f_check_IDno(obj) 返回:bool */代码function f_check_IDno(obj) { var aCity={11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古",21:"辽宁",22:"吉林",23:"黑龙江",31:"上海",32:"江苏",33:"浙江... 阅读全文
posted @ 2009-06-07 22:28 liufei 阅读(418) 评论(0) 推荐(0) 编辑
摘要: ORACLE应用常见傻瓜问题1000问 - 1 - ORACLE应用常见傻瓜问题1000问 ORACLE应用常见傻瓜问题1000问 - 2 - 目 录 1. Oracle安装完成后的初始口令? 2. ORACLE9IAS WEB CACHE的初始默认用户和密码? 3. oracle 8.0.5怎幺创建数据库? 4. oracle 8.1.7怎幺创建数据库? 5. oracle 9i 怎幺创建数据库... 阅读全文
posted @ 2009-05-07 10:28 liufei 阅读(541) 评论(0) 推荐(0) 编辑
摘要: Emulatorfor windows CE安装中有一个或多个文件丢失。请重新安装Emulator for windows CE,然后重试。 Emulator for windows CE安装中有一个或多个文件丢失。 请重新安装Emulator for windows CE,然后重试。 要解决此问题,按以下步骤操作即可 1. 进入控制面板,选择系统图标进入【起动和故障恢复... 阅读全文
posted @ 2009-05-05 17:55 liufei 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 55 下一页