1. Animation Resources An animation resource can define one of two types of animations: Property Animation Creates an animation by modifying an o...
分类:
移动开发 时间:
2014-11-03 14:22:07
阅读次数:
219
System lockShow processlist在Show processlist输出中的Status项:5.1手册中没有的或者翻译有问题的,都附带5.5原文说明:After createThis occurs when the thread creates a table (includin...
分类:
数据库 时间:
2014-10-28 11:35:55
阅读次数:
206
1.CompletionService源码分析
CompletionService内部实现还是维护了一个可阻塞的队列,通过代理设计模式,从而操作队列。
/**
* Creates an ExecutorCompletionService using the supplied
* executor for base task execution and a
...
分类:
编程语言 时间:
2014-10-26 15:38:51
阅读次数:
113
In the docs for the constructorInetSocketAddress(int port)it says:Creates a socket address where the IP address is the wildcard address and the port n...
分类:
Web程序 时间:
2014-10-21 04:38:05
阅读次数:
203
1 function applyhatch(h,patterns,colorlist) 2 %APPLYHATCH Apply hatched patterns to a figure 3 % APPLYHATCH(H,PATTERNS) creates a new figure from...
分类:
其他好文 时间:
2014-10-17 21:54:57
阅读次数:
270
using NPOI.SS.UserModel; using NPOI.HSSF.UserModel; //创建Execl IWorkbook hssfworkbook =new HSSFWorkbook(); //创建一个Sheet hssfworkbook.CreateS...
分类:
其他好文 时间:
2014-10-16 21:10:23
阅读次数:
675
Findbugs报错: A prepared statement is generated from a nonconstant String The code creates an SQL prepared statement from a nonconstant String. If unchecked, tainted data from a user is used in bu...
分类:
其他好文 时间:
2014-10-16 13:07:22
阅读次数:
209
一。从用法入手Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.These pools wil...
分类:
其他好文 时间:
2014-09-29 02:31:56
阅读次数:
228
AX文件的一个对外接口DllRegisterServer,由外部调用,比如注册AX的时候:regsvr32 xxx.ax 通常情况下,我们的filter可能注册在”Direct Show”目录下,那么直接调用 // Creates registry entries for the DLLSTDAPIDllRegisterServer(){return AMovieDllRe...
分类:
其他好文 时间:
2014-09-22 20:35:53
阅读次数:
305
Window StylesWS_BORDER Creates a window that has a thin-line border.WS_CAPTION Creates a window that has a title bar (includes the WS_BORDER style).WS...