Java并发编程:线程的同步Java并发编程:线程的同步Table of Contents1. synchronized 修饰方法2. synchronized 修饰代码块3. synchronized 修饰static方法线程的同步是通过锁来实现的。在我们使用Concurrent包的锁之前,我们先... ...
分类:
编程语言 时间:
2017-07-05 22:56:30
阅读次数:
310
var r = material.color.r; var g = material.color.g; var b = material.color.b; material.color = new Color(r, g, b, _Alpha); if (render != null){ foreac ...
分类:
其他好文 时间:
2017-07-05 13:42:56
阅读次数:
121
Java并发编程:线程的创建Java并发编程:线程的创建Table of Contents1. Thread2. Runnable3. start() 和 run()在Java中线程的创建主要有两种,一种是通过继承抽象类Thread,一种是通过实现Runnable接口。当然,还有Concurent包... ...
分类:
编程语言 时间:
2017-07-05 00:28:05
阅读次数:
164
In this lesson we'll use CellMeasurer and CellMeasurerCache to automatically calculate and cache the height of a row. This will allow us to remove the ...
分类:
其他好文 时间:
2017-06-27 08:12:07
阅读次数:
152
先看下请求方法 需要注意的是 1、当使用https请求的时候需要确定加密协议是哪个,这个可以通过火狐查看到,如下图 2、只有Framework4.5及以上才支持1.1和1.2协议 如果仍有什么不明白的地方请留言吧 ...
要知道 是怎样渲染的;要先选中 就可以 谁知道: c ocos2d-x 是怎样渲染的 ? 每一个CCNODE自己有draw 北京-菜菜: 11:02:49 draw draw负重渲染 ******************************* cocos2d-x 渲染不是用的openGl 吗? ...
分类:
其他好文 时间:
2017-06-24 14:49:22
阅读次数:
249
ajax调用方式: $.each(data.RESULTSET,function(i,ele){ ele.MTUR_YLD = cellRenderNum100(null,"MTUR_YLD",ele.MTUR_YLD); ele.TMT_YLD = cellRenderNum100(null,"T ...
分类:
其他好文 时间:
2017-06-16 16:43:47
阅读次数:
144
原文地址:http://blog.csdn.net/ererfei/article/details/50857103 参考文档:http://www.runoob.com/mongodb/mongodb-java.html ...
分类:
数据库 时间:
2017-06-16 16:31:40
阅读次数:
177
一、Nginx日志格式以及参数说明log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agen ...
分类:
其他好文 时间:
2017-06-05 12:39:11
阅读次数:
234