摘要: SQL Server Date 函数定义和用法CONVERT() 函数是把日期转换为新数据类型的通用函数。CONVERT() 函数可以用不同的格式显示日期/时间数据。语法CONVERT(data_type(length),data_to_be_converted,style)data_type(le... 阅读全文
posted @ 2014-07-05 13:14 hcwp 阅读(482) 评论(0) 推荐(0) 编辑
摘要: delphi 汉字的编码 转换2009-10-07 21:57:00|分类:delphi|标签:|字号大中小订阅━━━━━━━━━━━━━━━━━━━━━━━━━━varStr:String;beginStr:='张';Caption:=IntToHex(PWord(@Str[1])^,4);end... 阅读全文
posted @ 2014-03-27 22:12 hcwp 阅读(1929) 评论(0) 推荐(0) 编辑