Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年5月31日

摘要: Mac OS Mountain Lion默认是没有安装X11的,而wireshark运行需要x11,因此如果直接安装wireshark而没有安装x11,wireshark不会正常运行。去苹果主页下载最新版本的xQuartz,然后运行wireshark,会弹出一个选择x11的界面,选择/Applica... 阅读全文

posted @ 2014-05-31 18:03 Roger Luo 阅读(7608) 评论(1) 推荐(1) 编辑

2013年7月9日

摘要: 下载cygwin的setup.exe安装包 阅读全文

posted @ 2013-07-09 07:57 Roger Luo 阅读(281) 评论(0) 推荐(0) 编辑

2013年7月7日

摘要: 1. Use the self-ftp component service with windows control panel / program / start or close windows features 2. Open iis manager, and then add FTP website 3. Add the ftp website name and its ... 阅读全文

posted @ 2013-07-07 22:22 Roger Luo 阅读(353) 评论(0) 推荐(0) 编辑

摘要: OSIA认证的开放源代码软件的软件许可证有如下21种: 1、The GNU General Public License (GPL) 2、The GNU Library or "Lesser" Public License (LGPL) 3、The BSD license 4、The MIT license 5、The Artistic license ... 阅读全文

posted @ 2013-07-07 21:08 Roger Luo 阅读(742) 评论(0) 推荐(0) 编辑

摘要: SharpSSH sharpssh is a pure .NET implementation of the SSH2 client protocol suite. It provides an API for communication with SSH servers and can be integrated into any .NET application. Download: l... 阅读全文

posted @ 2013-07-07 16:40 Roger Luo 阅读(861) 评论(0) 推荐(0) 编辑

2013年6月22日

摘要: reset all settings on visual stdio microsoft visual studio X\common7\ide\devenv.exe /setup /resetuserdata /resetsettings 阅读全文

posted @ 2013-06-22 11:16 Roger Luo 阅读(268) 评论(0) 推荐(0) 编辑

2013年6月18日

摘要: 在Windows 8 64 bit下执行boost_1_53_0的bootstrap.bat出现了jam0.exe执行错误 搜索网页发现需要修改两处文件: tools/build/v2/engine/filent.c 将line 82中的long修改成intptr_t PATHNAME f; string filespec[ 1 ]; string fi... 阅读全文

posted @ 2013-06-18 23:46 Roger Luo 阅读(508) 评论(0) 推荐(0) 编辑

摘要: a 阅读全文

posted @ 2013-06-18 08:49 Roger Luo 阅读(281) 评论(0) 推荐(0) 编辑

摘要: Mingw The MinGW project maintains and distributes a number of different core components and supplementary packages, including various ports of the GNU toolchain, such as GCC and binutils, translated ... 阅读全文

posted @ 2013-06-18 08:45 Roger Luo 阅读(1273) 评论(0) 推荐(0) 编辑

2013年6月17日

摘要: platform: vs2012 Code#include #include using namespace std;void Fun(){ cout#include using namespace std;int main(){ std::thread th([](){ cout#include #include #include using namespace std;int main(){... 阅读全文

posted @ 2013-06-17 21:01 Roger Luo 阅读(435) 评论(0) 推荐(0) 编辑