#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
系统相关 时间:
2020-07-08 13:31:45
阅读次数:
90
csv 转存为json import csv import json csvfile = open('test.csv', 'r') jsonfile = open('record.json', 'w') headers = ['class', 'name', 'sex', 'height', 'y ...
分类:
Web程序 时间:
2020-07-08 13:27:31
阅读次数:
68
1 function errorCheck() { 2 window.addEventListener('error',function(error){ 3 if(error.filename){return false;}else{ 4 console.log(error.target+"资源加载 ...
分类:
其他好文 时间:
2020-07-08 10:31:15
阅读次数:
77
问题如下: INFO] Scanning for projects... [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Ve rtex{label='org.kuuyee.sample:mo ...
分类:
其他好文 时间:
2020-07-08 10:28:09
阅读次数:
170
添加库文件路径: 1:导出环境变量 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/new_path 2:修改配置文件 ld.so.conf ld.so.conf.d/* LIBRARY_PATH 程序编译期间查找动态链接库时指定的查找路径,编译期,开发阶段, 只影 ...
分类:
其他好文 时间:
2020-07-08 09:15:47
阅读次数:
78
+ sh make_release.sh fatal: could not read Username for 'http://gitlab.yintech.net': No such device or address vim .git/config [core] repositoryformat ...
分类:
其他好文 时间:
2020-07-07 20:17:20
阅读次数:
64
今天数据库查询的时候遇到了一个问题,有点懵逼,但是其实是个小问题。特记录一下。 出现问题:Invalid object name ‘dbo.tablename’. (Microsoft SQL Server, Error: 208) 问题场景:用sqlserve客户端查询SQL无法查询,报错。(ps ...
分类:
数据库 时间:
2020-07-07 19:49:26
阅读次数:
99
MySQL5.6.37版本,某人在测试环境主库误操作执行删表操作,导致主从断开,在从库查看主从信息如下: Last_Errno: 1837 Last_Error: Worker 3 failed executing transaction '' at master log mysql-bin.013 ...
分类:
数据库 时间:
2020-07-07 19:32:13
阅读次数:
102
一、简介 打开Spring官网http://spring.io 首页的中部,可以看到Spring Cloud的简介。 【原文】Building distributed systems doesn't need to be complex and error-prone(易错). Spring Clo ...
分类:
编程语言 时间:
2020-07-07 18:08:44
阅读次数:
108
前言 用uniapp 开发小程序,商品的列表页面,当然需要用到懒加载了, 当然我写的这个拉加载 只是针对效果图,但是也很炫酷,适合列表哦!! 啊哈 原理其实就是用了 @load 和error 的2个方法来判断是否加载完全 和出错 <image class="real-image" @load="on ...
分类:
微信 时间:
2020-07-07 17:30:34
阅读次数:
337