- 浏览: 251960 次
- 性别:
- 来自: 成都
最新评论
-
wilsonchen:
...
pdf.js html5展现pdf -
angole:
不错,又学习到了。
mybatis打印sql -
hft24dq:
rxcss66 写道 个人没有搞明白什么原理,不过跟一楼说的一 ...
mybatis打印sql -
fireinjava:
fireinjava 写道org.apache.ibatis. ...
mybatis打印sql -
fireinjava:
org.apache.ibatis.logging.LogFa ...
mybatis打印sql
文章列表
1、NFC与BLUETOOTH比较
http://zh.wikipedia.org/zh-cn/%E8%BF%91%E5%A0%B4%E9%80%9A%E8%A8%8A
2、简介
http://en.wikipedia.org/wiki/Near_field_communication
http://www.rfidworld.com.cn/RFIDZT/HTML/675e36170a4ba1f0.html
3、比较完整的介绍和概述
http://www.cn.gi-de.com/wz/nfc.pdf
initialPoolSize, minPoolSize, maxPoolSize define the number of Connections that will be pooled. Please ensure that minPoolSize <= maxPoolSize. Unreasonable values of initialPoolSize will be ignored, and minPoolSize will be used instead.
Within the range between minPoolSize and maxPoolSize, the nu ...
Real-Time Charts VS JFreeChart:
JFreeCharts are great for creating any kind of static graphs (typically for reports). They provide support for all types of existing chart types. The benefit of using JFreeChart is fully customizable appearance and export to various formats. The only problem of this l ...
文章地址:http://martinfowler.com/articles/injection.html.
附件含中文版。
参考地址:http://javag.iteye.com/blog/127753
我在将一个后台线程至于executor中,并使用executor.shutdown(),并且无法终止进入死循环的线程,因为他只会等任务完成。,但是JVM并未退出。
后台线程run方法:
while (true) {
Protocol protocol;
try {
protocol = protocolsQueue.take();
protocol.execute(this);
} catch (InterruptedException e) {
logger.debug("收 ...
1、首先要将导入的工程从SVN中导出到其他位置。
2、将导出的工程导入到新的SVN地址
按照官方指南安装SDK和插件哦,在创建JAVAFX工程时报错:
a valid javafx sdk is not sepcified.
之后在preference中设置了始终还是报错。
在查阅相关网站后得知,是这个JAVAFX 插件要求JAVAFX SDK路径下个一个timestamp 文件进行手动修改。。。。
源文件内容:
Product: javafx-1.2.3dev
Platform: windows-i586
Build-Number: 412
Build-ID: 2010-04-12_23-10-33
就是javafx-1.2.3dev造成的错误,你需要手动修改为javafx-1 ...
一:Carousel插件:
1、featureCarousel:http://www.bkosborne.com/featureCarousel.php
二:Table插件:
http://sd.csdn.net/a/20110407/295428.html