上一页 1 ··· 9 10 11 12 13 14 下一页

2005年6月16日

摘要: public bool IsChina(string CString) { bool BoolValue=false; for (int i =0 ;i<CString.Length ; i++) { if (Convert.ToInt32(Conver... 阅读全文
posted @ 2005-06-16 17:27 房客 阅读(495) 评论(0) 推荐(0)
摘要: public string ID15T18(string strTemp) { string ToString=null; int nTemp = 0; int[] ArrInt = new int[]{7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2}; char[] ArrCh = new char[]{'1', '0'... 阅读全文
posted @ 2005-06-16 17:26 房客 阅读(1365) 评论(4) 推荐(0)
摘要: private string CheckCidInfo(string cid) { string[] aCity = new string[]{null,null,null,null,null,null,null,null,null,null,null,"北京","天津","河北","山西","内蒙古",null,null,null,null,null,"辽宁","吉林","黑龙江",nul... 阅读全文
posted @ 2005-06-16 17:25 房客 阅读(328) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2005-06-16 17:24 房客 阅读(368) 评论(0) 推荐(0)
摘要: Email : /^\w+([-+.]\w+)*@\w+([-.]\\w+)*\.\w+([-.]\w+)*$/isEmail1 : /^\w+([\.\-]\w+)*\@\w+([\.\-]\w+)*\.\w+$/;isEmail2 : /^.*@[^_]*$/;Phone : /^((\(\d{3}\))|(\d{3}\-))?(\(0\d{2,3}\)|0\d{2,3}-)?[1-9]\d{... 阅读全文
posted @ 2005-06-16 17:20 房客 阅读(476) 评论(0) 推荐(0)
摘要: ");document.write("");function writeIframe(){ var strIframe = ""; if (WebCalendar.drag){ strIframe += ""+ "var drag=false, cx=0, cy=0, o = parent.WebCalendar.calendar; function document.onmo... 阅读全文
posted @ 2005-06-16 17:08 房客 阅读(5340) 评论(0) 推荐(0)

2005年6月13日

摘要: 阅读全文
posted @ 2005-06-13 11:36 房客 阅读(624) 评论(0) 推荐(0)

2005年6月12日

摘要: /// /// 汉字转拼音缩写 /// Code By MuseStudio@hotmail.com /// 2004-11-30 /// /// 要转换的汉字字符串 /// 拼音缩写 public string GetPYString(string str) { ... 阅读全文
posted @ 2005-06-12 14:57 房客 阅读(567) 评论(0) 推荐(0)
摘要: 好不容易,DUDU也很给面子,在博客园申请到了一个属于自己的Blog。可惜自己更新的速度也过于慢了些。不过不要紧,从零开始吧。星期天,又是一个无聊的星期天来到公司,看了一上午的Blog。不过都是别人的。主管过来说我每周末都来公司玩,也不用陪老婆?晕!上午在CSDN上面看到一家公司招聘要求,博士学位以上!!!像自己这种要学历没有,要文凭没有的人。唉。。无语。不知道是不是该考个什么认证了。也好为自己学... 阅读全文
posted @ 2005-06-12 12:06 房客 阅读(372) 评论(0) 推荐(0)

2005年6月10日

摘要: [转 http://community.csdn.net/Expert/topic/4043/4043318.xml?temp=.5453455]步骤: 1、添加一个新项目->选择类库模板->命名为DBCustomAction 2、单击项目右键->添加新项->选择安装程序类(命名为DBCustomAction.cs) 3、在服务器资源管理器中添加->连接到数据库->指定用户密码(选择允许保存密码)... 阅读全文
posted @ 2005-06-10 10:30 房客 阅读(633) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 下一页

导航