摘要: /// /// 取得最大序列号 /// /// guid号 /// 新增:true;查询:false /// 序列号 public static int getSequenceNum (long PersonnelAutoID, bool RunType) { string tableNa... 阅读全文
posted @ 2007-09-11 17:45 nestea 阅读(396) 评论(0) 推荐(0) 编辑
摘要: //// /// 转全角的函数(SBC case) /// /// 任意字符串 /// 全角字符串 /// ///全角空格为12288,半角空格为32 ///其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 /// ... 阅读全文
posted @ 2007-09-11 17:35 nestea 阅读(546) 评论(0) 推荐(0) 编辑