i.Posei's blog

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

2005年6月18日

摘要: 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 阅读(1241) 评论(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 阅读(984) 评论(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 阅读(2456) 评论(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 阅读(961) 评论(2) 推荐(0) 编辑