随笔分类 - 编程工具
摘要:http://files.cnblogs.com/wucg/clipx-windows-%E5%89%AA%E5%88%87%E6%9D%BF%E5%B7%A5%E5%85%B7.zipclipx-windows 剪切板工具
阅读全文
摘要:http://geronimo.apache.org/index.htmlThe goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java
阅读全文
摘要:http://winscp.net/eng/download.phphttp://files.cnblogs.com/wucg/winscp433setup.zip
阅读全文
摘要:http://files.cnblogs.com/wucg/tomcatPluginV33.ziphttp://www.eclipsetotale.com/tomcatPlugin.htmlInstallationThis plugin does not contain Tomcat.(Download and install Tomcat before using this plugin).This is a design choice not to include Tomcat in the plugin distribution, this way the same plugin ver
阅读全文
摘要:-startupplugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503-productorg.eclipse.epp.package.jee.product--launcher.defaultActionopenFile--launcher.XXMaxPermSize256M-showsplashorg.eclipse.platform--launcher.XXMax
阅读全文
摘要:Eclipse插件:http://marketplace.eclipse.org/Maven2Eclipse插件安装与使用http://www.sonatype.com/books/m2eclipse-book/reference/Maven2Eclipse安装:http://www.sonatype.com/books/m2eclipse-book/reference/install-sect-marketplace.htmlhttp://www.cnblogs.com/dcba1112/archive/2011/05/01/2033805.html现在我以Eclipse 3.6为例逐步讲解
阅读全文
摘要:http://wenku.baidu.com/view/217ff860caaedd3383c4d3f9.htmliisexpress /path:<网站目录> /port:<端口> /clr:<CLR版本,V2.0|V4.0>IISExpress会复制一份配置文件到临时目录...
阅读全文
摘要:http://sourceforge.net/projects/tdm-gcc/tdm-gcc,打包了mingw(包含最新的gcc稳定版本),安装很简单。网址http://tdm-gcc.tdragon.net/
阅读全文
摘要:http://files.cnblogs.com/wucg/MASMPlus%E4%B8%AA%E4%BA%BA%E5%85%8D%E8%B4%B9%E7%89%88-idesetup.zip
阅读全文
摘要:学习C++,最快的编绎工具,初学者最宜使用。dos界面,汉化,编绎速度快。可以编绎C和C++,支持float[]download
阅读全文
摘要:插件下载:http://files.cnblogs.com/wucg/com.cb.eclipse.folding_1.0.6.jar.zip把com.cb.eclipse.folding_1.0.6.jar 复制到myeclipse中的D:\MyEclipse6_6\eclipse\plugins 目录下。按以下配置。在User Defined Regions里自己编辑自定义折叠开始,结束标签。(确保Enable Folding 最后一项选中。),重启myeclipse,就发现可以折叠了。//start//code ....//end-----------------以下为摘录-------
阅读全文
摘要:http://wiki.ubuntu.org.cn/index.php?title=Vimfaq&variant=zh-cn#.E5.A4.8D.E5.88.B6目录[隐藏]1为什么别人的方法在我这里行不通?2如何找到上次编辑的文件?3如何复制粘贴?3.1复制3.2粘贴4如何在多个文件中进行替换?5如何把fold一次全部打开?6如何选择、复制或者查找光标所在的单词?7如何计数搜索的字符串?8如何去掉高亮搜索?9如何解决linux下gvim中文菜单乱码问题?10如何对所编辑的文件语法高亮显示?11如何快速插入多行数字0-99?12如何设置中文编码?13如何去掉或者插入^M这样的字符?14
阅读全文
摘要:工具: 普遍认为 XML spy比较好用,但是商业版.EditiX : Free Edition for non commercial useage,免费版供非商业使用下载网址: http://free.editix.com/ 但有时被墙.华军软件园:http://www.newhua.com/soft/56597.htm本人最新下载的版本: Version:2010 [Build 020110]Company: http://www.japisoft.com本人使用过的特性: schema validate xml, pretty format for xml document.schema
阅读全文
摘要:Filazilla是一个非常流行的开源的免费的FTP客户端、服务器端的项目,Filezilla的主要优势在于:高安全、高性能。Filazilla的安全性是来自于其开放源代码的。Filezilla的高性能来自于其代码的开发平台是C/C++,自身基础就好于其他VB/Dephi平台开发的应用程序,因此Filezilla具有可媲美IIS的性能。在千兆网络带宽上,可轻松满足数百用户同时高速下载。目前Filezilla也存在一些不足,主要缺点就是不支持配额,即本身不提供上传、下载总文件大小配额的功能。主要特点:自定义欢迎消息,可选择是否显示软件版本上传下载速度限制,并可以限定某个特定的时间段的速度组设置.
阅读全文
摘要:转自:http://www.rainsts.net/article.asp?id=904现在很迷 "简单" 化的编程环境,虽没了 Visual Studio 的奢华,却有更多的自由,双手不用离开键盘,在终端和编辑器间移走……VIM 就让她本色演出,而 GVIM 则需要打扮打扮,毕竟白底黑字看久了眼睛有些不舒服。(1) 从 Vim Color Scheme Test 选一个你喜欢的配色方案,拷贝内容待用。(2) 执行以下命令,创建配色方案文件。$ mkdir -p ~/.vim/colors$ gedit ~/.vim/colors/yuhen.vim将拷贝到剪贴板的配色方案
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><project basedir="." default="usage" name="TestPrjAndBuild"> <!-- 定义目录变量 --> <property name="project-name" value="TestPrjAndBuild" /> <!-- ====此处需要修改====.jar文件名 --&g
阅读全文
摘要:Introduction:http://tomcat.apache.org/tomcat-7.0-doc/apr.htmlTomcat Native Downloads:http://tomcat.apache.org/download-native.cgiIndex of //tomcat/tomcat-connectors/native/1.1.20/binarieshttp://labs.renren.com/apache-mirror/tomcat/tomcat-connectors/native/1.1.20/binaries/win32/
阅读全文
摘要:from csdn:http://files.cnblogs.com/wucg/csdn%E4%B8%8B%E8%BD%BDpartitionmagic8%C2%B70.rar确实可用。硬盘分区大小重新调整。
阅读全文
摘要:Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提供动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但是客户端可以用任何语言来编写,并通过memcached协议与守护进程通信。但是它并不提供冗余(例如,复制其hashmap条目);当某个服务器S停止运行或崩溃了,所有存放在S上的键/值对都将丢失。Memcached官方:http://danga.com/memcached/关于Memcached的介绍请参考:Memca.
阅读全文
摘要:调试exe工具,code view 4.01http://files.cnblogs.com/wucg/CodeView4.01.rarhttp://files.cnblogs.com/wucg/Code_View_debugging.pdfF5 - Execute program to the endF8 - Step intoF10- Step OverF9 - Toggle breakpointsome format specififers you can use in conjunction with display data:d = signed decimal integeru =
阅读全文

浙公网安备 33010602011771号