
Tools
文章平均质量分 73
fanbird2008
这个作者很懒,什么都没留下…
展开
-
java compile error on eclipse
1. @overrideproject property ----> javaCompiler-->complier compliance level -->1.5 changed to1.6by default, Java 1.5 compiler is override parent class' method, by @Override statement;but 1.6 exte原创 2012-11-20 13:32:07 · 583 阅读 · 0 评论 -
Visual Studio 2017 Intro
http://www.cnblogs.com/xylc/p/6533716.html使用Visual Studio 2017作为Linux C++开发工具Visual Studio 2017微软的宇宙第一IDE Visual Studio 2017正式版出来了,地址是:https://www.visualstudio.com/vs/whatsnew/转载 2017-03-14 10:22:42 · 3911 阅读 · 0 评论 -
SourceInsight Set
1. Document Options The font and its size can be set2. style properityThe font and its size of comments can be set原创 2016-11-27 15:42:37 · 341 阅读 · 0 评论 -
Git Config
一.Git已经在你的系统中了,你会做一些事情来客户化你的Git环境。你只需要做这些设置一次;即使你升级了,他们也会绑定到你的环境中。你也可以在任何时刻通过运行命令来重新更改这些设置。 Git有一个工具被称为git config,它允许你获得和设置配置变量;这些变量可以控制Git的外观和操作的各个方面。这些变量可以被存储在三个不同的位置: 1./etc/转载 2016-06-14 14:05:54 · 284 阅读 · 0 评论 -
Svn Intro - Trunk Branches Tags
In svn, There is three repository of Trunk, Branches and Tags.Trunk, generally includes all functions and latest source code developing.Branches, generally denote a branch from Trunk.原创 2015-07-24 14:03:55 · 431 阅读 · 0 评论 -
CMake Intro - CMakeLists.txt
Notes: directory structure: cmake, cmake/Tutorial, cmake/Tutorial/MathLibs1. File lists in cmake/TutorialCMakeLists.txtTutorialConfig.h.intutorial.cxx2. File lists in cmake/Tutoria原创 2015-06-04 10:57:36 · 1072 阅读 · 0 评论 -
CMake Intro - CMAKE_INSTALL_PREFIX
There are two ways to use this variable:passing it as a command line argument just like Job mentioned: cmake -DCMAKE_INSTALL_PREFIX= ..assigning value to it in CMakeLists.txt:SET(CMAKE_I转载 2015-03-10 10:24:13 · 1444 阅读 · 0 评论 -
tftp on busybox usage
1. usage of tftpUsage: tftp [OPTIONS] HOST [PORT]Transfer a file from/to tftp serverOptions: -l FILE Local FILE -r FILE Remote FILE -g Get file -p P原创 2014-03-03 11:25:15 · 1809 阅读 · 0 评论 -
wireshark configuration
1. Wireshark filter example ip.src == 192.168.0.159 && (udp.port == 55002 || udp.port == 55003 || udp.port == 55004 || udp.port == 55005) && not icmp原创 2012-03-02 12:17:03 · 646 阅读 · 0 评论 -
Linux autoscan automake autoconf
最近在研究开源的东西,发现有很多makefile.am,makefile.in,makefile文件,它们之间究竟是什么关系呢?能可以用什么工具生成吗? 无论对于一个初学者还是一个资深的Linux程序员,编写Makefile文件都是一件很麻烦的事;再者,开发人员应该把主要的精力放在程序代码的编写上,而在Makefile文件花费太多的精力显然是不明智的;还有,对于不同的处理器架构,往往转载 2014-04-11 10:16:49 · 1879 阅读 · 0 评论 -
The Chromium Projects -- libyuv
http://dev.chromium.org/developers/how-tos/install-depot-tools http://dev.chromium.org/developers/how-tos/get-the-code Install depot_toolsChromium and Chromium OS use a packag转载 2013-01-17 20:58:33 · 3132 阅读 · 0 评论 -
Vi Editor Stray Problem Sloved
error: stray ‘\302’ in programod -c test.hod -c test.cpp原创 2017-04-23 22:00:50 · 337 阅读 · 0 评论