摘要: 好久没来更新都忘记自己这里还有个账号在,今天在百度的时候无意间看见了自己blog,进来看看!以后有空要经常回来更新,看看~~~ 阅读全文
posted @ 2006-12-21 14:04 rose 阅读(88) 评论(1) 推荐(0)
摘要: on ReplyOfBBS.userName collate Chinese_PRC_CI_AS = UserInfo.userid collate Chinese_PRC_CI_AS where ReplyOfBBS.idofPublish ='10' 阅读全文
posted @ 2005-07-13 15:23 rose 阅读(257) 评论(0) 推荐(0)
摘要: //加密 public string EncodingSMS(string s) { string result = string.Empty; byte[] arrByte = System.Text.Encoding.GetEncoding("GB2312").GetBytes(s); for(int i = 0; i < arrByte.Length; i++)... 阅读全文
posted @ 2005-04-26 14:07 rose 阅读(276) 评论(0) 推荐(0)
摘要: //加密 private string EncodeHex( string sourcecode ) { string result = "" ; for( int i = 0 ; i = 65 && sourcecode[i].ToString().ToUpper()[0] <= 70 ) { result += ... 阅读全文
posted @ 2005-04-25 14:59 rose 阅读(252) 评论(0) 推荐(0)