上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
摘要: MySQL you *might* want to use the less safe log_bin_trust_function_creators variable 刷脚本时,多次遇到这个问题,是因为当前版本的数据库默认关闭了一个配置。执行如下命令可解决该问题: SET GLOBAL log_b 阅读全文
posted @ 2018-08-31 14:48 阿狸哥哥 阅读(967) 评论(0) 推荐(0)
摘要: 当linux报too many open files 时说明此时应用的打开文件数超过了系统 的限制文件描述符。排查思路如下: 1、通过命令ulimit -a可以查看当前系统设置的最大句柄数是多少。open files那一行就代表系统目前允许单个进程打开的最大句柄数 2、使用命令lsof -p 进程i 阅读全文
posted @ 2018-08-30 14:04 阿狸哥哥 阅读(325) 评论(0) 推荐(0)
摘要: 一、单个参数: 二、多参数: 三、Map封装多参数: 四、List封装in: 五、多参数传递之注解方式示: 六、selectList()只能传递一个参数,但实际所需参数既要包含String类型,又要包含List类型时的处理方法: 将参数放入Map,再取出Map中的List遍历。如下: 阅读全文
posted @ 2018-08-23 23:45 阿狸哥哥 阅读(13244) 评论(0) 推荐(0)
摘要: Maven中建立的依赖管理方式基本已成为Java语言依赖管理的事实标准,Maven的替代者Gradle也基本沿用了Maven的依赖管理机制。在Maven依赖管理中,唯一标识一个依赖项是由该依赖项的三个属性构成的,分别是groupId、artifactId以及version。这三个属性可以唯一确定一个 阅读全文
posted @ 2018-08-17 10:26 阿狸哥哥 阅读(1218) 评论(0) 推荐(2)
摘要: CHANNEL_FILTER ChannelProcessingFilter http/intercept-url@requires-channel SECURITY_CONTEXT_FILTER SecurityContextPersistenceFilter http CONCURRENT_SE 阅读全文
posted @ 2018-07-31 16:13 阿狸哥哥 阅读(3125) 评论(0) 推荐(0)
摘要: Spring Security入门: http://www.mossle.com/docs/auth/html/index.html SpringSecurity过滤器链 https://blog.csdn.net/zhong_csdn/article/details/79447185 阅读全文
posted @ 2018-07-31 15:50 阿狸哥哥 阅读(153) 评论(0) 推荐(0)
摘要: 签个到 阅读全文
posted @ 2018-07-11 17:19 阿狸哥哥 阅读(108) 评论(0) 推荐(0)
摘要: 1.修改MySQL的登录设置: # vim /etc/my.cnf 在[mysqld]的段中加上一句:skip-grant-tables 例如: [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock skip-grant-t 阅读全文
posted @ 2018-06-19 10:34 阿狸哥哥 阅读(673) 评论(0) 推荐(0)
摘要: 快捷键Ctrl + Alt + S打开设置面板,勾选Build project automatically选项: 快捷键Ctrl + Shift + A查找registry命令: 在查找到的registry命令通过鼠标双击或敲回车键,在弹出的面板中搜索关键字automake,找到并勾选compile 阅读全文
posted @ 2018-06-18 16:58 阿狸哥哥 阅读(13798) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/shangmingtao/article/details/75810099 https://blog.csdn.net/keketrtr/article/details/72864914 阅读全文
posted @ 2018-06-12 10:52 阿狸哥哥 阅读(133) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页