Problem Description:Given an array of integers, every element appearsthreetimes except for one. Find that single one.Solution:1 Arrays.sort(A...
分类:
其他好文 时间:
2014-07-07 16:10:04
阅读次数:
174
Problem Description:Given an array of integers, every element appearstwiceexcept for one. Find that single one.Solution: 1 public int singleNumber(int...
分类:
其他好文 时间:
2014-07-07 16:04:12
阅读次数:
178
KVM虚拟化技术生态环境介绍 http://xanpeng.github.io/wiki/virt/kvm-virtulization-echosystem-intro.html kvm和qemu/qemu-kvm的关系 qemu vs. qemu-kvm: 从qemu 1.3开始,kvm user...
分类:
其他好文 时间:
2014-07-07 14:36:04
阅读次数:
329
vsftp user_list第一黑名单 ftpuser第二黑名单 setsebool ftp_home_dir on setenforce 1 scp /etc/yum.repo.d/*.repo 192.168.0.105touch /home/file_{1,2,3} mkdir /home/...
分类:
其他好文 时间:
2014-07-07 13:10:14
阅读次数:
216
1.导入证书到jdk里keytool -import -alias 证书名称 -file 证书地址 -keystore 导入位置例:keytool -import -alias co3 -file C:\Users\Administrator\Desktop\1\co3_sso.cer -keyst...
分类:
其他好文 时间:
2014-07-03 11:32:15
阅读次数:
190
1.可以为maven项目单独配置nexus路径4.0.0../user-core
分类:
其他好文 时间:
2014-07-01 00:11:55
阅读次数:
371
题目
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it witho...
分类:
其他好文 时间:
2014-06-30 19:38:37
阅读次数:
226
题目
Given an array of integers, every element appears three times except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it...
分类:
其他好文 时间:
2014-06-30 19:23:18
阅读次数:
200
在学习Mybatis3过程中遇到一个小问题,觉得需要注意就把它写下来了在查询所有数据的时候方法是这样的public List findAll(){ .....}在它的user.xml文件中的sql语句没有参数,返回的类型不是list,而是List中的User
分类:
其他好文 时间:
2014-06-30 14:42:05
阅读次数:
205
I2C我是想全面深入的从嵌入式软件工程师的角度做个理解,刚刚还申请了一个专栏,这个好好写. 学习技术从外文文档看起~~ 要全面了解I2C,可以从《I2C-bus specification and user manual》看起.I2C最初是由Philips提出的,那么这文档就是由NXP...
分类:
其他好文 时间:
2014-06-30 14:41:01
阅读次数:
259