Easter79 Easter79
2年前
The following classes could not be excluded because they are not auto
在Springboot启动项目的时候,出现如下错误java.lang.IllegalStateException:Thefollowingclassescouldnotbeexcludedbecausetheyarenotautoconfigurationclasses:org.springframewo
Stella981 Stella981
2年前
Avue前端控件大全和表格属性
//表格属性//width:“100%”,//表格宽度//calcHeight:“auto”,//表格高度差(主要用于减去其他部分让表格高度自适应)//height:“auto”,//表格高度//maxHeight:“auto”,//表格最大高度//border:true,//是否显示表格边框//e
Stella981 Stella981
2年前
Jersey “Auto
本文同步至http://www.waylau.com/jerseyautodiscoverablefeaturesfailedinmaven/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fjerseyautodiscoverable
Stella981 Stella981
2年前
IE7、IE8、IE9对min
问题:    IE7、IE8、IE9对minheight不识别,其他无问题解决:   box{width:100px;height:35px;}   htmlbodybox{width:auto;height:auto;width:100px;minheight:35px;} 实例:
Wesley13 Wesley13
2年前
MySQL 序列使用:使用 AUTO_INCREMENT、获取AUTO_INCREMENT值
MySQL序列使用MySQL序列是一组整数:1,2,3,...,由于一张数据表只能有一个字段自增主键,如果你想实现其他字段也实现自动增加,就可以使用MySQL序列来实现。本章我们将介绍如何使用MySQL的序列。使用AUTO\_INCREMENTMySQL
Stella981 Stella981
2年前
Auto Layout + Manual Layout 混用
约束代码混用的问题无数人趟过此坑,大部分人在坑中一蹶不振,小部分人爬起来也是跌跌撞撞。有很多人都说autolayout和manuallayout的坐标设置是不能混用的,会导致出现布局问题。首先声明一点,autolayout和manuallayout是可以混用的。用的时机很重要,autolayout和manuallayout
Wesley13 Wesley13
2年前
mysql变更AUTO_INCREMENT值
数据库中id的值mysqlselectfromuser_id_seq;|id|stub||10000025|a|
Stella981 Stella981
2年前
Spring Boot 自动配置(auto
本章,我们为你揭秘SpringBoot自动配置(AutoConfiguration)运行机制,谈到autoconfiguration,肯定离不开@EnableAutoConfiguration注解。packageorg.springframework.boot.autoconfigure;@Target(Element
Stella981 Stella981
2年前
Jenkins——the thing which auto everything
        序        本公众号在7月15日从文化类转为技术、文化综合类(关于公众号即将更名为“左手编程右手文化”的通知(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzI5MTAxMDcwMw%3D%
Stella981 Stella981
2年前
MongoRepository动态代理及jpa方法解析源码分析
publicinterfaceFzkRepositoryextendsMongoRepository<Fzk,String{FzkfindByName(Stringname);}@RestControllerpublicclassTestController{@Auto