上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 68 下一页
摘要: Subject 用户主体 (把操作交给SecurityManager)SecurityManager 安全管理器 (关联Realm)Realm Shiro连接数据的桥梁 引入maven依赖 <dependency> <groupId>org.apache.shiro</groupId> <artif 阅读全文
posted @ 2020-05-23 18:00 yvioo 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 引入maven依赖 <!-- swagger2--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </depende 阅读全文
posted @ 2020-05-23 15:51 yvioo 阅读(3943) 评论(0) 推荐(0) 编辑
摘要: select * from dba_constraints where constraint_name = 'SYS_C0082752' 阅读全文
posted @ 2020-05-22 13:44 yvioo 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://lbs.qq.com/service/webService/webServiceGuide/webServiceGcoder package com.weixin.map; import net.sf.json.JSONObject; import org.apache.c 阅读全文
posted @ 2020-05-19 14:55 yvioo 阅读(4449) 评论(0) 推荐(0) 编辑
摘要: 在不能修改的位置加上代码:onselectstart="return false" οnselect="document.selection.empty()" <td onselectstart="return false" οnselect="document.selection.empty()" 阅读全文
posted @ 2020-05-18 11:55 yvioo 阅读(5728) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>监控窗口是否活动</title> </head> <body> <script> window.addEventListener('blur', ()=>{ d 阅读全文
posted @ 2020-05-15 17:14 yvioo 阅读(1825) 评论(0) 推荐(0) 编辑
摘要: 钉钉提供的内网穿透之HTTP穿透:https://www.cnblogs.com/pxblog/p/13862376.html 网页分享到微信中如何显示标题图,如果自定义标题图,描述,显示效果如下 官网接口地址;https://developers.weixin.qq.com/doc/offiacc 阅读全文
posted @ 2020-05-13 11:45 yvioo 阅读(6375) 评论(6) 推荐(1) 编辑
摘要: 修改my.cnf,需重启mysql。 在 [MySQLd] 部分添加一句(如果存在,调整其值就可以): max_allowed_packet=512M 查找MySql的配置文件my.cnf所在路径参考:https://www.cnblogs.com/pxblog/p/13701211.html 阅读全文
posted @ 2020-05-12 11:52 yvioo 阅读(3459) 评论(0) 推荐(0) 编辑
摘要: 打开mysql 的配置文件 my.cnf 查找方式:https://www.cnblogs.com/pxblog/p/13701211.html 在[mysqld]后面修改或添加 # The maximum amount of concurrent sessions the MySQL server 阅读全文
posted @ 2020-05-12 11:30 yvioo 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 引入jar包 zxing-2.3.0.jar、IKAnalyzer2012_u6.jar 下载地址:https://yvioo.lanzous.com/b00nlbp6h 密码:5jge ZxingLogoConfig.java import java.awt.Color; public class 阅读全文
posted @ 2020-05-12 10:46 yvioo 阅读(6234) 评论(7) 推荐(1) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 68 下一页