GithubHelp home page GithubHelp logo

prediator / nju-soft-tsip Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 2.35 MB

Automatically exported from code.google.com/p/nju-soft-tsip

Java 14.19% JavaScript 23.44% CSS 10.47% ASP 0.91% PHP 0.46% HTML 1.49% PLpgSQL 49.05%

nju-soft-tsip's Introduction

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>README</title>
</head>
<body>
	<h1>spring注解使用:</h1>
	<p>注解时注意:1,保证component-scan中的base-package包含了要注解的类;2,类里面写好了@注解</p>
	<h1>validation:</h1>
	<p>1,定义在entity层,使用annotation配置,以jsr-303为规范;2,验证在controller层,所有数据统一在此层验证;3,新建一个validator,使用注射</p>
	<h1>SVN用法</h1>
	<p>1,每天工作开始时要update,保证获取当天最新工作副本;2,尽可能的避免同时编辑统一个文件,细化文件,发布时再统一组装,压缩;3,发生冲突时尽可能与发生冲突的人一起解决冲突;4,重要的不能让别人修改的文件可以lock起来;5,实验性功能可以适用分支;6,当天工作完成时一定要提交更改!</p>
	<h1>hudson用法:</h1>
	<p>持续集成</p>
	<h1>敏捷开发</h1>
	<p>scrum</p>
	<h1>orm机制</h1>
	<p>hibernate的映射类型:1,继承映射有3种;2,一对一映射;3,一对多映射;4,多对多映射;</p>
	
	
</body>
</html>

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.