先玩起。。。以下初级问题的解决:docker -dINFO[0000] +job serveapi(unix:///var/run/docker.sock) INFO[0000] WARNING: You are running linux kernel version 2.6.32-431.e.....
分类:
其他好文 时间:
2015-02-09 15:25:15
阅读次数:
122
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:
其他好文 时间:
2015-02-09 15:26:35
阅读次数:
122
Using keyboard shortcutsTo use a keyboard shortcut, press a modifier key at the same time as a character key. For example, pressing the Command key (i...
分类:
其他好文 时间:
2015-02-09 15:24:22
阅读次数:
215
其实嘛,测试计划就是把和测试有关的一些比较不太细节的事情都说清楚。测试计划模板网上有很多,但总结比较之后就会发现,无论格式怎么变,都逃不出6W(what,why,who,when,where,how)。将6w解释清楚,就不失为一个好的测试计划。比如说,你说这个项目不做硬件的兼容性测试。那就要写到测试...
分类:
其他好文 时间:
2015-02-09 15:26:05
阅读次数:
241
l利用cocostudio做UI和场景时,经常要去获取某个节点,cocostudio2.1开始加入了文件的概念,可以创建场景,节点,层等文件,把公用的东西创建到文件里,然后把这个文件拖到场景里使用,达到充分利用的目的。从场景中获取某个文件的节点时,经常发现找不到,于是把场景节点树导出为XML文件,节...
分类:
其他好文 时间:
2015-02-09 15:25:35
阅读次数:
149
狭义地说,制造是指零件加工和产品装配过程;广义地说,制造是指从市场出发,经过设计、原材料投入、加工、装配到产品进入市场的全过程。其中,设计、加工、装配一般又称为制造工艺过程。由于产品及制造过程的综合性,制造过程又分为:1、基本制造过程:是指直接将生产对象转换为产品的制造过程。2、辅助制造过程:是指为...
分类:
其他好文 时间:
2015-02-09 15:25:25
阅读次数:
130
Given two integersnandk, return all possible combinations ofknumbers out of 1 ...n.For example,Ifn= 4 andk= 2, a solution is:[ [2,4], [3,4], [2,3],...
分类:
其他好文 时间:
2015-02-09 15:26:05
阅读次数:
106
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2015-02-09 15:25:20
阅读次数:
107
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2015-02-09 15:23:38
阅读次数:
103
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:
其他好文 时间:
2015-02-09 15:22:50
阅读次数:
115
操盘策略:如何判断上涨或下跌的动量字体: 大 小 换肤: 收藏2015-02-09 13:56:02 动量——看盘的核心。即时看盘的核心是上涨和下跌的动量,所谓动量,实质上就是“劲头”,上涨有力表明买意旺盛、卖压不足,故大势强劲。下跌有力表明卖意坚决、买气不足,故大势疲弱。 怎样判别动量的大...
分类:
其他好文 时间:
2015-02-09 15:23:31
阅读次数:
112
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:
其他好文 时间:
2015-02-09 15:23:33
阅读次数:
132
计算机主机网关的作用是什么? 假设你的名字叫小不点,你住在一个大院子里,你的邻居有很多小伙伴,在门口传达室还有个看大门的李大爷,李大爷就是你的网关。当你想跟院子里的某个小伙伴玩,只要你在院子里大喊一...
分类:
其他好文 时间:
2015-02-09 14:19:22
阅读次数:
243
周末两天加上今天的时间,算是仔细的读完了《大数据时代》这本书,这本书既是我导师推荐给我们的大数据书籍,也是我第一次尝试一口气读完一本书。 对于这本书,作者的牛逼之处就不用我在这里废口水了。这里主要说...
分类:
其他好文 时间:
2015-02-09 14:19:32
阅读次数:
159
solr创建索引、添加数据的关键是配置schema.xml文件,该文件中主要是完成配置数据源、索引字段、数据类型等定义。同时,该文件的配置直接影响到solr搜索的效率和准确性。
一、搜索类型FileType
name:指的是FileType的名字
class:指向org.apache.solr.analysis包里面对应的class名称,用来定义这个类型的行为
...
分类:
其他好文 时间:
2015-02-09 14:17:48
阅读次数:
260
Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that positio...
分类:
其他好文 时间:
2015-02-09 14:15:47
阅读次数:
157
vs2013编译的程序在其他没有安装vs2013环境机器上不能运行的一种解决方法...
分类:
其他好文 时间:
2015-02-09 14:17:03
阅读次数:
428