- 博客(11)
- 资源 (9)
- 收藏
- 关注
原创 ORA-01653: unable to extend table xxx by 128 in tablespace xxx 表空间满
ORA-01653: unable to extend table xxx by 128 in tablespace xxx
2024-12-24 10:36:28
518
原创 springboot集成多数据源(oracle、mysql)
工作需要需要多数据源,预算参考网上找到了我觉得最简单快速的方法。关键是注解 @DS("XXX") 表示当前使用了某个库。Mapper Service 该怎么写就怎么写不变。
2023-12-21 18:20:16
672
原创 Redis - Could not connect to Redis at 127.0.0.1:6379: Connection refused 故障处理
【代码】Redis - Could not connect to Redis at 127.0.0.1:6379: Connection refused 故障处理。
2023-08-11 14:50:41
171
原创 打印window.print()
之前公司要求做印刷,网上查了很多方法,然后实现了,偶然间发现了一个新的方法,和大家分享一下想要分页打印的话 用 css 控制就行page-break-after orpage-break-before具体使用方法请百度<body> <div id="btnDiv" style="float:left;"> <!-- 印刷--> <button id="printBtn" type="button" class...
2020-12-10 16:15:27
390
原创 sort() 双重排序
var dataArray = new Array();$.each(historyArray,function(key,historyObj){ if ($.inArray(historyObj.fileName, removeSuccessFile) == -1) { dataArray.push(headDiagnosisDisplayHistoryObj); }});判断对象数组的里是否存在某个数组...
2020-11-05 15:38:00
1648
原创 鼠标悬停 显示文字提示
由于页面的标签是通过js画出来的,导致jquery mouseover等事件都失效了。调查发现 大部分的 标签 可以使用 title 属性,如果仅仅让他显示文字提示的话, title 就可以<div style="float:left;margin-left:10px;"> <button title="编辑履历" class="btn btn-default" style="width:31px;height:31px;padding: 0 1 1 1;">
2020-07-31 11:12:52
5488
原创 通过window.print() 打印页面 及 遇到的坑
在IE11下 通过打印页面时候发现 bootstrap.Css文件会影响到window.print()的css样式,发生冲突 ,解决方法:[这是在下的现在的看法,可能对于前段理解还不够,还未找到更好的方法]1.style里覆盖bootstrap.css 里关于 print的代码2.不用bootstrap我是通过iframe来创建,自定义了样式 通过css,直接通过<style>或者 标签上 都可以要背景色等样式需要设置一下页面的浏览器。<di...
2020-06-30 11:10:15
7598
SpringBoot.docx
2019-12-12
常用的jar包合集大全
2017-11-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人