使用sortablejs复原上次移动 (opens new window)
Element表格拖拽排序 (opens new window)
vue 在方法的默认参数中加入自定义参数 (opens new window)
el-tooltip配合el-button禁用时显示提示 (opens new window)
vue使用sortablejs结合element Table实现拖拽 (opens new window)
electron 无法安装 (opens new window)
Object.fromEntries is not a function electron-vue报错 (opens new window)
使用file-saver导出文件 (opens new window)
vue+element-ui中的el-table-column使用v-if导致位置错乱的现象 (opens new window)
element-ui upload accept=““ 不起作用(关于element-u上传文件类型限制) (opens new window)
vue中element-ui中el-upload上传方式使用drag拖拽上传无效 (opens new window)
注意:rule里面必须配置一个空数组,不然动态设置没用
JS中new Date()获取小时多8小时问题 (opens new window)
npm install sass-loader@7.3.1 npm rebuild node-sass
https://blog.csdn.net/hochenchong/article/details/103339457
https://blog.csdn.net/adojayfan/article/details/125725170
https://github.com/tporadowski/redis/releases/tag/v5.0.9
http://events.jianshu.io/p/ccbde054c47d
删除重复数据-MYSQL (opens new window)
JdbcTemplate中执行结果包含内嵌式实体 (opens new window) MySQL查询某个表中的所有字段并通过逗号分隔连接 (opens new window) MiniIO 通过API调用时报签名错误 (opens new window)
@Query 参数可能为空
@Query("select count(1) from TransLimit t where t.deviceType=:deviceType and (:id is null or t.id <> :id) ")
int countByDeviceType(@Param("deviceType") String deviceType, @Param("id") String id);
2
https://www.cnblogs.com/sweetchildomine/p/7807868.html
mybatis-plus循环依赖 (opens new window)
[Spring—@Value在static中引用
线程池监控 - Hippo4J Web (opens new window)
MyBatisPlus(六)软删除(逻辑删除) (opens new window)
Maven Repository (opens new window)
swagger2 注解说明_ (opens new window)
3.svn
http://10.0.2.28/repos/system/Hulk2/JPRS/nobase/project/code/trunk/jprs
http://10.0.2.28/repos/system/ECFC3.0/nobase/project/code/ecfc-v3
select t_tables.table_name,
t_column.column_name,
t_column.data_length,t_column.CHAR_LENGTH,t_column.CHAR_USED
from user_tab_columns t_column, user_tables t_tables
where t_column.table_name = t_tables.table_name
--and t_tables.table_name like '%BM_B%' -- 模糊匹配的表名
--and t_column.data_length = 32 -- 可根据字段长度
-- and t_column.data_type = 'VARCHAR2' -- 可根据字段类型
-- and t_tables.table_name = 'RP_NW_HWXSYBG' -- 具体那张表
--and t_column.column_name not LIKE '%ID%' --过滤字段
--and t_column.column_name not LIKE '%STATUS%' --过滤字段
and t_tables.table_name = 'BASE_AUDIT'
select t_tables.table_name,
t_column.column_name,
t_column.data_length,
'alter table ' || t_column.table_name || ' modify ' || t_column.column_name ||
' varchar2(32);' as alter_sqlstr
from user_tab_columns t_column, user_tables t_tables
where t_column.table_name = t_tables.table_name
--and t_tables.table_name like '%BM_B%' -- 模糊匹配的表名
--and t_column.data_length = 32 -- 可根据字段长度
and t_column.data_type = 'VARCHAR2' -- 可根据字段类型
-- and t_tables.table_name = 'RP_NW_HWXSYBG' -- 具体那张表
--and t_column.column_name not LIKE '%ID%' --过滤字段
--and t_column.column_name not LIKE '%STATUS%' --过滤字段
and t_tables.table_name = 'BASE_AUDIT'
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
# idea
https://www.cnblogs.com/xiegongzi/p/16323735.html
https://blog.csdn.net/win7system/article/details/83508313
# 插件
# CamelCase插件
大小写驼峰下划线转换 shit+alt+u 配置:Editor->Camel Case
# mybatisLogFormat
# Grep Console
# GsonFormatPlus
json字符串转对象
# mybatisX
# GenerateAllSetter
一键生成setter 快捷键:Alt+Enter
Alibaba Java Coding Guidelines
Rainbow Brackets(多彩花括号)
Maven Helper
依赖冲突
smart tomcat
# node
npm config set registry https://registry.npm.taobao.org
# vscode
HTML Snippets
Auto Close Tag
Auto Rename Tag
Bracket Pair Colorization Toggler
Npm Intellisense
vscode-icons
gitHub Pull requests
Beautify
Vetur
JavaScript (ES6) code snippets