- 浏览: 34845 次
- 性别:
- 来自: 杭州
-
最新评论
文章列表
http://freej.blog.51cto.com/235241/449339
http://mojo.codehaus.org/tomcat-maven-plugin/examples/deployment.html
http://documentation.magnolia-cms.com/developing/dev-environment/run-code.html
http://mojo.codehaus.org/tomcat-maven-plugin/introduction.html
http://blog.csdn.net/sunboard/archive/2008/ ...
GIT introduce:
From
http://blog.leezhong.com/translate/2010/10/30/a-successful-git-branch.html
Git开发管理之道
2010-10-30
Git的强大是众所周知的,本文要分享的是关于"使用Git的分支和合并功能来进行版本管理的开发模型"。以下是译文,原文地址
这篇文章我想介绍一下一年前就提到过的我所有项目(工作/私有)都在使用的开发模式,经过事实验证,确实非常可行。很早就想写了,一直没腾出时间。我不会涉及项目的细节,只是谈谈分支的使用策略和发布管 ...
EntityManagerFactory emf = Persistence.createEntityManagerFactory("DataSourceDB2"); EntityManager em = emf.createEntityManager(); EntityTransaction et = em.getTransaction(); et.begin(); Session session = (Session) em.getDelegate(); ...
db2 sql
http://wenku.baidu.com/view/192eda563c1ec5da50e27020.html
http://programming-scala.labs.oreilly.com/
Gain a reputation for = become known for
It became clear that her life would be different as she gained a reputation for climbing trees and hunting rats.
It became clear that her life would be different as she became known for climbing trees and hunting rats.
The new manager is fluent in five lang ...
插入一个Vo抛出异常DuplicatedKeyException 错误代码会是
DB2 SQL Error: SQLCODE=-803, SQLSTATE=23505, SQLERRMC=1;
解决过程
一、查看VO的配置,主键自增生成。
@Entity@Table(name = "OFR_PRD_DL")@TableGenerator(name = "DL_ID_GEN", // Name to be used in column annotationtable = "ID_GEN", // Name of the ta ...
查找不重复条数
select count(*) from (select distinct name, age, sex from person)
http://jqfundamentals.com/book/book.html#N2004B
Example 2.9. Forcing a
string to act as a number
var foo = 1;
var bar = '2';
// coerce the string to a number
console.log(foo + Number(bar));
Example 2.10. Forcing
a string to act as a number (using ...
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js
http://api.jquery.com/
http://forum.jquery.com/
http://www.delicious.com/rdmey/jquery-class
http://docs.jquery.com/Discussion#Chat_.2F_IRC_Channel
JavaScript:
The Good Parts
by
Douglas Crockford
artistic 艺术的
animation n.活泼
behind the scenes 幕后
make a scene 公众地方引起注意
wipe out 垮台,倒塌, 毁灭
The military base was totally wiped out by continual bombing.
The police announced that they had successfully wiped out mob power in the city.
gloomy 黑暗的,沮丧的
visual effect 视觉效果
Special visual e ...
attraction 欣赏,吸引
Mutual attraction between the boy and the girl is obvious.
What's the attracton of bungee jumping?
clarify
have a crush on someone = to feel attracted to someone = have a case on对某人有感觉
My son has a crush on his schoolteacher.
Tina had a crush on her math teacher when she wa ...
Left join是以左边表为基准,假如右边表字段能和条件语句匹配,则显示右边字段,否则显示NULL。
Right join是以右边表为基准,假如左边表字段能和条件语句匹配,则显示左边字段,否则显示NULL。
Inner join是和不写等同
Full join是没有任何基准,只要满足条件就显示,不满足条件就丢弃。
测试帖不能再编辑了,只能总结写在这个帖子。链接如下:
http://user334.iteye.com/admin/blogs/788377
w3school解释
JOIN: 如果表中有至少一个匹配,则返回行
LEFT JOIN: 即使右表中没有匹配,也从 ...
一、准备测试数据:
创建数据
Create database test;
应用数据库
use test;
创建表a
create table a(
ID int not null,
Name varchar(32)
);
创建表b
create table b(
DD int not null,
DM varchar(32)
);
insert a(ID, Name) values(1,'paul');
insert a(ID, Name) values(2,'jude');
insert a(ID, ...
Atlantic 大西洋
Pacific 太平洋
solo 单独的
fly solo 单独飞行
duet 只能指双重唱
trio 三重唱,三重演奏
travel solo, travel in pairs, travel in threes.
双人组合 a duo, 三人组合 a trio.
navigator 领航员
leg
the last leg of our European trip 我们欧洲之行的最后一站
courageous adj有勇气的,勇敢的
He is courageous fireman who has saved many peopl ...