- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/lodsve/lodsve-framework
- 软件文档: http://doc.oschina.net/message
软件介绍
lodsve-framework
My development tools, it encapsulates some open source projects, and better facilitate the conduct of Java Web development.
What is lodsve
lodsve is the short of Let our development of Spring very easy!.
Simple Introduction
- Base on some open source framework. It encapsulates some classes and methods to make more convenient for developers.
-
It consists of the following modules:
- lodsve-3rd
- lodsve-amqp
- lodsve-cache
- lodsve-core
- lodsve-dubbo
- lodsve-mongodb
- lodsve-mvc
- lodsve-mybatis
- lodsve-redis
- lodsve-search
- lodsve-security
- lodsve-test
- lodsve-transaction
- lodsve-validate
- lodsve-wechat
- lodsve-workflow
How To Use
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>${lodsve.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Check out sources
git clone git@github.com:lodsve/lodsve-framework.git
Check out demos
git clone git@github.com:lodsve/lodsve-demo.git
Check out the configurations
git clone git@github.com:lodsve/lodsve-configs.git
Change History
Contact me
- Email: sunhao.java@gmail.com
- QQ: 867885140
- Blog: Blog OSChina
License
The Lodsve Framework is released under version 2.0 of the Apache License.
Donate
C程序设计(第四版)
谭浩强 / 清华大学出版社 / 2010-6-1 / 33.00元
由谭浩强教授著、清华大学出版社出版的《C程序设计》是一本公认的学习C语言程序设计的经典教材。根据C语言的发展和计算机教学的需要,作者在《C程序设计(第三版)》的基础上进行了修订。 《C程序设计(第4版)》按照C语言的新标准C99进行介绍,所有程序都符合C99的规定,使编写程序更加规范;对C语言和程序设计的基本概念和要点讲解透彻,全面而深入;按照作者提出的“提出问题―解决问题―归纳分析”三部曲......一起来看看 《C程序设计(第四版)》 这本书的介绍吧!
