上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 82 下一页
  2019年7月6日
摘要: 1、servlet异常处理 2、springmvc异常处理 待进一步总结! 阅读全文
posted @ 2019-07-06 14:30 小破孩楼主 阅读(206) 评论(0) 推荐(0)
  2019年6月11日
摘要: 1、 a)表单有onsubmit事件,提交submit按钮就是触发了这个事件。 b)表单还可以使用submit()方法提交表单数据。 c)可以在超链接上写js,但必须进行声明。js代码格式如下: javascript:js代码 <a href="javascript:document.forms[0 阅读全文
posted @ 2019-06-11 23:11 小破孩楼主 阅读(204) 评论(0) 推荐(0)
  2019年4月21日
摘要: 1、mysql命令窗口输入密码后窗口闪退 密码输入错误。(其他暂不清楚) 2、 出现这个错误的原因是,数据库的编码格式不一致。 https://www.cnblogs.com/lsr-flying/p/6523529.html (参考) 修改编码格式: 阅读全文
posted @ 2019-04-21 21:43 小破孩楼主 阅读(305) 评论(0) 推荐(0)
  2019年4月15日
摘要: * @note 华融湘江银行提供的转换方法 */ private static String getVerify(String s17) throws Exception { String sVerify = ""; String code = ""; int num = 0; int tmp = 阅读全文
posted @ 2019-04-15 11:39 小破孩楼主 阅读(249) 评论(0) 推荐(0)
  2019年4月3日
摘要: https://jingyan.baidu.com/article/d8072ac4957b28ec95cefd9f.html 阅读全文
posted @ 2019-04-03 21:30 小破孩楼主 阅读(132) 评论(0) 推荐(0)
  2019年3月31日
摘要: word-spacing 属性增加或减少单词间的空白 letter-spacing 属性增加或减少字符间的空白(字符间距) 阅读全文
posted @ 2019-03-31 13:28 小破孩楼主 阅读(735) 评论(0) 推荐(1)
  2019年3月16日
摘要: 1)instr()函数的格式 (俗称:字符查找函数) 格式一:instr( string1, string2 ) / instr(源字符串, 目标字符串) 格式二:instr( string1, string2 [, start_position [, nth_appearance ] ] ) / 阅读全文
posted @ 2019-03-16 11:30 小破孩楼主 阅读(244) 评论(0) 推荐(0)
  2019年3月13日
摘要: ORA-02292: 违反完整约束条件 (用户名.约束名) - 已找到子记录 造成原因:删除该表时,有依赖该表的子表数据,需要删除该条记录或者禁用约束。 ORA-02291: 违反完整约束条件 - 未找到父项关键字 问题解决 增加不了的原因是外键所在表的字段没有值 阅读全文
posted @ 2019-03-13 20:31 小破孩楼主 阅读(204) 评论(0) 推荐(0)
  2019年2月21日
摘要: https://www.cnblogs.com/Tony-Mu/articles/2536472.html https://www.cnblogs.com/hym-pcitc/p/5695846.html https://www.cnblogs.com/dnxf/p/3809378.html 阅读全文
posted @ 2019-02-21 10:23 小破孩楼主 阅读(123) 评论(0) 推荐(0)
  2019年2月19日
摘要: https://www.cnblogs.com/yangzailu/p/6755440.html 数据脱敏介绍 数据脱敏(Data Masking),又称数据漂白、数据去隐私化或数据变形。百度百科对数据脱敏的定义为:指对某些敏感信息通过脱敏规则进行数据的变形,实现敏感隐私数据 的可靠保护。这样,就可 阅读全文
posted @ 2019-02-19 11:30 小破孩楼主 阅读(568) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 82 下一页