用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:
其他好文 时间:
2014-08-04 13:42:47
阅读次数:
255
Edit DistanceGiven two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You...
分类:
其他好文 时间:
2014-08-02 01:29:22
阅读次数:
309
#coding=utf-8#序列操作#序列包含 字符串,列表,元组list1=['Jackie', 'Tom', 'Jim', 'Lily', 'Jim']list1[int] #获取下标为int的元素list1[a,b]#获取从下标啊a到下标b的元素集合list1*expr #序列重复expr次l...
分类:
编程语言 时间:
2014-08-01 19:06:02
阅读次数:
238
AllowOverride all#修改地方Require all granted## Note that from this point forward you must specifically allow# particular features to be enabled - so if s...
分类:
其他好文 时间:
2014-08-01 12:56:51
阅读次数:
210
Problem Description
A few days ago, Tom was tired of all the PC-games, so he went back to some old FC-games. "Hudson's Adventure Island" was his favorite which he had played thousands of times. But t...
分类:
其他好文 时间:
2014-08-01 10:53:21
阅读次数:
300
/*
?*?@(#)Ping.java????1.2?01/12/13
?*?Connect?to?each?of?a?list?of?hosts?and?measure?the?time?required?to?complete
?*?the?connection.??This?example?uses?a?selector?...
分类:
编程语言 时间:
2014-07-31 21:24:47
阅读次数:
293
#!/bin/bash### BEGIN INIT INFO# Provides: xiyoulib# Required-Start: $all# Required-Stop: $all# Default-Start: 2 3 4 5# Default-Stop: 0 1 6# Sh...
分类:
系统相关 时间:
2014-07-31 20:40:57
阅读次数:
274
前几天犯了个低级错误,在一个事务方法里老是查询不到某条记录,但是debug卡住时,用db工具查,又能查出值。
经过一番折腾,原来是我在同一个事务里 查询 了已删除但是未提交的数据,当然查询不到了!!!
情况是这样的:
Service层(spring事务管理配置在这一层,此方法配了PROPAGATION_REQUIRED)有个方法function m()写得很长,
其中有2步是
...
分类:
其他好文 时间:
2014-07-31 16:58:36
阅读次数:
406
JavaScript学习笔记,可直接另存为html
无标题文档
模拟添加/删除用户:
姓名:
email:
电话:
提交
姓名
email
电话
操作
Tom
tom@tom.com
5000
...
分类:
编程语言 时间:
2014-07-31 13:31:16
阅读次数:
340
project(ovw)cmake_minimum_required(VERSION2.8)#turnonshowcompilecmdlineSET(CMAKE_VERBOSE_MAKEFILEon)SET(CMAKE_PREFIX_PATH"F:/Qt5.3.1/win32_static_2013")#SetsourcedirofcppSET(SRC_DIR${PROJECT_SOURCE_DIR}/..)SET(QTLIB_DIR"F:/Qt5.3.1/win32_static_2013")#tosetc..
分类:
移动开发 时间:
2014-07-30 17:51:44
阅读次数:
555