- 博客(9)
- 资源 (6)
- 收藏
- 关注
在老东家的那些事
在公司待了近2年的时间,做了几个项目,做失败了几个项目,现在是时候做一个小小的总结。老板技术出身,自己出来创业,公司规模10人左右,主要做外包项目,由销售人员去接单,老板亲自去做需求分析,产出一个“系统需求”文档,然后把需求文档交给我(所谓的技术总监),我看着文档开始系统的设计。公司技术方向Java,我来之前公司基本上都是基于SSH的架构做项目,所以我自然遵循这个架构。刚刚开始做系统...
2012-03-04 01:15:50
138
Alvor
In Java programs SQL statements are usually embedded in string literals. As they are just strings for compiler, SQL mistakes pop up only at runtime. Furthermore, if you have used conditionals for cons...
2011-06-12 09:42:20
146
JRockit is free!
Free at last, free at last! JRockit is no longer tied to Oracle products: you can download it for what look like the same terms as the old Sun JDK. JRockit is way faster then HotSpot after a suitable ...
2011-05-19 09:53:30
140
LiveRebel 1.0 – A New Hope
What began two years ago in the far northern country as an attempt to re-invent production updates has culminated into the today’s release of LiveRebel 1.0. Already managing a multitude of production ...
2011-05-17 18:27:30
139
Cloudera Hue a Management tool for Hadoop
What is Hue: Cloudera Hue is a web based UI for hadoop, that allows users to interact with a Hadoop. They can browse the file system, create and manage user accounts, view and edit files, upload files...
2011-05-11 11:10:08
111
leveldb
[b]LevelDB[/b] is a library that implements a fast persistent key-value store. [b]Features[/b] Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can p...
2011-05-10 16:10:37
172
一年前整合flex3+cairngorm+spring+hibernate
一年前学习flex3的时候做的小demo。 用了flex的mvc框架cairngorm。 jar包我也没整么整理,有些jar包是不必要的。 有兴趣的朋友可以看看。 数据库脚本在db文件夹中。 lib分了5个哦。...
2011-04-29 21:51:46
96
原创 ngnix +tomcat 配置动态二级域名+负载均衡+集群
l 前提条件: 实现动态二级域名必须让域名服务商开通泛解析 l Ngnix的配置: #启动进程数(和CPU个数一样) worker_processes 1; #工作模式及连接数上限 events { worker_connections 1024; } #设定http服务器,利用它的反向...
2010-10-21 23:21:20
196
lucene+ajax构建站内搜索引擎
有点样子了,当然还有很多要优化的地方,用lucene做一个站内搜索,我用的是lucene3.0.1. 首先看看数据库,我用的新闻模拟的:新闻表 CREATE TABLE `t_newsitem` ( `Id` int(11) NOT NULL auto_increment, `editor` varchar(255) default NULL, `newsContent` l...
2010-06-20 15:30:11
225
java中一些常用的公共类
2009-11-26
Firefox Setup 3.5.4
2009-12-18
我c#做的音乐播放器
2009-12-18
log4j一个简单的例子
2009-11-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人