上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: /** * * @param path * @return String * @description 将文件转base64字符串 * @date 2018年3月20日 * @author changyl * File转成编码成BASE64 */ public static String fileT 阅读全文
posted @ 2022-07-14 16:24 花田007 阅读(8920) 评论(0) 推荐(0) 编辑
摘要: 因为http是明文传输的,如果在传输过程中被黑客捕获到,黑客就可以得到消息内容,修改http内容。 因为网络请求会通过很多节点转发,这些节点都能捕获和修改http内容。例如黑客设立了一个免费的wifi,那么连接这个wifi的用户访问http的页面时就可能会被攻击。 使用https可解决http不安全 阅读全文
posted @ 2022-07-14 10:22 花田007 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: vue是数据改变影响视图。 问题描述: 需求是:点击按钮后进入handleOkReview方法前需要按钮转圈圈。但是实际效果是,没来得及转圈就进入了方法。(debugger测试出来的) signSubmit() { this.loading=true; this.$refs.realForm.han 阅读全文
posted @ 2022-07-13 14:15 花田007 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 解决办法 阅读全文
posted @ 2022-07-11 15:22 花田007 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Alt+Shift+L 调出格式化配置对话框 阅读全文
posted @ 2022-07-06 14:29 花田007 阅读(122) 评论(0) 推荐(0) 编辑
摘要: DateFormat format = new SimpleDateFormat("yyyy-MM-dd"); //定义日期格式化的格式 String classDateString = "2015-08-12"//需要加减的字符串型日期 Date classDate = format.parse( 阅读全文
posted @ 2022-07-05 14:11 花田007 阅读(3382) 评论(0) 推荐(0) 编辑
摘要: <update id="softDel" parameterType="String">SELECT * FROM study WHERE id in <foreach item="item" index="index" collection="ids.split(',')" open="(" se 阅读全文
posted @ 2022-07-01 16:52 花田007 阅读(392) 评论(0) 推荐(0) 编辑
摘要: http://t.zoukankan.com/liuwt365-p-7750888.html 阅读全文
posted @ 2022-07-01 11:12 花田007 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Mybatis转义字符表 &lt; < 小于 &gt; > 大于 &amp; & 与 &apos; ' 单引号 &quot; " 双引号 阅读全文
posted @ 2022-06-29 11:14 花田007 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 1、菜单新增权限 上面我配置的是查询本部门的数据。 如果项配置查询所有数据,不需要配置,因为你在给角色分配相应数据权限时,分配了部门就是部门权限,不分配就是所有权限。 2、分配角色 3、接口层 4、serviceimpl层 5、mapper.xml层 执行后日志显示sql为 阅读全文
posted @ 2022-06-27 23:01 花田007 阅读(1549) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页