码迷,mamicode.com
首页 >  
搜索关键字:8009 required by tom    ( 11567个结果
在线安装maven插件问题:Cannot complete the install because one or more required items could not be found.
用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:其他好文   时间:2014-08-04 13:42:47    阅读次数:255
[leetcode]Edit distance
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
python
#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
apache 2.4.9 配置其他客户端访问 required all granted
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
HDU-3502-Huson's Adventure Island(BFS+状压DP)
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
Java.ping
/* ?*?@(#)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
linux centos6.2 node mongo 配置开机自启动
#!/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
同一个事务里 查询 已删除但是未提交的数据[bug记录]
前几天犯了个低级错误,在一个事务方法里老是查询不到某条记录,但是debug卡住时,用db工具查,又能查出值。 经过一番折腾,原来是我在同一个事务里 查询 了已删除但是未提交的数据,当然查询不到了!!! 情况是这样的: Service层(spring事务管理配置在这一层,此方法配了PROPAGATION_REQUIRED)有个方法function m()写得很长, 其中有2步是  ...
分类:其他好文   时间:2014-07-31 16:58:36    阅读次数:406
JavaScript学习笔记
JavaScript学习笔记,可直接另存为html 无标题文档 模拟添加/删除用户: 姓名:    email:    电话:    提交 姓名 email 电话 操作 Tom tom@tom.com 5000 ...
分类:编程语言   时间:2014-07-31 13:31:16    阅读次数:340
QT static link App cmake CMakeLists.txt
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!