GithubHelp home page GithubHelp logo

document's Introduction

git操作指南:
一、建立版本库:
	1、$cd $work               //$work表示目录
	2、$git init			//建库

二、生成快照:
	1、git add .			//包含整个目录,可单独写某个文件
	2、git commit -m "版本信息"		//提交到本地仓库

	3、echo "zh" > .gitignore		//忽略机制,忽略zh文件夹

2012/2/2
	将一些基本的设计文档传上去了

计划:
近期着手准备两件事情:
为升级准备:完善自身能力,学习必要技能并加以汇总

G4包含的技术总结:
1、实现数据库无关的支持集群部署的支持ID缓存的序列号发生器
2、JSON/XML的Java编码与解析的Json/Xml处理器
3、属性文件常规操作的工具类封装(G4Utils)
4、Velocity封装的模版引擎
5、Struts-Spring-iBatsi的框架
6、Jetty服务器*
7、UI标签封装
8、FusionChartsFree图形报表
9、Jasperreport报表引擎、Applet打印和PDF打印及导出
10、Excel导出
11、Request请求跟踪、Session会话监控、JDBC执行监控、SpringBean监控。
12、跨数据库
13、服务器不相关的静态资源管理器,对CSS/JS文件进行压缩和缓存处理
14、代码生成
15、数据权限
16、工作流

改造:
1、数据的增删该查通过Hibernate来实现
web.xml配置相关

document's People

Contributors

winterbright avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.