JDK8+Tomcat8+IntelliJ IDEA 13,最新的装备,玩玩看。
分类:
编程语言 时间:
2014-05-16 19:50:28
阅读次数:
477
class Rational(n: Int, d: Int) { require(d != 0)
override def toString = n +"/"+ d}The require method takes one boolean
parameter. If the passed val.....
分类:
其他好文 时间:
2014-05-16 09:01:12
阅读次数:
272
问题前置: 操作系统:windows7 旗舰版 64位 软件版本:Oracle VM
VirtualBox 4.3.10 问题:在VirtualBox中创建虚拟机的时候版本中只支持32位系统,不支持创建64位系统 最后解决问题:
cpu的BIOS设置中,没有开启虚拟化支持 调整BIOS设...
分类:
其他好文 时间:
2014-05-16 07:28:47
阅读次数:
710
Configuration File (php.ini)
Path/usr/local/php/libLoaded Configuration File(none)Linux 把 dtruss 改成strace
就可以我的是mac的系统jackluo@JackLuodeMacBook-Pro:~ $...
分类:
Web程序 时间:
2014-05-16 07:23:21
阅读次数:
381
http://www.raywenderlich.com/zh-hans/23066/ios-6-passbook-%E5%85%A5%E9%97%A8-12iOS
6 Passbook 入门 1/2
分类:
移动开发 时间:
2014-05-16 06:49:19
阅读次数:
369
/** * Invalidate the whole view. If the view is
visible, * {@link #onDraw(android.graphics.Canvas)} will be called at some point
in * the ...
分类:
其他好文 时间:
2014-05-16 06:48:38
阅读次数:
341
nginx安装前置是pcre库,memcahced前置是libmemcached库,需要通过编译参数指定地址。memcached需要通过编译参数开启json,sasl,igbanry,安装过的需要删除整个文件夹重新解压memcached包再编译。长期没有安装了,而且新版本的软件配置项不同,要通过./...
分类:
Web程序 时间:
2014-05-14 10:02:04
阅读次数:
421
byte[] FileByteArray = new byte[FileLength];
//图象文件临时储存Byte数组 //Stream StreamObject = UpFile.InputStream; //建立数据流对像
/////读取图象文件数据,FileByteArray为数据储存.....
分类:
数据库 时间:
2014-05-14 08:24:40
阅读次数:
394
定义一个存储过程,用到游标,从一个表中取值,插入到另外一个表中。drop procedure
if exists search_test;create procedure search_test(in id int,out out_min_id
varchar(200))begindeclare f...
分类:
数据库 时间:
2014-05-14 07:41:31
阅读次数:
361
1 // 使用xpath解决路径的问题 2 public static void
findAnswer(File file)throws Exception{ 3 // 10.1获取解析器 4 SAXReader reader =
getReader...
分类:
其他好文 时间:
2014-05-14 07:32:10
阅读次数:
228