随笔分类 -  摘录

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 阅读全文
posted @ 2011-08-19 22:15 庚武 阅读(164) 评论(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 庚武 阅读(1944) 评论(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 庚武 阅读(475) 评论(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 庚武 阅读(1344) 评论(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 庚武 阅读(29636) 评论(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 庚武 阅读(184) 评论(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 庚武 阅读(628) 评论(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 庚武 阅读(2574) 评论(0) 推荐(0) 编辑
摘要:在axis2的\WEB-INF\services目录下,建立文件myWebService.aar,包含以下\META-INF\services.xml\lib法1:以spring bean方式<serviceGroup> <service name="myWebService" > <description>Spring aware</description> <parameter name="ServiceObjectSupplier"> org.apache.axis2.extensions 阅读全文
posted @ 2011-07-31 01:54 庚武 阅读(711) 评论(0) 推荐(0) 编辑
摘要://java serviceimport java.util.Date;public class SimpleService { public String getGreeting(String name) { return "你好 " + name+",现在时间是:"+new Date(); } public int getPrice() { return new java.util.Random().nextInt(1000); }}放入:%TOMCAT_HOME%\webapps\axis2\WEB-INF\pojo下,若没有pojo,则建立一个p 阅读全文
posted @ 2011-07-13 16:00 庚武 阅读(4607) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2011-07-13 02:01 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:导读:Jack Wallen 前段时间曾列举过退出IT行业的10个理由,后来收到很多信件,咨询更换行业或岗位的建议,故而列出了8条出路。原文标题是针对“ITworkers”,但根据全文,Jack应该是特指那些在大公司做技术支持(比如:网络管理和计算机维修)和做咨询工作的朋友,如果你打算不再继续了,但还没确定要干什么。在这8个备选中,或许你可以做得更加出色。 1.汽车修理 听上去可能有点疯狂,但是现代化的汽车越来越依赖于计算机了。事实上,如果没有一个计算机核心的话,现代化的汽车甚至完成不了一大半的任务。不管是排放控制、混合动力,还是刹车控制,汽车都依赖计算机。这些计算机只是一些嵌入式的系统,需. 阅读全文
posted @ 2011-07-12 09:56 庚武 阅读(272) 评论(0) 推荐(0) 编辑
摘要:Very quietly I take my leave As quietly as I came here; Quietly I wave good-bye To the rosy clouds in the western sky. The golden willows by the riverside Are young brides in the setting sun; Their reflections on the shimmering waves Always linger in the depth of my heart. The floating heart growin. 阅读全文
posted @ 2011-07-11 09:25 庚武 阅读(288) 评论(0) 推荐(0) 编辑
摘要:Inside the TCP/IP standard there are several protocols for handling data communicationTCP (Transmission Control Protocol) communication between applicationsUDP (User Datagram Protocol) simple communication between applicationsIP (Internet Protocol) communication between computersICMP (Internet Contr 阅读全文
posted @ 2011-07-11 09:22 庚武 阅读(212) 评论(0) 推荐(0) 编辑
摘要:The following are reserved words in the JSP EL:and eqgttrueinstanceoforneltfalseemptynotifgenulldivmodExpression-Language Implicit ObjectsapplicationScopecookieheaderheaderValuesinitParampageContextpageScopeparamparamValuesrequestScopesessionScopeCustom Tag:BodyTag interface-------JDBBC: Java Databa 阅读全文
posted @ 2011-07-09 17:23 庚武 阅读(913) 评论(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 庚武 阅读(433) 评论(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 庚武 阅读(5320) 评论(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 庚武 阅读(373) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 12 下一页