会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
rose的心里日记
博客园
首页
博问
闪存
新随笔
订阅
管理
2006年12月21日
一年半没回来了
摘要: 好久没来更新都忘记自己这里还有个账号在,今天在百度的时候无意间看见了自己blog,进来看看!以后有空要经常回来更新,看看~~~
阅读全文
posted @ 2006-12-21 14:04 rose
阅读(88)
评论(1)
推荐(0)
2005年7月13日
sql 规则
摘要: 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)
2005年4月26日
加密
摘要: //加密 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)
2005年4月25日
ASCII
摘要: //加密 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)