上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页
摘要: 1.先来看原备份数据库语句: 警告信息1: Warning: Using a password on the command line interface can be insecure. 意思是说:在命令行界面上使用密码可能是不安全的,不能直接把密码写在脚本中。 解决方法: 在/etc/my.cn 阅读全文
posted @ 2018-12-03 14:56 低调的小白 阅读(2248) 评论(0) 推荐(0) 编辑
摘要: Mybatis 中$与#的区别 转自:https://www.cnblogs.com/hellokitty1/p/6007801.html 1 #是将传入的值当做字符串的形式,eg:select id,name,age from student where id =#{id},当前端把id值1,传入 阅读全文
posted @ 2018-11-30 15:54 低调的小白 阅读(10471) 评论(0) 推荐(3) 编辑
摘要: 1.Tomcat设置访问日志 1 <Host name="localhost" appBase="webapps" 2 unpackWARs="true" autoDeploy="true"> 3 <!-- 4 <Valve className="org.apache.catalina.valves 阅读全文
posted @ 2018-11-28 09:38 低调的小白 阅读(8978) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: 一.pom.xml中添加依赖 二.配置数据源与监控 第一种方法通过properties配置 第二种方法通过java配置类设置: 三.效果图 阅读全文
posted @ 2018-11-27 14:27 低调的小白 阅读(5012) 评论(0) 推荐(1) 编辑
摘要: 转自:https://blog.csdn.net/gxgl8811/article/details/72803833 阅读全文
posted @ 2018-11-13 13:41 低调的小白 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/yumushui/article/details/38960619 阅读全文
posted @ 2018-11-08 14:04 低调的小白 阅读(19271) 评论(1) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/lu930124/article/details/77595585/ //List里面的对象元素,以某个属性来分组,例如,以id分组,将id相同的放在一起//List 以ID分组 Map<Long,List<Sku>>Map<Long, List<S 阅读全文
posted @ 2018-11-05 11:20 低调的小白 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 1.数据库表设计 2.实体类设计 1 package com.ieou.capsule.dto.SystemPermissions; 2 3 import java.util.List; 4 5 /** 6 * 功能菜单类 7 */ 8 public class SystemPermissionsT 阅读全文
posted @ 2018-10-19 14:10 低调的小白 阅读(6443) 评论(0) 推荐(0) 编辑
摘要: 转自:http://xiaowei-qi-epro-com-cn.iteye.com/blog/2030671 阅读全文
posted @ 2018-10-16 22:55 低调的小白 阅读(3815) 评论(0) 推荐(0) 编辑
摘要: 废话不多说,直接上代码 1.pom.xml中添加依赖 2.创建工具类 3.业务代码 阅读全文
posted @ 2018-10-16 22:53 低调的小白 阅读(402) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 24 下一页