i.Posei's blog

Happiness only real when shared!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  网络搜刮

摘要:Numeric TextBoxprivate void textBox1_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e){if ( !( char.IsDigit( e.KeyChar ) || char.IsControl( e.KeyChar ) ) ){e.Handled = true;}}Numeric T... 阅读全文

posted @ 2006-04-21 22:34 i.Posei 阅读(494) 评论(1) 推荐(0)

摘要:SQL语句导入导出大全 /******* 导出到excel EXEC master..xp_cmdshell ’bcp SettleDB.dbo.shanghu out c:\temp1.xls -c -q -S"GNETDATA/GNETDATA" -U"sa" -P""’ /*********** 导入Excel SELECT * FROM OpenDataSource( ’Microso... 阅读全文

posted @ 2005-06-18 14:27 i.Posei 阅读(1258) 评论(0) 推荐(0)

摘要://将指定字符串中的汉字转换为拼音缩写,其中非汉字保留为原字符。 public string GetPinYin(string text) { char pinyin; byte[] array; System.Text.StringBuilder sb = new System.Text.StringBuilder(text.Length); foreach(char c ... 阅读全文

posted @ 2005-06-18 14:25 i.Posei 阅读(995) 评论(1) 推荐(0)

摘要:高等数学 Advanced Mathematics工程数学 Engineering Mathematics中国革命史 History of Chinese Revolutionary程序设计 Programming Design机械制图 Mechanical Drawing社会学 Sociology体育 Physical Education物理实验 Physical Experiments电路 C... 阅读全文

posted @ 2005-06-18 14:22 i.Posei 阅读(2494) 评论(1) 推荐(0)

摘要:name 姓名 alias 别名 pen name 笔名 date of birth 出生日期 birth date 出生日期born 出生于 birth place 出生地点 age 年龄 native place 籍贯 province 省city 市 autonomous region 自治区 prefecture 专区 county 县 nationality 民族,国籍 citizens... 阅读全文

posted @ 2005-06-18 14:20 i.Posei 阅读(981) 评论(2) 推荐(0)

摘要:打开控制面板里的某一属性窗口 阅读全文

posted @ 2005-03-30 20:41 i.Posei 阅读(2187) 评论(4) 推荐(0)