随笔分类 -  编程工具

摘要:http://lzone.de/articles/memcached.htm1、启动Memcache 常用参数memcached 1.4.3-p <num> 设置端口号(默认不设置为: 11211)-U <num> UDP监听端口 (默认: 11211, 0 时关闭) -l <ip_addr> 绑定地址 (默认:所有都允许,无论内外网或者本机更换IP,有安全隐患,若设置为127.0.0.1就只能本机访问)-d 独立进程运行-u <username> 绑定使用指定用于运行进程 <username>-m <num> 允许最大内 阅读全文
posted @ 2012-02-13 12:08 庚武 阅读(396) 评论(0) 推荐(0)
摘要:from:http://blog.csdn.net/liquanhai/article/details/7215045过年了,事情可以暂时放一下了。总结一下很有必要。又看到外面饭馆写着“岁末收工,初六开炉“了。好了,废话不多说,接着上篇继续评点程序员常用工具。当然还得请朋友们留言,好做继续的整理和补充,谢谢!顺祝大家新年好!文中已经提供每个工具的超链接地址,请点击下载:1. IDE:钟情于VC++6.0,但是也感觉Visual Studio2008和2010的强大,可能迟早得转到VS高版本上来。在安装VC++6.0的时候记得安装sp6补丁和msdn(MSDN_1.5_精简安装版)2. 辅助:( 阅读全文
posted @ 2012-01-29 20:43 庚武 阅读(274) 评论(0) 推荐(0)
摘要:step1: http://download.csdn.net/download/xqq524148626/1937262从此处下载随书源码包。解压安装根目录下的setup,按默认会在c:\安装Masm615.C:\Masm615\Examples即为书上源码。step2: 修改 C:\Masm615\INCLUDE\irvine32.inc在INCLUDE SmallWin.inc 此行后加上includelib kernel32.libincludelib user32.libincludelib Irvine32.lib三行。修改后部分内容如下:INCLUDE SmallWin.inc 阅读全文
posted @ 2011-12-22 13:04 庚武 阅读(931) 评论(0) 推荐(0)
摘要:http://www.zzbaike.com/wiki/Emacs/Emacs%E7%9A%84%E5%AE%89%E8%A3%85Windows操作系统下的Emacs安装在D盘根目录下新建一个文件夹,取名Emacs22.2(也可以是其他路径,随个人喜好而定),将emacs-22.2-bin-i386.zip里的文件解压到这个目录下,这样在d:\Emacs22.2\下就有bin, tec, info, leim, lisp, site-lisp等目录。双击bin文件夹里的addpm.exe进行安装,安装后将在开始菜单生成Gnu Emacs\Emacs链接,点击这个链接便可启动Emacs。也可以 阅读全文
posted @ 2011-11-27 12:04 庚武 阅读(796) 评论(0) 推荐(0)
摘要:发现将编译改成UTF-8后,程序输出乱码;查看dos cmd的 Active Code Page 发现为 936dos命令改为UTF-8: chcp 65001chcp查看,即为65001再增加gcc编译选项:-finput-charset=UTF-8直接启动还是乱码,因为cosole_runner.exe没有改变Acitve code page.而在windows的cmd下面运行,则无乱码现象.还是换回936吧,没那么麻烦,如果不考虑跨平台编译什么的. 阅读全文
posted @ 2011-11-26 01:16 庚武 阅读(514) 评论(0) 推荐(0)
摘要:from:http://apps.hi.baidu.com/share/detail/33618052二、VI/VIM基础知识 很多人应该都知道VI是个有模式的编辑器:编辑模式和命令模式,按ESC回到命令模式,用i或者a进入编辑模式,由于区分了模式,导致VI的命令非常简洁,而无模式编辑器比如Emacs,所有的命令都需要加上控制键Ctrl或Alt,所以有个笑话说Emacser们最希望计算机备一个脚踏板,这样就可以用脚踩Ctrl和Alt键了(编辑器圣战——在VI和Emacs之间有很多口水战,自然也引出非常多的幽默),这里罗嗦一句VI vs. Emacs: VI继承了ed的理念,另外也有历史原... 阅读全文
posted @ 2011-11-24 11:43 庚武 阅读(1394) 评论(0) 推荐(0)
摘要:Leksah Editor: http://leksah.org/download.html/*******************************************************************************/http://eclipsefp.github.com/Install:http://eclipsefp.github.com/install.htmlhttp://www.haskell.org/haskellwiki/Learn_Haskell_in_10_minutesAbout This ProjectEGit is an Eclips 阅读全文
posted @ 2011-10-20 13:59 庚武 阅读(368) 评论(0) 推荐(0)
摘要:http://www.intrepidstudios.com/blog/2010/7/11/debug-your-net-web-project-with-iis-express-t.aspxUpdate:IIS Express has beenofficially releasedas a standalone installation.For those of us too impatient to wait for Visual Studio SP1 to natively support IIS Express, I've done some digging and found 阅读全文
posted @ 2011-10-18 01:44 庚武 阅读(735) 评论(1) 推荐(0)
摘要:Ultimate Packer for eXecutables Copyright (C) 1996 - 2010UPX 3.07w Markus Oberhumer, Laszlo Molnar & John Reiser Sep 08th 2010Usage: upx [-123456789dlthVL] [-qvfk] [-o file] file..Commands: -1 compress faster -9 compre... 阅读全文
posted @ 2011-10-06 16:00 庚武 阅读(566) 评论(0) 推荐(0)
摘要:http://madskristensen.net/post/A-NET-resource-editor-application-for-resx-files.aspxhttp://resourceeditor.codeplex.com/download: http://files.cnblogs.com/wucg/ResourceEditor.zip 阅读全文
posted @ 2011-09-13 17:41 庚武 阅读(321) 评论(0) 推荐(0)
摘要:python eclipse开发插件:http://pydev.org//download.htmldownload from sf.net: http://sourceforge.net/projects/pydev/files/pydev manual:http://pydev.org//manual_101_root.htmlother editors:http://wiki.python.org/moin/PythonEditorsURLs for PyDev as Eclipse pluginUrls to use when updating with the Eclipse upd 阅读全文
posted @ 2011-08-21 10:20 庚武 阅读(265) 评论(0) 推荐(0)
摘要:进入vim的命令: vim filename :打开或新建文件,并将光标置于第一行首 vim +n filename :打开文件,并将光标置于第n行首 vim + filename :打开文件,并将光标置于最后一行首 vim +/pattern filename:打开文件,并将光标置于第一个与pat 阅读全文
posted @ 2011-08-03 11:35 庚武
该文被密码保护。
posted @ 2011-08-02 13:00 庚武 阅读(1) 评论(0) 推荐(0)
摘要:1.set up--------------------------------------------Git-1.7.4-preview20110204.exe :http://git-scm.com/downloadmsysgithttp://code.google.com/p/msysgit/downloads/list------------------------------------------Tortoisegit-1.6.5.0-32bit.msihttp://code.google.com/p/tortoisegit/2.合并两个分支 合并两个分支:git merge 既然 阅读全文
posted @ 2011-08-02 09:59 庚武 阅读(2595) 评论(0) 推荐(0)
摘要:http://www.fiddlertool.com/Fiddler2/version.aspFiddler2 - Installation InformationInstall Fiddler2(~650kb)...or,click here to install the latest v2.xBETAversion.System RequirementsWindows XP / 2K3 / Vista / 2K8 / Win7Microsoft .NET Frameworkv2.0or later8 megabytes disk space / 800mhz processor (Scre 阅读全文
posted @ 2011-07-07 16:12 庚武 阅读(383) 评论(0) 推荐(0)
摘要:EtherealThe world's most popular network protocol analyzerhttp://www.ethereal.com/----------------------------http://sourceforge.net/projects/wireshark/Wireshark is a powerful network protocol analyzer developed by an international team of networking experts. It runs on UNIX, OS X and Windows. ( 阅读全文
posted @ 2011-07-07 15:41 庚武 阅读(461) 评论(0) 推荐(0)
摘要:http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/OK – let me start this post by saying this is absolutely NOT for the faint hearted. This was a serious – and I re-emphasize this – serious pain in the arse to the do. Having almost no experience in Linux before –copSSH 阅读全文
posted @ 2011-07-03 13:10 庚武 阅读(502) 评论(0) 推荐(0)
摘要:http://www.aqee.net/2010/10/20/5-fundamental-differences-between-git-svn/如果你在读这篇文章,说明你跟大多数开发者一样对GIT感兴趣,如果你还没有机会来试一试GIT,我想现在你就要了解它了。GIT不仅仅是个版本控制系统,它也是个内容管理系统(CMS),工作管理系统等。如果你是一个具有使用SVN背景的人,你需要做一定的思想转换,来适应GIT提供的一些概念和特征。所以,这篇文章的主要目的就是通过介绍GIT能做什么、它和SVN在深层次上究竟有什么不同来帮助你认识它。那好,这就开始吧…GIT是分布式的,SVN不是:这是GIT和其它 阅读全文
posted @ 2011-06-30 15:19 庚武 阅读(247) 评论(0) 推荐(0)
摘要:http://www.worldtimzone.com/res/vi.htmlCursor movementh - move leftj - move downk - move upl - move rightw - jump by start of words (punctuation considered words)W - jump by words (spaces separate words)e - jump to end of words (punctuation considered words)E - jump to end of words (no punctuation)b 阅读全文
posted @ 2011-06-30 11:28 庚武 阅读(209) 评论(0) 推荐(0)
摘要:http://sourceforge.net/projects/appgen/AppGen eclipse plugin generate full java web application source codes based on Spring and iBatis. You can set the XML configuration mapping file from a database schema quickly by conventions, and can edit it easily. (requires java 1.5 or higher) 阅读全文
posted @ 2011-06-29 14:36 庚武 阅读(309) 评论(0) 推荐(0)