虚拟机层面,
不支持并发:对classloader加锁,ObjectLocker ol(lockObject, THREAD, DoObjectLock);
支持并发:对systemdictionary加锁,MutexLocker mu(SystemDictionary_lock, THREAD);...
分类:
其他好文 时间:
2015-04-06 09:00:48
阅读次数:
209
转自:http://www.oschina.net/translate/loading-css-without-blocking-render本文展示了一种技术,它能通过异步下载样式表,以阻止它们的下载阻塞页面的渲染,从而尽可能快的让访问者获取到信息内容。警告! 我发这篇帖子全是好意,但是它并不负责...
分类:
Web程序 时间:
2015-04-06 08:44:27
阅读次数:
232
OmniCommonUI框架 OmniCommonUI框架在不修改原有布局文件的基础上去加载显示我们的公共UI,只需要一个属性的添加即可。很好的解决了开发过程中再次返工修改布局文件去添加公共UI的问题。公共UI即:loading加载页,无数据页,无网络页等。 在日常开发中,我们的XML布局文件除了展...
分类:
其他好文 时间:
2015-04-05 18:44:13
阅读次数:
166
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:
tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory
原因一般有两个, 一个是操作系统里确实没有包含该共享库(l...
分类:
其他好文 时间:
2015-04-04 22:39:45
阅读次数:
581
1. 通过System.getSecurityManager()拿到SecurityManager;
2. SecurityManager直接交给AccessController处理;
3. AccessController通过调用getStackAccessControlContext取得AccessControlContext,并交给AccessControlContext处理;...
分类:
其他好文 时间:
2015-04-04 09:19:30
阅读次数:
250
The principles behind these techniques aren't new. Filament group, for example, have published great content onloading CSSandfonts. I've written this ...
分类:
Web程序 时间:
2015-04-03 11:12:56
阅读次数:
242
1.dialog布局dialog_loading.xml 1 2 12 13 18 25 -->26 2.图像的旋转动画loading_animation.xml 1 2 3 13 3.dialog的style1 2 4.dialog类 1 package com.j...
分类:
其他好文 时间:
2015-04-03 10:51:10
阅读次数:
115
在ubuntu下编译opencv程序后,执行报下面到错误:error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory解决方...
分类:
系统相关 时间:
2015-04-02 01:15:42
阅读次数:
264
loading...... string date = DateTime.Now.ToString("yyyy,MM,dd,HH,mm,ss,dddd"); string[] dateArr = date.Split('...
分类:
编程语言 时间:
2015-04-01 16:43:08
阅读次数:
124