
其它
chenyufei1013
探索计算机背后的奥秘,研究计算机背后的原理,让计算机为我做更多的事。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
测试live writer
原创 2010-05-20 22:56:00 · 683 阅读 · 0 评论 -
win7下,创建目录链接工具
mklink: 创建符号链接。 MKLINK [[/D] | [/H] | [/J]] Link Target /D 创建目录符号链接。默认为文件 符号链接。 /H 创建硬链接,而不是符号链接。 /J 创建目录联接。 Link 指定新的符号链接名称。 Target 指定新链接引用的路径原创 2010-08-09 14:23:00 · 4496 阅读 · 0 评论 -
Windows下,dbus的hello world
dbus的是一个低延迟,低开销,高可用性的IPC机制。通过dbus的daemon,可以实现进程间通信和函数调用。Windows下,dbus的开发库可以去这里(http://code.google.com/p/dbus-windows-installer/downloads/list)下载,在VS设置头文件和lib库的路径即可。若是要编写其Hello World,自然包含客户端和服务端两原创 2011-06-28 19:23:00 · 10144 阅读 · 2 评论 -
VS2010手动加载DevExpress
It’s possible to prevent the IDE tools from being loaded automatically when starting Visual Studio. To do this, please follow these steps:1) In the Visual Studio IDE, use the “Ctrl+Shift+Alt+O”转载 2012-08-08 16:15:41 · 4779 阅读 · 0 评论 -
博客搬家
最近转做后端了,搭了个私服。具体参见这里: [陈俞飞的博客]。原创 2016-08-02 11:07:11 · 1250 阅读 · 0 评论