多线程方法中使用了共享变量SimpleDateFormat,报如下错误:java.lang.NumberFormatException: multiple points at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal....
分类:
编程语言 时间:
2014-07-10 11:54:28
阅读次数:
243
解决方案1:在project build path中先移除JRE System Library,再添加库JRE System Library,重新编译后就一切正常了。 解决方案2:Windows -> Preferences -> Java -> Compiler -> Errors/Warning...
分类:
其他好文 时间:
2014-07-06 15:01:09
阅读次数:
168
用HTML5实现的各种排序算法的动画比较http://www.webhek.com/misc/comparison-sort/几种排序算法效率的比较来源:http://blog.chinaunix.net/uid-20773165-id-1847742.html1.稳定性比较插入排序、冒泡排序、二叉...
分类:
Web程序 时间:
2014-07-03 00:31:30
阅读次数:
342
autofs 自动挂载.操作环境:redhat 6一、autofs 说明自动挂载器是一个监视目录的守护进程,并在目标子目录被引用时,自动执行预定义的挂载自动挂载器由autofs服务脚本管理自动挂载器由auto.master配置文件进行配置,该文件引用了一个按惯例称作/etc/auto.misc二、安...
分类:
其他好文 时间:
2014-06-19 07:52:45
阅读次数:
324
之前也没做过这一部分的题,但觉得这些题挺有意思的,比赛时间又长,就边学边做,也学到不少东西。
Basic
兵者诡道
进入关卡后
一番胡乱猜测后就没着了,大牛提示用GET,但是web小白没玩过抓包啊,学习一番,用WinsockExpert
得到了Key:Welcome-to-ISCC
知己知彼
只有两种字符,首先就猜测是摩尔密码,翻译为7个字符“m...
分类:
Web程序 时间:
2014-06-16 20:11:49
阅读次数:
454
实验拓扑:LinuxClient-----RHEL5.9(vmnet1)----------(vmnet1)Win7Client实验一:测试默认安装vsftpd的结果匿名用户与本地用户都可以登录匿名用户登录到/var/ftp,只能下载不能上传本地用户登录到本地用户的家目录,可以上传和下载服务器端设置[root@dhcpser~]#cd/misc/cd..
分类:
系统相关 时间:
2014-06-16 15:40:39
阅读次数:
356
#上层makefile调用执行make命令,执行的应该是第一个目标allHEAD =
head.oSYSTEM = ../tools/zSystem#LD = gcc#TEST = -DTEST_DRIVERzOBJECTS = $(HEAD)
inflate.o unzip.o misc.oCFL...
分类:
其他好文 时间:
2014-06-08 07:38:47
阅读次数:
245
importjava.io.File;
importjava.io.FileOutputStream;
importjava.io.IOException;
importsun.misc.BASE64Decoder;
publicStringgetPicFromStreams(){
Stringstr;//存放二进制的流
BASE64Decoderdecoder=newBASE64Decoder();
byte[]bytes;
try{
bytes=decoder.decodeBuffer(..
分类:
编程语言 时间:
2014-06-02 03:08:00
阅读次数:
296
1 #include "stm32f10x.h" 2 #include
"stm32f10x_tim.h" 3 #include "misc.h" 4 #include "stm32f10x_gpio.h" 5 6 unsigned
int CCR2_Val=45000; 7 exte...
分类:
其他好文 时间:
2014-05-23 10:42:28
阅读次数:
298
大家可以查看以下视频:http://nyveldt.com/misc/BE13SQLBlogProvider.html
分类:
数据库 时间:
2014-05-10 05:54:50
阅读次数:
255