上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: SELECT table_name , TABLE_COMMENT FROM INFORMATION_SCHEMA.TABLESWHERE table_schema = '******数据库名称*****'AND TABLE_COMMENT LIKE '%包含的注释%'; 阅读全文
posted @ 2018-05-17 11:26 已老 阅读(972) 评论(0) 推荐(0) 编辑
摘要: set ff=unix#!/bin/basha=`date +%Y%m%d`;#获取当前时间start(){ echo "start project..." if [[ ! -d ./pid/ ]]; then mkdir -p pid; fi; if [[ ! -d ./serverLog/ ]] 阅读全文
posted @ 2018-03-23 19:23 已老 阅读(320) 评论(0) 推荐(0) 编辑
摘要: java -Xdebug -Xrunjdwp:transport=dt_socket,address=9310,server=y,suspend=y -Dfile.encoding=utf-8 -jar nelda-admin.jar 阅读全文
posted @ 2018-03-23 19:20 已老 阅读(351) 评论(0) 推荐(0) 编辑
摘要: //联系电话或手机号export const checkphone = /^((((0[0-9]{2}\-)?([2-9][0-9]{7}))$|((0[0-9]{3}\-)?([2-9][0-9]{6})))+(\-[0-9]{1,4})?)$|(((\+?86)|(\(\+86\)))?(13[ 阅读全文
posted @ 2018-03-05 11:33 已老 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 1. 2 print 'aaa' 3 print('aaa')2. 消除每个print语句自动打印的换行符 2 print 'aaa', 3 print('aaa',end='')3 Python3以后删除了has_key()方法! if key1 in adict: 4 2 raw_input 3 阅读全文
posted @ 2018-01-09 17:10 已老 阅读(206) 评论(0) 推荐(0) 编辑
摘要: javaw -Dfile.encoding=utf-8 -jar abuqiabuqipilipalapen.jar 阅读全文
posted @ 2017-12-05 08:55 已老 阅读(1447) 评论(0) 推荐(0) 编辑
摘要: netstat -ano |findstr "8099" window查看端口占用 tskill 6124 结束进程 无法找到的话看下面的链接 2. 查看保留端口范围 使用命令 netsh interface ipv4 show excludedportrange protocol=tcp 就可查看 阅读全文
posted @ 2017-12-04 17:03 已老 阅读(16355) 评论(0) 推荐(1) 编辑
摘要: nginx -t 阅读全文
posted @ 2017-10-25 11:01 已老 阅读(622) 评论(0) 推荐(0) 编辑
摘要: //序列化成String的传 @JsonSerialize(using = ToStringSerializer.class) private Long id; 阅读全文
posted @ 2017-10-20 11:40 已老 阅读(2104) 评论(0) 推荐(0) 编辑
摘要: df -h 阅读全文
posted @ 2017-10-16 08:41 已老 阅读(318) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页