fuyun
博客园
首页
新随笔
联系
订阅
管理
16 Posts :: 2 Stories :: 47 Comments :: 1 Trackbacks
公告
昵称:
浮云
园龄:
7年7个月
粉丝:
0
关注:
1
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
MonoRail专题(3)
随笔档案
2007年12月 (2)
2007年10月 (3)
2006年4月 (2)
2006年3月 (3)
2006年1月 (3)
2005年2月 (2)
2004年6月 (1)
文章档案
2005年1月 (1)
相册
test1
sourceforge
Dotnet IL Editor
Dotnet IL Editor (DILE) is an editor program which helps modifying .NET assemblies. It is intended to be able to disassemble .NET assemblies, modify the IL code, recompile it and run inside a debugger.
Motherboard Monitor
Motherboard Monitor .NET is a .NET class library written in C# able to communicate with Motherboard Monitor using shared memory, it can read system temperatures, CPU & fans speed, voltages, add custom sensors, set sensors alarms and manage system events.
关注的博客
uGoer
吕震宇
最新评论
阅读排行榜
评论排行榜
推荐排行榜
12 2007 档案
Windows Live Writer 代码高亮语法插件中文版
摘要: Windows Live Writer 代码高亮语法插件Syntax Highlight支持10多种语言的代码加亮,使用起来非常方便,不过唯一有个缺点,代码中的中文会乱码。这个工具是个开源项目,本身所使用的语法加亮库也是开源的。打开代码发现乱码是因为语法加亮库Wilco.SyntaxHighlighter.dll中RTF格式中没有中文字体的原因。现在将修改好的插件发布上来供大家使用,包含源代码。1...
阅读全文
posted @
2007-12-08 14:24
浮云 阅读(1887) |
评论 (15)
编辑
程序集版本最后一位使用SVN版本号的自动生成方法
摘要: 使用SVN进行源代码版本控制时,我们希望能够快速找到每个发布版本对应的源代码版本,现在可以通过在程序集的版本信息中增加SVN源码版本信息的方式来实现我们的要求。 现在我们定义每个程序集的版本信息的最末段表示SVN的源码版本。详细定义如下:程序集版本号分为4段,例如1.0.4.23。 第一段为主版本号,项目一但启动则不会更改。 第二段为次版本号,在项目功能做较大调整时增加,增量为1。 第三段为修订版...
阅读全文
posted @
2007-12-07 14:29
浮云 阅读(4458) |
评论 (7)
编辑
Powered by:
博客园
Copyright © 浮云