会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
To be simple
Everything should be made as simple as possible, but no simpler.
管理
2008年4月22日
VS2005运行时读写配置文件(.config/Settings) --转
摘要: VS2005运行时读写配置文件(.config) 在VS 2005中设置和读取配置文件已经变的很简单了,而且是强类型的,读取的值可以直接赋值给相应的变量,无需强制转换。 例如:DateTime userDateTime1 = Properties.Settings.Default.userDateTime1; 真是方便了很多。但是你有没有发现,使用 Properties.Settings.De...
阅读全文
posted @ 2008-04-22 10:54 彷徨......
阅读(964)
评论(0)
推荐(0)
编辑