选择题 答题要求:单选题,每题只有一个正确答案,选择正确给分,不正确不给分。 1、 下面( A )数据类型可用于main()方法中传递的参数 A、String B、Integer C、Boolean D、Variant 2、以下的选项中能正确表示Java语言中的一个整型常量的是( B ) A、12. ...
分类:
编程语言 时间:
2017-02-22 22:31:38
阅读次数:
481
unit Unit3; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V... ...
分类:
其他好文 时间:
2017-02-20 13:06:31
阅读次数:
290
在开发IOS的时候发现当从一个ViewController跳转到另一个ViewController时,被跳转到的那个ViewController的返回按钮总是显示的是上个ViewController的title。如果上个ViewController的title内容比较多的话会显得界面比较乱,所以我想 ...
分类:
移动开发 时间:
2017-02-12 13:38:13
阅读次数:
176
tail /etc/ssh/ssh_config 增加 ServerAliveInterval 60 ...
分类:
系统相关 时间:
2017-02-09 19:06:43
阅读次数:
175
1、context.font = "20px sans-serf" 默认支持 可以这只以下五种属性font-style:normal|italic|obliquefont-variant:normal|smallcapsfont-weight:normal|lighter|bold|bolderfo ...
分类:
其他好文 时间:
2017-02-08 15:59:39
阅读次数:
181
最近在分析一潜在内存泄露问题的时候,jmap出来中有很多的FastThreadLocalThread实例,看了下javadoc,如下: A special variant of ThreadLocal that yields higher access performance when access ...
分类:
Web程序 时间:
2017-02-05 16:47:18
阅读次数:
263
资源加载性能测试代码 与上篇所提出的测试代码一样,我们对于Shader资源的加载性能分析同样使用该测试代码。同时,我们将Shader文件制作成一定大小的AssetBundle文件,并逐一通过以下代码在不同设备上进行加载,以期得到相应的资源加载性能比较。 测试环境引擎版本:Unity 5.2版本测试设 ...
分类:
其他好文 时间:
2017-02-05 15:25:24
阅读次数:
354
来自万一老师的博客:http://www.cnblogs.com/del/archive/2011/12/21/2295794.html 一、指定 Owner 后, 随 Owner 连带释放: 二、使用接口: 三、使用结构: 四、在 initialization 中建立、在 finalization ...
我的环境: 在使用mvn archetype:generate进行构建的时候,出现[INFO] Generating project in Interactive mode在这里卡住。 然后再使用debug命令查看原因:mvn archetype:generate -X,问题如下: 原因是一直请求上 ...
分类:
其他好文 时间:
2017-01-27 12:52:00
阅读次数:
210
字体 你无法预料到用户是否可以访问样式表里定义的字体。所以在设置字体时,在属性后指定一个替代的字体列表是个不错的主意。 在这个字体列表的最后加上系统字体中的一个,如:serif,sans-serif,cursive,fantasy或monospace。 如果字体不支持样式表里设置的字体特征,浏览器会 ...
分类:
其他好文 时间:
2017-01-26 12:22:52
阅读次数:
159