会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
厚道 善良 守信 宽容 诚实 谦虚 正直 执着
首页
联系
管理
2005年1月4日
获得当前运行程序的绝对路径
摘要: Environment.CurrentDirectory
阅读全文
posted @ 2005-01-04 09:10 jhtchina
阅读(678)
评论(0)
推荐(0)
编辑
字符加密变换
摘要: string Greeting="Hello World"; Console.WriteLine(Greeting); for (int i=(int)'z';i>=(int)'a';i--) { char Old=(char)i; char New=(char)(i+1); Greeting=Greetin...
阅读全文
posted @ 2005-01-04 09:03 jhtchina
阅读(830)
评论(0)
推荐(0)
编辑
公告