<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head> <body><script>// var arr = [6,10,2,9,3,8,11,4,5]; var arr = [ ...
分类:
其他好文 时间:
2017-06-07 00:43:49
阅读次数:
147
1.demo 说明:代码中通过 printNum 方法传入参数判断 a、b 分别对 num 这个参数的值进行了修改。 thread -> A over thread -> B over a休眠2秒后 str:b num:200 str:a num:1000 描述: synchronized 结果中并 ...
分类:
编程语言 时间:
2017-06-07 00:42:57
阅读次数:
336
一直在做Unity方面的游戏开发,经同事介绍了解到有这么一个GUI能提供跨平台的能力,有独立UI编辑器,而且功能强大,能够组合成复杂的UI界面,可以导出到Unity,Flash,Starling等,文档还说未来将支持UE4,Cocos2d-x,libgdx等。 做过Unity的同学都知道,Unity ...
分类:
其他好文 时间:
2017-06-06 22:21:44
阅读次数:
218
1.类的继承与方法的重载 上面就是先定义了一个类A,然后由定义了一个类B,B继承了类A,这样B就有了A的非私有属性和方法。 ...
分类:
编程语言 时间:
2017-06-06 20:41:58
阅读次数:
174
The Number of Palindromes Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)http://acm.hdu.edu.cn/showproblem.php?pid= ...
分类:
其他好文 时间:
2017-06-06 18:30:30
阅读次数:
177
在文件/etc/init/ssh.conf中,有一句 start on filesystem or runlevel [2345] 如果想关闭自动启动的话,把这一局修改为start on runlevel[2345]或者直接注释掉, 想手动开启的话, ...
分类:
系统相关 时间:
2017-06-06 15:48:30
阅读次数:
412
[root@localhost mysql]# cd /usr [root@localhost mysql]# mkdir mysql [root@localhost mysql]# cd mysql [root@localhost mysql]# wget https://cdn.mysql.co... ...
分类:
数据库 时间:
2017-06-06 14:27:19
阅读次数:
180
1. 确定网络畅通,通过ping服务端 2. 确定服务端的sshd服务启动,通过netstat -ltnp | grep 22 或者通过systemctl status sshd.service。如果没有启动,通过systemctl start sshd.service启动sshd 3. 如果还不能 ...
分类:
其他好文 时间:
2017-06-06 13:06:59
阅读次数:
194
https://zhuanlan.zhihu.com/p/19900327 ***************************** 文档能力是一个工程师必不可少的基础能力,而高质量的文档往往伴随着高质量的图表。"A picture is worth a thousand words",复杂的概念 ...
分类:
其他好文 时间:
2017-06-06 10:44:59
阅读次数:
212
在使用ndk-gdb调试的时候。运行$NDK/ndk-gdb --verbose报错“Another debug session running,Use --force to kill it”。 我查了NDK官方文档,是这样说的: --force: By default, ndk-gdb abort ...
分类:
移动开发 时间:
2017-06-06 10:34:26
阅读次数:
224