随笔 - 144  文章 - 0  评论 - 2  阅读 - 91716
09 2021 档案
IntelliJ IDEA 最新版 2019.1 安装与激活
摘要:ps:本人idea2019.1.3亲测有效一、先下载压缩包解压后得到jetbrains-agent.jar,把它放到你认为合适的⽂文件夹内。下载页面:https://zhile.io/2018/08/17/jetbrains-license-server-crack.html 二、 启动你的IDE, 阅读全文
posted @ 2021-09-23 16:57 IT-QI 阅读(743) 评论(0) 推荐(0) 编辑
oracel中将子表中一个字段多条数据合并到主表的sql
摘要:select f.* ,g.nsjgName, h.XCJZZZZ, h.XCJFZZZ from (select max(t.JGSY_NAMEs) JGSY_NAMEs, max(t.jgsy_gg) jgsy_gg, jgsy_code, sum(t.zcjzs) zcjzs, sum(t.f 阅读全文
posted @ 2021-09-15 10:38 IT-QI 阅读(280) 评论(0) 推荐(0) 编辑
oracel根据条件不同,统计数据sql
摘要:select count(case when ml_type = '00' then 'gjml' end) gjml, count(case when ml_type = '32' then 'jsml' end) jsml, count(case when use_level = '0' the 阅读全文
posted @ 2021-09-13 17:23 IT-QI 阅读(36) 评论(0) 推荐(0) 编辑
系统添加日志,方便查看日志
摘要:http://www.plumelog.com 阅读全文
posted @ 2021-09-11 16:56 IT-QI 阅读(33) 评论(0) 推荐(0) 编辑
vue打开GIT上新拉取的项目
摘要:1、安装node.js(电脑上已经安装成功,此步骤可省略) 2、安装依赖:进入到项目文件夹内,npm install(由于git上只会存在package.json,而不会存在node_modules,所以需要根据package.json上的内容,在本地重新加载一份node_modules,用来确保v 阅读全文
posted @ 2021-09-02 16:14 IT-QI 阅读(258) 评论(0) 推荐(0) 编辑
vue环境搭建
摘要:【原创】win10下搭建vue开发环境 如果要转发,请注明原作者和原产地,谢谢! 特别说明:下面任何命令都是在windows的命令行工具下进行输入,打开命令行工具的快捷方式如下图: 详细的安装步骤如下: 一、安装node.js 说明:安装node.js的windows版本后,会自动安装好node以及 阅读全文
posted @ 2021-09-02 16:12 IT-QI 阅读(1118) 评论(0) 推荐(0) 编辑
存储过程查询数据库字段的相似度
摘要:create or replace procedure p_compare(p_name IN varchar2, po_result in out SYS_REFCURSOR) is begin OPEN po_result FOR select * from (select t.*, UTL_M 阅读全文
posted @ 2021-09-01 20:44 IT-QI 阅读(166) 评论(0) 推荐(0) 编辑
上传Excel文件数据到数据库使用多线程技术
摘要:/** * 导入数据 先将文件上传到服务器,在开启线程进行执行插入 */ @RequestMapping(value = "/newUpload", method = { RequestMethod.POST }) @Transactional public @ResponseBody JSONOb 阅读全文
posted @ 2021-09-01 20:40 IT-QI 阅读(318) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示