GitHub的实践 2017-05-08,晴,来小米已经一周的时间了,感谢领导能给我一周的时间来熟悉 ubuntu、spring boot、maven、docker、github 。大家会问,这些不都是你应该掌握的吗?Sorry,其实我是从 .net 刚转 java 的。其实说转不太符合我的初衷,我 ...
分类:
其他好文 时间:
2017-05-08 16:03:34
阅读次数:
243
Ubuntu编码问题 root@magus-18:/srv/rorapps/fgcc# rails -v Sorry, command-not-found has crashed! Please file a bug report at: https://bugs.launchpad.net/com ...
分类:
系统相关 时间:
2017-05-02 18:18:09
阅读次数:
276
1、机器:10.39.3.22-262.优化tcp参数优化ntp时间同步配置requiretty准备 执行命令visudo修改suoders文件: 1.注释Defaultsrequiretty Defaultsrequiretty修改为#Defaultsrequiretty,表示不需要控制终端。 否则会出现sudo:sorry,youmusthaveattytorunsudo 2.增加行Defaultsvis..
分类:
其他好文 时间:
2017-04-21 21:50:28
阅读次数:
346
类型参数是什么? 类型参数其实就类似于Java中的泛型。先说说Java中的泛型是什么,比如我们有List a = new ArrayList(),接着a.add(1),没问题,a.add("2"),然后我们a.get(1) == 2,对不对?肯定不对了,a.get(1)获取的其实是个String—— ...
分类:
其他好文 时间:
2017-04-15 01:12:58
阅读次数:
314
I try to explain these:us: is meaning of "user CPU time"sy: is meaning of "system CPU time"ni: is meaning of" nice CPU time"id: is meaning of "idle"wa ...
分类:
其他好文 时间:
2017-04-10 16:30:29
阅读次数:
216
sorry,尚未配说明,稍后补上.. http://iso.linuxquestions.org/oracle/ http://iso.linuxquestions.org/oracle/oracle-linux-5.7/ ...
分类:
数据库 时间:
2017-04-08 22:17:22
阅读次数:
253
His face was bright red as he looked down again. 他通红着连然后又把头低了下去。 Pity shook my resolve. 怜悯动摇着我决定要做的事。 "I was wondering if… well, if you might be plann ...
分类:
其他好文 时间:
2017-03-25 22:25:19
阅读次数:
199
要爆破的C程序源码: 简单的第一次尝试,找到Call命令后下端点,F7进入,输入x值,一路F8 看到输出性提示(天晚了就不上图了) 1.可以修改标志信息,改变跳转。 2.修改比较的值使其跳转。 从而爆破该程序。 ...
分类:
其他好文 时间:
2017-03-23 00:58:54
阅读次数:
175
http://blog.csdn.net/pipisorry/article/details/64127666Bloom Filter简介 Bloom Filter是一种空间效率很高的随机数据结...
分类:
其他好文 时间:
2017-03-21 19:51:36
阅读次数:
262
hdu 2060 斯诺克,读懂题意直接模拟 1 #include<stdio.h> 2 3 int main(){ 4 int N; 5 int i,a[21]; 6 a[0]=0; 7 for(i=1;i<=6;i++){ 8 a[i]=(15-i)*i/2; 9 } 10 for(i=7;i<= ...
分类:
其他好文 时间:
2017-03-19 10:54:44
阅读次数:
225