会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Software Designer
人的动机分两种:内部动机和外部动机。如果按照内部动机去行动,我们就是自己的主人。如果驱使我们的是外部动机,我们就会被外部因素所左右,成为它的奴隶。 微博http://weibo.com/rufi
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2010年6月5日
发现C#的一个弱点
摘要: 写了如下代码:[代码]结果不能编译,原因是“Attribute”是一个特性类,无法从它派生泛型类型。有点出乎意外。
阅读全文
posted @ 2010-06-05 16:25 刘俊峰
阅读(964)
评论(6)
推荐(0)
编辑
2010年5月30日
Visual Studio的三个技巧
摘要: 1.条件断点在断点上弹出右键菜单,点“条件 ...”,可以设置断点条件。2. 异常中断点击“调试->异常”菜单,可以设置异常抛出时中断3. 添加类成员在类图类详细信息窗口里可以添加类成员,自动生成代码。
阅读全文
posted @ 2010-05-30 21:46 刘俊峰
阅读(340)
评论(0)
推荐(1)
编辑
2010年5月21日
子集算法的一个简单实现
摘要: C#实现的一维的区间的子集,交集和并集运算
阅读全文
posted @ 2010-05-21 18:52 刘俊峰
阅读(1363)
评论(0)
推荐(2)
编辑
2010年4月9日
搜狗浏览器2.0正式版使用体验
摘要: 一直用世界之窗3.0,目前有一个比较郁闷的地方是启动下载管理器的时候整个浏览器会假死一段时间。搜狗浏览器2.0正式版发布后,感觉快赶上世界之窗了,有以下几点比较引人:1. 支持我喜欢的Chrome皮肤。2. 支持IE和Webkit双内核。3. 防假死和一些加速功能。因此今天试用了一下,感觉挺好,只是还有以下几点需要改进:1. 允许自定义收藏夹的路径,从而可以使用和IE不同的收藏夹。2. Chrom...
阅读全文
posted @ 2010-04-09 17:14 刘俊峰
阅读(1874)
评论(7)
推荐(0)
编辑
2010年3月31日
超级马里奥Sliverlight矢量图版
摘要: 先用Expression做了矢量图,然后导入到Blend里做成了走路的动画。接下来用矢量图动画代替切换图片帧的动画,也做成了SliverLight程序。
阅读全文
posted @ 2010-03-31 15:32 刘俊峰
阅读(1676)
评论(2)
推荐(2)
编辑
2010年3月10日
Windows PE3.0制作方法和启动方法
摘要: 通过启动相应的WinPE,可以直接使用光盘镜像来安装Windows7和Windows Server 2008.制作方法:1、把windows7光盘(或光盘镜像)里的\sources\boot.wim文件复制到d:\2、在imgaex目录里右键点击inf文件,选安装。(Imagex 6.0 AIK 封装工具)3、运行cmd,进入imgaex目录。4、imagex /mountrw d:\boot.w...
阅读全文
posted @ 2010-03-10 12:16 刘俊峰
阅读(3270)
评论(0)
推荐(1)
编辑
2010年3月4日
用WPF做2D游戏
摘要: 用WPF做2D的SuperMario游戏
阅读全文
posted @ 2010-03-04 18:23 刘俊峰
阅读(8046)
评论(17)
推荐(3)
编辑
2010年2月25日
纯C#操作Excel文档,不需要COM Inerop
摘要: Create, read and modify Excel files without using COM interop or OLEDB connection.
阅读全文
posted @ 2010-02-25 19:11 刘俊峰
阅读(1827)
评论(3)
推荐(3)
编辑
2010年2月11日
我做的抓屏软件
摘要: 简单实用的抓屏软件,可以捕捉全屏、窗口或者选定区域。
阅读全文
posted @ 2010-02-11 16:54 刘俊峰
阅读(2596)
评论(11)
推荐(0)
编辑
2010年2月9日
Total Commander里Help菜单在菜单栏右对齐的效果的实现方法
摘要: Total Commander里Help菜单在菜单栏右对齐的效果是什么原理,用C#怎么做?如图:谢谢 游民一族 的指点,终于找到方法了。[代码]刚开始我把MenuItemInfo定义为struct,总是报Attempted to read or write protected memory的异常,搞了好半天才发现要用class。
阅读全文
posted @ 2010-02-09 18:59 刘俊峰
阅读(1668)
评论(6)
推荐(0)
编辑
2010年2月2日
WPF version of IPMessager
摘要: The IPMessager program is redeveloped using C# 3.5 and WPF. It can send messages, files, folders between machines of a Local Area Network.
阅读全文
posted @ 2010-02-02 14:18 刘俊峰
阅读(1196)
评论(12)
推荐(1)
编辑
2010年1月13日
LZW Compress algorithm
摘要: LZW Compress algorithm in C# code.
阅读全文
posted @ 2010-01-13 16:08 刘俊峰
阅读(1182)
评论(3)
推荐(1)
编辑
2010年1月8日
Origami Art
摘要: My origami art work.
阅读全文
posted @ 2010-01-08 18:45 刘俊峰
阅读(288)
评论(0)
推荐(1)
编辑
2010年1月4日
RC4 Encrypt Decrypt Algoritm
摘要: RC4 Encrypt Decrypt Algoritm in C# code.
阅读全文
posted @ 2010-01-04 18:21 刘俊峰
阅读(1491)
评论(0)
推荐(1)
编辑
2010年1月2日
MD5 Algorithm
摘要: MD5 Algorithm in C# code.
阅读全文
posted @ 2010-01-02 19:59 刘俊峰
阅读(587)
评论(1)
推荐(0)
编辑
2009年12月31日
Ascii85 Algorithm
摘要: ASCII85 Encode Decode Algorithm in C# code.
阅读全文
posted @ 2009-12-31 16:31 刘俊峰
阅读(1525)
评论(0)
推荐(0)
编辑
2009年12月29日
Base64 Encode Decode Algorithm
摘要: Base64 Encode Decode Algorithm in C# code.
阅读全文
posted @ 2009-12-29 17:05 刘俊峰
阅读(519)
评论(2)
推荐(0)
编辑
上一页
1
2
3
公告