- 授权协议: 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
深入理解程序设计
[美] Jonathan Bartlett / 郭晴霞 / 人民邮电出版社 / 2014-1 / 49.00
是否真正理解汇编语言,常常是普通程序员和优秀程序员的分水岭。《深入理解程序设计:使用Linux汇编语言》介绍了Linux平台下的汇编语言编程,教你从计算机的角度看问题,从而了解汇编语言及计算机的工作方式,为成就自己的优秀程序员之梦夯实基础。 很多人都认为汇编语言晦涩难懂,但New Medio技术总监Jonathan Bartlett的这本书将改变人们的看法。本书首先介绍计算机的体系结构,然后......一起来看看 《深入理解程序设计》 这本书的介绍吧!
