会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mumututu's growing
高山自仰止,流水不争先
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
84
下一页
2016年10月31日
Spring的Bean之Bean的基本概念
摘要: 从前面我们知道spring其实就是一个大型的工厂,而Spring容器中的Bean就是该工厂的产品.对于Spring容器能够生产那些产品,则取决于配置文件中配置。 对于我们而言,我们使用Spring框架所做的就是两件事:开发Bean、配置Bean。对于Spring矿建来说,它要做的就是根据配置文件来创
阅读全文
posted @ 2016-10-31 11:10 穆穆兔兔
阅读(304)
评论(0)
推荐(0)
2016年10月28日
@Autowired与@Resource的区别
摘要: 1、@Autowired与@Resource都可以用来装配bean. 都可以写在字段上,或写在setter方法上。 2、@Autowired默认按类型装配(这个注解是属业spring的),默认情况下必须要求依赖对象必须存在,如果要允许null 值,可以设置它的required属性为false,如:@
阅读全文
posted @ 2016-10-28 19:17 穆穆兔兔
阅读(157)
评论(0)
推荐(0)
spring 容器技术入门
摘要: 官方文档 翻译 https://waylau.gitbooks.io/spring-framework-4-reference/content/III.%20Core%20Technologies/Container%20overview.html 这个更全一些 http://spring.cndo
阅读全文
posted @ 2016-10-28 16:20 穆穆兔兔
阅读(175)
评论(0)
推荐(0)
2016年10月27日
Spring MVC启动过程
摘要: org.springframework.web.context.ContextLoaderListener ContextLoaderListener的作用就是启动Web容器时,自动装配ApplicationContext的配置信息。因为它实现了ServletContextListener这个接口,
阅读全文
posted @ 2016-10-27 19:39 穆穆兔兔
阅读(258)
评论(0)
推荐(0)
详细整合教程(Spring+SpringMVC+MyBatis)
摘要: 详细整合教程(Spring+SpringMVC+MyBatis) http://blog.csdn.net/gebitan505/article/details/44455235/
阅读全文
posted @ 2016-10-27 17:20 穆穆兔兔
阅读(154)
评论(0)
推荐(0)
maven 常用命令
摘要: intellJ idea 中使用创建maven工程 File-->New Project, 左侧选择Maven,勾选Create from archetype,选择 quickstart 点击next,输入GroupId和Artifactid,点击Next,增加archetypeCatalog,in
阅读全文
posted @ 2016-10-27 12:14 穆穆兔兔
阅读(265)
评论(0)
推荐(0)
maven pom.xml加载不同properties配置[转]
摘要: 可以参考http://www.openwebx.org/docs/autoconfig.html 1.pom.xml <!-- 不同的打包环境配置: test=开发/测试测试环境, product=生产环境; 命令行方式: mvn clean install -Dmaven.test.skip=tr
阅读全文
posted @ 2016-10-27 09:36 穆穆兔兔
阅读(7667)
评论(0)
推荐(0)
2016年10月26日
vim:用vim修改文件编码为utf-8
摘要: 命令是 :set fileencoding=utf-8如果用vim打开文件时里面有乱码,可能用上面的命令修改文件后无法保存。可以用其他软件打开文件,然后把内容拷贝到vim里再保存就行了。
阅读全文
posted @ 2016-10-26 14:52 穆穆兔兔
阅读(10288)
评论(0)
推荐(0)
2016年10月25日
spring mvc
摘要: http://jinnianshilongnian.iteye.com/blog/1752171
阅读全文
posted @ 2016-10-25 19:08 穆穆兔兔
阅读(113)
评论(0)
推荐(0)
2016年10月24日
oss cmd
摘要: osscmd是基于python 2.5.4(其他版本没有试过),用来操作OSS的,可使用命令行来上传和下载文件。 下载地址:http://storage.aliyun.com/leo/osscmd.tar.gz 使用方法: 1. 下载到某一目录,例如下载到/tmp/ 目录 请先确认机器上安装了pyt
阅读全文
posted @ 2016-10-24 19:36 穆穆兔兔
阅读(1211)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
84
下一页
公告