会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
光头才能强
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2018年12月16日
Spring boot 入门(三):SpringBoot集成结合AdminLTE(Freemarker),利用generate自动生成代码,利用DataTable和PageHelper进行分页显示
摘要: 关于SpringBoot和PageHelper,前篇博客已经介绍过Spring boot入门(二):Spring boot集成MySql,Mybatis和PageHelper插件,前篇博客大致讲述了SpringBoot如何集成Mybatis和Pagehelper,但是没有做出实际的范例,本篇博客是连
阅读全文
posted @ 2018-12-16 23:47 光头才能强
阅读(11095)
评论(8)
推荐(1)
2018年12月14日
Spring boot 入门(二):Spring boot集成MySql,Mybatis和PageHelper插件
摘要: Spring boot集成mybatis,数据库和pagehelper
阅读全文
posted @ 2018-12-14 20:48 光头才能强
阅读(7318)
评论(6)
推荐(1)
Spring boot 入门(一):快速搭建Spring boot项目
摘要: 用idea快速搭建spring boot项目
阅读全文
posted @ 2018-12-14 13:00 光头才能强
阅读(3139)
评论(0)
推荐(2)
2018年12月10日
freemark使用总结
摘要: 1.下拉框中使用三元表达式: <option value="1类" ${(bean.col5!?string="1类")?string('selected','')}>1类</option> 2.ftl页面中保留小数 <td><input type="text" class="form-contro
阅读全文
posted @ 2018-12-10 00:00 光头才能强
阅读(826)
评论(0)
推荐(0)
2018年12月9日
idea打jar包并部署java web项目
摘要: 1.idea打jar包 (idea提供界面是jar包方式) 点击package,结束就OK,jar包一般放在target里面 部署项目 1.停止之前的服务: 查到到java的所有进程:ps -ef|grep java 杀死相关的web服务:kill -9 进程号 2.删除之前的jar包 rm -f
阅读全文
posted @ 2018-12-09 12:20 光头才能强
阅读(6406)
评论(0)
推荐(1)
2018年6月27日
认证与Shiro安全框架
摘要: java,shiro,安全框架
阅读全文
posted @ 2018-06-27 21:37 光头才能强
阅读(8562)
评论(0)
推荐(0)
2018年5月4日
SQL Server中几种遍历方式比较
摘要: SQL Server,遍历,循环
阅读全文
posted @ 2018-05-04 15:14 光头才能强
阅读(1994)
评论(0)
推荐(1)
2018年4月25日
eclipse配置freemarker,*.ftl文件
摘要: 亲测,提供2种方式,效果都不错: 1.直接下载相应的插件。只需要下载FreeMarker的识别Jar包就可以;888KB 下载地址:链接:https://pan.baidu.com/s/1WYeJwO9BgHYLMJg7jYhraQ 密码:1apc;如果上述连接失效,可以给我留言 jar包分别放在E
阅读全文
posted @ 2018-04-25 15:56 光头才能强
阅读(429)
评论(0)
推荐(0)
2018年4月23日
sqlserver操作geography方法
摘要: sqlserver,geography,STGeomFromText
阅读全文
posted @ 2018-04-23 19:23 光头才能强
阅读(549)
评论(1)
推荐(0)
2018年4月14日
SSM(Spring)中,在工具类中调用服务层的方法
摘要: 因为平时在调用service层时都是在controller中,有配置扫描注入,spring会根据配置自动注入所依赖的服务层。 但因我们写的工具类不属于controller层,所以当所写接口需要调用服务层是,常常会为NULL。 代码如下: //关于工具类调用服务层的方法 @Autowired //注入
阅读全文
posted @ 2018-04-14 00:08 光头才能强
阅读(3109)
评论(1)
推荐(0)
上一页
1
2
3
4
下一页
公告