会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
没肉包子
博客园
|
首页
| |
新文章
|
联系
|
订阅
|
管理
2006年8月2日
NHibernate的灵活配置
摘要: 使用配置文件和代码对NHibernate进行配置的多种方式
阅读全文
posted @ 2006-08-02 17:54 没肉包子
阅读(12439)
评论(8)
推荐(1)
[转载]HTTP MIME类型即HttpResponse.ContentType属性值列表
摘要: HTTP MIME类型即HttpResponse.ContentType属性值列表
阅读全文
posted @ 2006-08-02 16:11 没肉包子
阅读(5296)
评论(0)
推荐(1)
string和byte[]的相互转换
摘要: string --> byte[] byte[] data=Syste.Text.Encoding.ASCII.GetBytes(string);byte[]-->string string string1= Encoding.ASCII.GetString( bytes, 0, bytesSize );如果有中文字符把Encoding.ASCII换成Encoding.GetEncoding(...
阅读全文
posted @ 2006-08-02 12:25 没肉包子
阅读(767)
评论(2)
推荐(0)
公告