上一页 1 2 3 4 5 6 ··· 13 下一页
  2023年7月24日
摘要: 1、前端引入js <script type="text/javascript" src="${pageContext.request.contextPath}/modules/util/downDoc/html2pdf.js"></script> 2、js方法 html定义div $("#downP 阅读全文
posted @ 2023-07-24 09:15 IT-QI 阅读(2504) 评论(0) 推荐(0) 编辑
  2023年6月6日
摘要: /*这里定义你引入字体包的名称*/ @font-face { font-family: fzxbs; src:url(../font/fzxbs.ttf); } 阅读全文
posted @ 2023-06-06 14:27 IT-QI 阅读(68) 评论(0) 推荐(0) 编辑
  2023年5月18日
摘要: 从name替换comment Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model Set mdl = A 阅读全文
posted @ 2023-05-18 09:18 IT-QI 阅读(15) 评论(0) 推荐(0) 编辑
  2023年5月4日
摘要: 最近打算部署个SpringBoot项目到外置Tomcat运行,但是发现tomcat启动成功,访问却一直404,刚开始以为是Tomcat的问题,就一直在改Tomcat配置。最后发现tomcat启动时根本就没加载到项目,因为控制台没有打印 "SpringBoot"的项目标志经过一番百度查找,最后发现是因 阅读全文
posted @ 2023-05-04 11:17 IT-QI 阅读(276) 评论(0) 推荐(0) 编辑
  2023年4月27日
摘要: 怎样将本地项目上传到gitee方法一1、首先在gitee上新建仓库 登录gitee账号,选择“仓库”,新建仓库。 创建成功的仓库如图所示: 记得创建仓库时复制仓库路径。上传时需要使用。 2、在本地磁盘新建一个文件夹,上传代码。 2.1、在本地新建upload文件夹 2.2、在该文件夹中打开git B 阅读全文
posted @ 2023-04-27 15:32 IT-QI 阅读(198) 评论(0) 推荐(0) 编辑
  2023年4月24日
摘要: 创建token public class JWTUtil { private static final long EXPIRE_TIME = 3 * 60 * 1000;//默认3分钟 //私钥 private static final String TOKEN_SECRET = "privateK 阅读全文
posted @ 2023-04-24 15:33 IT-QI 阅读(82) 评论(0) 推荐(0) 编辑
  2023年4月14日
摘要: --修改序列为表中最大值declare Max_Id NUMBER(10); Current_Value NUMBER(10); BEGIN SELECT max(to_number(user_code)) INTO Max_Id FROM F_USERINFO t where t.user_cod 阅读全文
posted @ 2023-04-14 11:10 IT-QI 阅读(87) 评论(0) 推荐(0) 编辑
  2023年4月10日
摘要: try捕捉异常快捷键 在语句的末尾后输入 .try即可出现; 例如 2、mian方法 psv 回车快速生成 3、system sout 4、ctrl+G 快速查找行号 5、全局搜索 ctrl+Shift+F 当前页面所有ctrl+F 6、删除一整行 ctrl+Y 7、 ctrl+shift+ente 阅读全文
posted @ 2023-04-10 15:03 IT-QI 阅读(57) 评论(0) 推荐(0) 编辑
  2023年4月7日
摘要: 解决办法: 例如下载360 的安全证书,使用浏览器打开要调用的接口链接:https://api.e.360.cn/account/clientLogin,然后查看证书导出证书到本地,文件名取成 调用api的域名api.e.360.cn 将数字证书保存到jdk1.7.0_17\jre\lib\secu 阅读全文
posted @ 2023-04-07 15:26 IT-QI 阅读(277) 评论(0) 推荐(0) 编辑
  2023年3月28日
摘要: update F_USERINFO t set t.login_name=regexp_replace(t.login_name,'SS','MZ') where t.user_tag='MZ' 阅读全文
posted @ 2023-03-28 15:06 IT-QI 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页