Enumeration e=FileSystemRegistry.listRoots(); //获取文件路径
String root = (String) e.nextElement();
String url="file:///"+root+filename;
FileConnection conn=null;
try{
...
分类:
其他好文 时间:
2015-03-03 09:53:19
阅读次数:
823
$ bundle exec rake db:migraterake aborted!Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runti...
分类:
编程语言 时间:
2015-03-02 20:49:47
阅读次数:
124
A table tennis club has N tables available to the public. The tables are numbered from 1 to N. For any pair of players, if there are some tables open when they arrive, they will be assigned to the ava...
分类:
其他好文 时间:
2015-03-02 19:10:02
阅读次数:
126
深入了解MyBatis参数 相信很多人可能都遇到过下面这些异常: "Parameter ‘xxx‘ not found. Available parameters are [...]" "Could not get property ‘xxx‘ from xxxClass. Cause: "The expression ‘xxx‘ evalua...
分类:
其他好文 时间:
2015-03-02 13:21:22
阅读次数:
236
相信很多人都遇到过下面这些异常:"Parameter 'xxx' not found. Available parameters are [...]"等等
不只是上面提到的这几个,我认为有很多的错误都产生在和参数有关的地方。
想要避免参数引起的错误,我们需要深入了解参数。
想了解参数,我们首先看MyBatis处理参数和使用参数的全部过程。
本篇由于为了便于理解和深入,使用了大量的源码,因此篇幅较长,需要一定的耐心看完...
分类:
其他好文 时间:
2015-03-02 11:21:48
阅读次数:
221
EntropyTime Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionAn entropy encoder is a data encoding method that achieves lossless data compression by encod...
分类:
其他好文 时间:
2015-03-02 09:36:23
阅读次数:
172
今天在一台新服务器下切换用户的时候出现“This account is currently not available”错误 上 网检索了一 下发现是用户的shell禁止登录的问题 解决办法: 比如我是 su apache的时候出现的问题 用vi看看 apache的...
分类:
其他好文 时间:
2015-03-02 01:05:53
阅读次数:
168
经过几次尝试安装linux系统之后,终于把自己的系统安装成了linux系统。wangkongming@ThinkPad-T410 ~ $ lsb_release -aNo LSB modules are available.Distributor ID: LinuxMintDescripti...
分类:
系统相关 时间:
2015-03-01 22:19:31
阅读次数:
202
1、istrue isfalse:断言 真 假Xml代码istureisfalse2、逻辑运算2.1、not 逻辑非Xml代码<not>istureisfalse2.2、and 逻辑与Xml代码istureisfalse2.3、or 逻辑或 xor异或 (语法上与and类似)3、available ...
分类:
其他好文 时间:
2015-03-01 13:13:22
阅读次数:
139
Keep Your Data Secure with the New Advanced Encryption StandardJames McCaffreyCode download available at:AES.exe(143 KB)This article assumes you're fa...
分类:
其他好文 时间:
2015-02-28 18:12:50
阅读次数:
132