上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 92 下一页
该文被密码保护。 Read More
posted @ 2011-08-18 18:13 庚武 Views(1) Comments(0) Diggs(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 Read More
posted @ 2011-08-18 13:07 庚武 Views(1981) Comments(0) Diggs(0)
http://hi.baidu.com/lypwu/blog/item/988923f395088bc00b46e032.html在现行的许多网络应用中,有时一台服务器往往不能满足客户端的要求,此时只能通过增加服务器来解决问题。 那么,有没有一个办法或者技术来解决此类问题呢?使用Windows 2000或Windows Server 2003中的网络负载平衡群集就可以(本文将介绍Windows Server 2003中的网络负载平衡技术的实现方法)。 一、网络负载平衡的优点 1.网络负载平衡允许你将传入的请求传播到最多达32台的服务器上,即可以使用最多32台服务器共同分担对外的网络请求服务。网 Read More
posted @ 2011-08-18 11:24 庚武 Views(498) Comments(0) Diggs(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 Read More
posted @ 2011-08-17 01:06 庚武 Views(1434) Comments(0) Diggs(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 Read More
posted @ 2011-08-16 23:13 庚武 Views(29685) Comments(0) Diggs(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/ Read More
posted @ 2011-08-16 13:54 庚武 Views(195) Comments(0) Diggs(0)
connection.BeginTransaction()此方法的事务,不能嵌套。Error:Message "SqlConnection 不支持并行事务。" string可以使用TransactionScope:需要使用windows的Distributed Transaction Coordinator (分布式事务协调器)服务。//Main.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;usi Read More
posted @ 2011-08-15 18:39 庚武 Views(1464) Comments(0) Diggs(0)
select row_number () over (order by rownum desc) as rn,rownum,aaa from aaaa/ Read More
posted @ 2011-08-15 17:54 庚武 Views(233) Comments(0) Diggs(0)
<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white"> <mx:Script> <![CDATA[ import mx.utils.StringUtil; import Read More
posted @ 2011-08-15 17:17 庚武 Views(949) Comments(0) Diggs(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/ Read More
posted @ 2011-08-11 18:11 庚武 Views(642) Comments(0) Diggs(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 92 下一页