前一阵子下了最新的JavaEE版本的eclipse,导入maven工程之后,pom文件一直报Missing artifact com.sun:tools:jar:1.5.0。很纳闷,tools.jar是jdk自带的jar包。查了一下pom依赖图,原来是struts-core依赖了这个jar包。
试了网上的各种方法,只有把jdk的tools.jar复制到本地仓库,报错才消失。...
分类:
其他好文 时间:
2014-05-10 09:21:34
阅读次数:
449
当我在SQLPLUS执行 :
INSERT INTO customers (
customer_id, first_name, last_name, dob, phone
) VALUES (
5, 'Doreen', 'Blue', '20-MAY-1970', NULL
);
出现 “ORA-01843: 无效的月份 ”这个错误。 Google之后找到下面的这篇文章...
分类:
其他好文 时间:
2014-05-10 09:19:59
阅读次数:
348
mysql 行号的实现Select id,(@rowNum:=@rowNum+1) as
rowNoFrom first,(Select (@rowNum :=0) ) bOrder by first.id Desc这样就可以实现mysql 的行号
获取指定行的数据可以使用limit具体的使用如下:...
分类:
数据库 时间:
2014-05-07 18:24:17
阅读次数:
576
2014年5月5号晚上我们团队小组一起做了团队项目。在此期间我们确定了项目的详细计划,,界面的安排,主界面,还有实现的具体功能,在这我就不做赘述了。本次晚上我们做主界面,把界面和界面之间的调转实现了,基本算法也都开始写入了。今天把节日,日期计算做了一下,做的还算可以,基本都已完善,本次团次冲刺很有意...
分类:
其他好文 时间:
2014-05-07 09:23:55
阅读次数:
292
代码大全
重构:改善既有代码的设计
重构与模式
修改代码的艺术
实现模式
深入浅出设计模式(First head)
企业应用架构模式
分析模式*
代码整洁之道*
编程珠玑*
程序员的职业素养*
别闹了,费曼先生!*
测试驱动开发TDD*
验收测试开发ATDD*
Cucumber:行为驱动开发指南BDD*
设计原本:计算机科学巨匠Frederic...
分类:
其他好文 时间:
2014-05-07 06:17:20
阅读次数:
360
The number of steps
Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
Mary stands in a strange maze, the maze looks like a triangle(the first layer have one room,the seco...
分类:
其他好文 时间:
2014-05-07 06:15:59
阅读次数:
427
For a given positive integer n, please find the smallest positive integer x that we can find an integer y such that y^2 = n +x^2.
Input
The first line is an integer T, which is the the...
分类:
其他好文 时间:
2014-05-06 19:21:10
阅读次数:
290
public class StringHandleExampleActivity extends
Activity { /** Called when the activity is first created. */ private TextView
textView; ...
分类:
移动开发 时间:
2014-05-06 14:39:57
阅读次数:
350
AWS -Amazon Web Services(AWS) - Cloud Computing
ServicesEC2 -Amazon Elastic Compute Cloud (EC2)Create First Application in
Elastic Beanstalk1. Login A...
分类:
其他好文 时间:
2014-05-06 13:56:32
阅读次数:
428
这是微软官方SignalR 2.0教程Getting Started with Entity
Framework 6 Code First using MVC 5 系列的翻译,这里是第五篇:MVC程序中实体框架的Code
First迁移和部署原文:Code First Migrations and ...
分类:
Web程序 时间:
2014-05-06 13:16:59
阅读次数:
511