2021年8月3日

idea使用技巧

摘要: 1、idea如何设置保存时自动格式化java代码 https://jingyan.baidu.com/article/17bd8e529d627185ab2bb8eb.html 阅读全文

posted @ 2021-08-03 08:43 ${} 阅读(98) 评论(0) 推荐(0) 编辑

2020年11月12日

MySQL的配置文件my.cnf解释

摘要: [mysqld] explicit_defaults_for_timestamp=true//详见https://blog.csdn.net/weixin_39004901/article/details/90205523 on设置默认为null,off设置该列会自动更新时间 sql_mode=NO 阅读全文

posted @ 2020-11-12 10:43 ${} 阅读(80) 评论(0) 推荐(0) 编辑

2020年10月28日

uni-app设置view距离底部且居中

摘要: text-align: center; left: 0; right: 0; position: fixed; bottom: 15rpx; text-decoration: underline; font-weight: 400; color: cornflowerblue; 阅读全文

posted @ 2020-10-28 17:42 ${} 阅读(6435) 评论(1) 推荐(1) 编辑

2020年8月3日

工作感受

该文被密码保护。 阅读全文

posted @ 2020-08-03 16:25 ${} 阅读(0) 评论(0) 推荐(0) 编辑

2020年7月26日

多表更新

摘要: UPDATE trade_order, apply_buySET trade_order.number_over = 0, trade_order.traded_number = apply_buy.pass_count,trade_order.traded_money = apply_buy.pa 阅读全文

posted @ 2020-07-26 13:39 ${} 阅读(83) 评论(0) 推荐(0) 编辑

2020年6月16日

idea

摘要: 1)idea去掉方法注释里的参数错误 Inspections 中搜索 javadoc 把error改为warn或者去掉 记得是十四 阅读全文

posted @ 2020-06-16 18:46 ${} 阅读(193) 评论(0) 推荐(0) 编辑

2020年6月15日

omnicore5命令

摘要: == Blockchain == clearmempool getbestblockhash getblock "hash" ( verbose ) getblockchaininfo getblockcount getblockhash index getblockheader "hash" ( 阅读全文

posted @ 2020-06-15 17:18 ${} 阅读(307) 评论(0) 推荐(0) 编辑

2020年6月8日

Nginx配置SSL证书

摘要: 参考:https://www.cnblogs.com/pangguoming/p/11008650.html 官方文档: 1)https://sg.godaddy.com/zh/help/nginx-csr-3601 2)https://sg.godaddy.com/zh/help/centos-7 阅读全文

posted @ 2020-06-08 15:55 ${} 阅读(527) 评论(0) 推荐(0) 编辑

2020年6月1日

Linux实现SSH免密码登录

摘要: 参考:https://www.linuxidc.com/Linux/2017-05/144165.htm 1)生成秘钥对 ssh-keygen -t rsa -b 2048 2)上传公钥到服务器 scp .ssh/id_rsa.pub 3)公钥添加到.ssh/authorized_keys cat  阅读全文

posted @ 2020-06-01 16:29 ${} 阅读(159) 评论(0) 推荐(0) 编辑

2020年5月14日

geth相关错误解决方法

摘要: 1)unlock with HTTP access is forbidden错误分析 启动加参数--allow-insecure-unlock 参考:https://blog.csdn.net/Toufahaizai/article/details/101426500 阅读全文

posted @ 2020-05-14 22:19 ${} 阅读(493) 评论(0) 推荐(0) 编辑

导航