随笔分类 -  编程工具

摘要:http://www.lazarus.freepascal.org/What is Lazarus?Lazarus is a cross-platform integrated development environment (IDE) that lets you create visual (GUI) and non-visual Object Pascal programs, and uses the Free Pascal compiler to generate your executable. Its aim iswrite once, compile anywhere: you s 阅读全文
posted @ 2012-09-21 11:24 庚武 阅读(736) 评论(0) 推荐(0) 编辑
摘要:安装好系统后,发现没有我习惯使用的五笔输入法。你可以在这里设置:system->preferences->inputmethod。如果在安装系统时选择语言包括UK和中文了,这块应该就有五笔等汉语输入法了。但如果没有的话,就这样操作:1.yuminstall"@ChineseSupport"2.到设置输入的地方添加即可http://hi.baidu.com/limingpeng2008/item/b0b13ec5711c904aa8ba9430 阅读全文
posted @ 2012-09-15 11:17 庚武 阅读(1033) 评论(0) 推荐(0) 编辑
摘要:from:http://en.wikipedia.org/wiki/GNU_toolchainTheGNU toolchainis a blanket term for a collection ofprogramming toolsproduced by theGNU Project. These tools form atoolchain(suite of tools used in a serial manner) used for developingapplicationsandoperating systems.The GNU toolchain plays a vital rol 阅读全文
posted @ 2012-09-14 12:10 庚武 阅读(264) 评论(0) 推荐(0) 编辑
摘要:yum -y install gccyum -y install gcc-c++ yum install make-- 或者yum groupinstall "Development Tools"-- 或者yum install gcc gcc-c++ kernel-develfrom:http://www.oschina.net/code/snippet_54100_10351 阅读全文
posted @ 2012-09-13 20:53 庚武 阅读(495) 评论(1) 推荐(0) 编辑
摘要:http://www.dwheeler.com/autotools/Try to use autotools, and after that gmake looks like child's play SCons vs. CMake The GNU build system, also known as the Autotools, is a suite of programming tools designed to assist in making source-code packages portable to many Unix-like systems.It can be d 阅读全文
posted @ 2012-09-13 18:14 庚武 阅读(953) 评论(0) 推荐(0) 编辑
摘要:安装阿帕奇2 Apache2的是作为一个CentOS的软件包,因此我们可以直接用下面命令安装它:yum install httpd 现在配置系统在引导时启动Apachechkconfig --levels 235 httpd on 并启动Apache/etc/init.d/httpd start 现在,您的浏览器到http://192.168.0.100,你应该看到Apache2的测试页:Apache 2测试网页 Apache的默认文档根目录是在CentOS上的/var/www/html 目录 ,配置文件是/etc/httpd/conf/httpd.conf。配置存储在的/etc/h... 阅读全文
posted @ 2012-09-11 12:21 庚武 阅读(878) 评论(0) 推荐(0) 编辑
摘要:from:http://yaronspace.cn/blog/archives/tag/%E5%9D%97%E6%B3%A8%E9%87%8Avim下1.插入注释:按Control+v进入"可视 块"模式按大些“I”进入插入模式,输入注释符“#”,然后立刻按下ESC(两下)2.删除注释先按Control+v进入"可视 块"模式按光标键选中需要删除的注释符按x键删除 阅读全文
posted @ 2012-09-09 17:11 庚武 阅读(350) 评论(0) 推荐(0) 编辑
摘要:from:http://blog.csdn.net/yjzl1911/article/details/56690371. SMART TAB的用法. 解决自动缩进. 新开一个PROJECT后,点Options->Document Options,弹出对话框后先在左上角选好要用的Document Type,主要就是设C Source File和C++ Source File,选好后点右边中间的Auto Indent调整缩进。单选里一定要点Smart,右边有两个复选框Indent Open Brace和Indent Close Brace,具体效果是如何的可以看SIS的HELP。 勾选Aut 阅读全文
posted @ 2012-08-29 15:15 庚武 阅读(1238) 评论(0) 推荐(0) 编辑
摘要:from:http://blog.sina.com.cn/s/blog_582edf670100g75p.html 最近搞了下virtualbox虚拟机,想实现虚拟机与本机的互访,百度了一下,成功了。在这里写下来以备忘。 1、首先要为虚拟系统建立一个新的网络连接。 在virtualbox主界面中选择 阅读全文
posted @ 2012-06-02 01:52 庚武 阅读(1074) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2012-05-31 17:33 庚武 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2012-05-14 15:43 庚武 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2012-05-14 14:32 庚武 阅读(4) 评论(0) 推荐(0) 编辑
摘要:http://code.google.com/p/wkhtmltopdf/DescriptionSimple shell utility to convert html to pdf using the webkit rendering engine, and qt.IntroductionSearching the web, I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their 阅读全文
posted @ 2012-05-03 11:40 庚武 阅读(430) 评论(0) 推荐(0) 编辑
摘要:http://www.truecrypt.org/docs/下载:http://files.cnblogs.com/wucg/TrueCryptSetup7.1a.ziphttp://www.truecrypt.org/downloadsIntroductionThe documentation is not guaranteed to contain no errors and is provided without warranty of any kind. For more information, please see Disclaimer.TrueCrypt is a softwar 阅读全文
posted @ 2012-04-25 15:45 庚武 阅读(387) 评论(0) 推荐(0) 编辑
摘要:colorscheme asmanian2set numap <C-c> "+ymap <C-v> "+pmap <C-s> :w<CR>syntax onset tabstop=4set softtabstop=4set shiftwidth=4set autoindentset cindentset cinoptions={0,1s,t0,n-2,p2s,(03s,=.5s,>1s,=1s,:1sif &term=="xterm"set t_Co=8 set t_Sb=^[[4%dmset 阅读全文
posted @ 2012-04-03 03:47 庚武 阅读(394) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2012-04-02 23:56 庚武 阅读(2) 评论(0) 推荐(0) 编辑
摘要:http://www.rdlt.com/multiple-memcache-instancesservers-on-windows.html安装:sc create "Memcached11200" binPath= "C:\Users\Administrator\Desktop\memcached\memcached.exe -d runservice -p 11200 -m 32" DisplayName= "Memcached11200" start= auto删除:sc deleteMemcached11200 阅读全文
posted @ 2012-03-19 16:39 庚武 阅读(273) 评论(0) 推荐(0) 编辑
摘要:Move commandsk up linej down line beginning of next linel right space right spaceh left space left spacew word forwardW word forward, ignore punctuatione end of wordE end of word, ignore punctuationb word backwardB word backward, ignore punctuation0 beginning of line^ first non-whitespace charac... 阅读全文
posted @ 2012-03-16 14:16 庚武 阅读(286) 评论(0) 推荐(0) 编辑
摘要:from: http://wiki.answers.com/Q/What_are_the_differences_between_SSRAM(Static Random Assessable Memory)-where the wordstaticindicates that it, does not need to be periodically refreshed, as SRAM uses bistable latching circuitry (i.e.,flip-flops) to store each bit. Each bit is stored as a voltage.Eac 阅读全文
posted @ 2012-02-15 10:54 庚武 阅读(284) 评论(0) 推荐(0) 编辑