随笔分类 -  网址

摘要:转载自 http://xuliduo.iteye.com/blog/639923dos命令:chcp 65001 就是换成UTF-8代码页 chcp 936 可以换回默认的GBK chcp 437 是美国英语 阅读全文
posted @ 2011-10-07 02:11 庚武 阅读(2156) 评论(0) 推荐(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)
摘要:WxWindowsQuickRef快速引用:http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef#Frequently_Asked_Questions中文wxWidgets编译与简单测试http://hi.baidu.com/fcl06/blog/item/5233d8efbdaa763fadafd52f.html-------------------------------------------------------Execute the build command. The recommended command to 阅读全文
posted @ 2011-10-03 00:35 庚武 阅读(1058) 评论(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 庚武 阅读(320) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/4591638/spring-net-ref-to-dictionary-item<object name="Paths" id="Paths" type="System.Collections.Generic.Dictionary&lt;string,string&gt;"> <constructor-arg> <dictionary key-type="string" value-type=&qu 阅读全文
posted @ 2011-09-10 17:37 庚武 阅读(1044) 评论(0) 推荐(0)
摘要:C#国家代码 阅读全文
posted @ 2011-09-09 11:31 庚武 阅读(1597) 评论(0) 推荐(0)
摘要:2010年下半年全国计算机技术与软件专业技术资格(水平)考试试题下载 http://www.rkb.gov.cn/jsj/cms/jcst/stxz/ 阅读全文
posted @ 2011-09-02 17:42 庚武 阅读(292) 评论(0) 推荐(0)
摘要:http://v.youku.com/v_playlist/f2385840o1p1.html 阅读全文
posted @ 2011-08-27 12:05 庚武 阅读(392) 评论(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)
摘要:maven 搜索网址:http://search.maven.org/#search%7Cga%7C1%7C<mirror><id>ibiblio.org</id><name>ibiblio Mirror ofhttp://repo1.maven.org/maven2/</name><url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url><mirrorOf>central</mirrorOf><!-- United State 阅读全文
posted @ 2011-08-18 13:07 庚武 阅读(1981) 评论(0) 推荐(0)
摘要:http://hi.baidu.com/lypwu/blog/item/988923f395088bc00b46e032.html在现行的许多网络应用中,有时一台服务器往往不能满足客户端的要求,此时只能通过增加服务器来解决问题。 那么,有没有一个办法或者技术来解决此类问题呢?使用Windows 2000或Windows Server 2003中的网络负载平衡群集就可以(本文将介绍Windows Server 2003中的网络负载平衡技术的实现方法)。 一、网络负载平衡的优点 1.网络负载平衡允许你将传入的请求传播到最多达32台的服务器上,即可以使用最多32台服务器共同分担对外的网络请求服务。网 阅读全文
posted @ 2011-08-18 11:24 庚武 阅读(498) 评论(0) 推荐(0)
摘要:在使用Git的过程中,有时可能会有一些误操作比如:执行checkout -f 或 reset -hard 或 branch -d删除一个分支结果造成本地(远程)的分支或某些commit丢失这时,我们可以通过reflog来进行恢复,前提是丢失的分支或commit信息没有被git gc清除一般情况下,gc对那些无用的object会保留很长时间后才清除的reflog是git提供的一个内部工具,用于记录对git仓库进行的各种操作可以使用git reflog show或git log -g命令来看到所有的操作日志恢复的过程很简单:1. 通过git log -g命令来找到我们需要恢复的信息对应的commi 阅读全文
posted @ 2011-08-17 01:06 庚武 阅读(1436) 评论(0) 推荐(0)
摘要:最简单的方法在项目根目录与.git目录同一位置创建一个文件: .gitignoretouch .gitignorevi .gitignore:wq注:如果要忽略的文件已被git管理,需要先移除,命令如下:e.g.:git rm -r --cached WebRoot/WEB-INF/classes/**/*-r:递归git commit然后.gitignore中的忽略,起作用以下参考//-------------------from:http://gitready.com/beginner/2009/01/19/ignoring-files.htmlThe easiest and simple 阅读全文
posted @ 2011-08-16 23:13 庚武 阅读(29685) 评论(0) 推荐(0)
摘要:emacs download site and document online:http://www.gnu.org/software/emacs/#ObtainingGNU Emacs Lisp Reference:http://www.gnu.org/software/emacs/manual/html_node/elisp/index.htmlDirect down load emacs:http://ftp.gnu.org/pub/gnu/emacs/ 阅读全文
posted @ 2011-08-16 13:54 庚武 阅读(196) 评论(0) 推荐(0)
摘要:from:http://isoredirect.centos.org/centos/6/isos/i386/中国科学技术大学开源软件镜像:http://centos.ustc.edu.cn/centos/6/isos/i386/163:http://mirrors.163.com/centos/6.0/isos/i386/ 阅读全文
posted @ 2011-08-11 18:11 庚武 阅读(642) 评论(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)
该文被密码保护。
posted @ 2011-07-13 02:01 庚武 阅读(1) 评论(0) 推荐(0)
摘要:http://www.xp510.com/soft/Linux/7173.htmlhttp://www.gostxp.com/sort/89.html雨林木风以前是制作Windows系统安装光盘的组织,在MS反盗版的作用下,雨林木风已经转战Linux阵营,并在近期推出了基于Fedora 11的、中文友好的Linux发行版:Ylmf Linux!下面引用其中的说明:Ylmf linux v1.0 版特性说明:- 基于 Fedora11 版本 去掉系统多余的软件包,增加驱动与常用应用软件- 集成openoffice3.1办公软件(能打开所有ms office 文件)- 集成输入法为:ibus 拼音 阅读全文
posted @ 2011-07-08 16:08 庚武 阅读(450) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_4a93ccea0100ijd9.htmlToad for Oracle工具的使用出处:转载[注意:单击图片可以放大显示]在Oracle应用程序的开发过程中,访问数据库对象和编写SQL程序是一件乏味且耗费时间的工作,对数据库进行日常管理也是需要很多SQL脚本才能完成的。Quest Software为此提供了高效的Oracle应用开发工具-Toad(Tools of Oracle Application Developers)。在Toad的新版本中,还加入了DBA(Database Administrator 数据库管理员)模块,可以 阅读全文
posted @ 2011-07-08 15:02 庚武 阅读(5441) 评论(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 庚武 阅读(382) 评论(0) 推荐(0)