Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 35 on May 20, 2014....
分类:
其他好文 时间:
2014-08-24 16:41:42
阅读次数:
240
1.申请完git账户后,建立好代码库 2.eclipse成功安装了egit插件(eclipse版本匹配的egit插件列表http://wiki.eclipse.org/EGit/FAQ#Retention_Policy) 3.建立一个普通java项目 4.把项目设置git管理,TEAM-->Share ...
分类:
系统相关 时间:
2014-08-23 20:26:32
阅读次数:
308
vi/etc/sysconfig/network-scripts/ifcfg-em1DEVICE=em1ONBOOT=yesHWADDR=C8:1F:66:E4:30:2CTYPE=EthernetSLAVE=yesMASTER=bond0BOOTPROTO=nonevi/etc/sysconfig/network-scripts/ifcfg-em2DEVICE=em2ONBOOT=yesHWADDR=C8:1F:66:E4:30:2DTYPE=EthernetSLAVE=yesMASTER=bond0BOO..
分类:
其他好文 时间:
2014-08-22 11:00:06
阅读次数:
278
在我们使用虚拟机管理器的图形界面来安装虚拟机的时候,自动创建虚拟网桥和虚拟网卡。另外,我们很少会在一个虚拟机中再安装一个虚拟机,所以,我们可以将宿主机上的网桥删除。方法如下:[root@node1~]#virshnet-listNameStateAutostart--------------------------------------..
分类:
其他好文 时间:
2014-08-22 10:59:56
阅读次数:
176
uva 6757 Cup of CowardsCup of Cowards (CoC) is a role playing game that has 5 di?erent characters (Mage, Tank, Fighter,Assassin and Marksman). A team ...
分类:
其他好文 时间:
2014-08-21 22:43:24
阅读次数:
456
题目来源:UVa 11354 Bond
题意:n个点m条边的图 q次询问 找到一条从s到t的一条边 使所有边的最大危险系数最小
思路:使最大的危险系数尽量小 答案是最小生成树上的边 然后用LCA倍增法记录s和t到他们最近公共祖先的最大值
#include
#include
#include
using namespace std;
const int maxn = 50010;
con...
分类:
其他好文 时间:
2014-08-21 21:15:54
阅读次数:
171
1,中文输入法:sudo apt-add-repository ppa:fcitx-team/dailybuild-fcitx-mastersudo apt-get updatesudo apt-get upgradesudo apt-get remove ^ibus*sudo apt-get re...
分类:
其他好文 时间:
2014-08-21 21:08:34
阅读次数:
335
微软近期Open的职位:Job posting title: SDEII - Senior SDEJob Location: Beijing or SuzhouBing Index Serve team is hiring! We are one of the core teams in Bing ...
分类:
其他好文 时间:
2014-08-21 02:42:43
阅读次数:
207
C#中test测试地址:http://msdn.microsoft.com/zh-cn/library/ms379625(VS.80).aspx单元测试中 我也碰到a类中调用b类的方法,我想测试a 然后mock b被调用的方法public class A { public in...
分类:
编程语言 时间:
2014-08-21 01:33:03
阅读次数:
361
微软近期Open的职位:Job Description:ResponsibilitiesDo you want to change the way the world interacts with computers? Do you want to be part of a team that pu...
分类:
其他好文 时间:
2014-08-20 02:31:05
阅读次数:
318