上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 32 下一页
摘要: 新建android项目时,总是说"javahl, require version 1.8"云云。dpkg -l | grep libsvn-java1.6apt-get update还是1.6google:$ apt-get install subversion$ apt-get install l... 阅读全文
posted @ 2014-05-01 08:39 jvava 阅读(336) 评论(0) 推荐(0)
摘要: 它只是说,yes,sir。http://www.infoq.com/cn/news/2014/04/bitcoin-banking-mongodb开头的表述是错误的,官方说法它有4种类型的write concern,老版本缺省为最低级的,即把写请求放到写缓存就返回,带来了很多误用,新版本缺省已不是这... 阅读全文
posted @ 2014-04-29 16:01 jvava 阅读(125) 评论(0) 推荐(0)
摘要: http://www.techempower.com/blog/2013/04/05/frameworks-round-2/ 阅读全文
posted @ 2014-04-29 10:35 jvava 阅读(170) 评论(0) 推荐(0)
摘要: 很长时间对mina的实现非常好奇,这两天不太忙,把源代码认真看了下,基本上搞清楚了,记一下备忘,顺便说一下网上那么多阅读mina的sb,我不知道他们最终是弄懂了还是没懂,总之我看他们的大块文章总是没有看代码来的快来的直接。1. acceptor runnable in pollingimpl 负责... 阅读全文
posted @ 2014-04-24 16:41 jvava 阅读(186) 评论(0) 推荐(0)
摘要: 总是记不住3. block edit 在命令模式下,输入v 进入块编辑状态 a. 移动光标选定操作快 b. c(cut), y(copy) c. p or P.4. undo /redo u: undo U: 取消最近一行的改动 crtl +r: redo e!: 放弃所有改动,重新编辑。 在屏幕... 阅读全文
posted @ 2014-04-22 11:27 jvava 阅读(289) 评论(0) 推荐(0)
摘要: nmap -sP -PI -PT -ofile.txt 192.168.0.0/24 阅读全文
posted @ 2014-04-22 10:28 jvava 阅读(131) 评论(0) 推荐(0)
摘要: no way, try,objdump --disassemble 阅读全文
posted @ 2014-04-22 10:22 jvava 阅读(137) 评论(0) 推荐(0)
摘要: const int *p;// p 可变,p 指向的对象不可变int const *p;// p 可变,p 指向的对象不可变int *const p;// p 不可变,p 指向的对象可变const int *const p; //指针 p 和 p 指向的对象都不可变在平时的授课中发现学生很难记住这几... 阅读全文
posted @ 2014-04-20 12:39 jvava 阅读(109) 评论(0) 推荐(0)
摘要: Alt+EnterMaximizes the emulator.Ctrl+F11Changes the orientation of the emulator from landscape to portrait and vice versa.F8Turns the network on and off.During the creation of an emulator you can choose if you either want Snapshot or Use Host GPU enabled.The dialog implies that you can select both o 阅读全文
posted @ 2014-04-01 15:07 jvava 阅读(311) 评论(0) 推荐(0)
摘要: unknown 阅读全文
posted @ 2014-03-30 16:07 jvava 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 32 下一页