本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- ranbuijj
- wallimn
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- ganxueyun
- xyuma
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
请看JBPM是否满足这样的需求?
我们的需求如下:
1. 我们的对象Model有几种状态可以变化;
2. 用户可以任意的修改状态,增加和修改,也可以修改各个状态之间的transition;
3. 用户修改完状态之后,各个对象Model要按照新的状态流程图走;
4. 可以从外部导入处于各个状态的对象Model,并按照最新的状态流程图走.
根据我做J ...
Humour - The Beer
Give me a woman who loves beer and I will conquer the world. — Kaiser Wilhelm
24 hours in a day, 24 beers in a case. Coincidence?
Fermentation may have been a greater discovery than fire ...
nobody's home
nobody's home
歌手:avril lavigne
专辑:under my skin
nobody's home
i couldn't tell you why she felt that way,
she felt it everyday.
and i couldn't help her,
i just watched her make the same mistakes a ...
EOS 分页的JS共通
/**
* 分页javascript控件,使用类方式建立分页程序
* 在分页的页面中需要一个分页的FORM,在定义FORM后面增加下面HTML代码:
<form name="testPage" me ...
How Google Map Works
introduction
This is my analyse about how google map works, et specially how the tiles are encoded. Google map uses pre-rendered tiles that can be obtained with a simple url. This article explains how ...
[转]用于刷新网页的javascript函数
window.history.go(0)
window.location.reload()
window.location.href=location.href
window.location.assign(location.href)
document.execCommand('Refresh')
window.navigate(location.href)
window.navigate(&qu ...
篮球中的exception
Note:First posted on about 2004年3月
/*
* @deprecated too old, just for fun.
*/
---------------------------------------------------
When used to best advantage, exceptions can improve a program's readab ...
propery.js
Prototype.js 提供了Ruby风格的简写语法和实效的函数,更难得的是完全跨浏览器,让大家舒舒服服写出又精简又不用愁心兼容的的JS代码,springside 已经离不开它了。
Prototype.js最重要的文档有:
Developer Notes for Prototype.js 中文版 (英文原版)
script.aculo.us的wik ...
如何隐藏Eclipse的引用包From Matt Raible
1、教你如何隐藏引用包In order to clean up the project view in Eclipse, you can hide the files you don't need. First of all, make sure you're in the Java Perspective (Window → Open Perspective). Then click the li ...
Keep It Simple and Stupid
Keep It Simple and Stupid, 就是KISS原则. 简单是软件设计之美, 简单的设计使得软件产品易于开发, 易于维护. 简单代表着高质量, 少加班, 每个人都希望自己的工作是简单的. 在KISS原则之外, 应该有一个更重要的原则: Useful. 满足需求是一切产品的低限. 也许需求本身也应该KISS, 简单的需求意味着底成本, 高效率. 可惜客户有时候很难克制自己的欲望. ...