说明:favicon.ico占用nginx error_log日志大量信息,把我们真正需要查看的日志给覆盖。因此这里,我们通过log_not_found off关闭它。 实现://把以下配置放到 server {} 块,关闭favicon.ico不存在时记录日志 location = /favico ...
分类:
其他好文 时间:
2020-04-05 13:15:20
阅读次数:
51
系统安装好后,有几个问题: ifconfig: ifconfig command not found/sbin/ifconfig: ifconfig command not foundping www.baidu.com 不通yum install net-tools 也报错 yum源问题执行了 i ...
分类:
其他好文 时间:
2020-04-05 10:03:00
阅读次数:
82
#include <Windows.h> #include <math.h> #include <tchar.h> #include "resource.h" #define PI 3.1415926 BOOLEAN InitWindowClass(HINSTANCE hInstance, int ...
重启mysql提示MySQL server PID file could not be found! Starting MySQL...The server quit without updating PID file (/usr/local/mysql/data/rekfan.pid). 我只能呵 ...
分类:
数据库 时间:
2020-04-04 22:36:29
阅读次数:
114
创建Form类时,主要涉及到 【字段】 和 【插件】,字段用于对用户请求数据的验证,插件用于自动生成HTML 一:常用字段 1、Django中Form类内置字段如下: 用于保存正则表达式 ChoiceField ***** MultipleChoiceField CharField IntegerF ...
分类:
其他好文 时间:
2020-04-04 22:28:30
阅读次数:
71
1. 新建一个类继承AbstractFunction,重写以下方法: execute setParameters getReferenceKey getArgumentDesc 这四个方法介绍如下: public String execute(SampleResult previousResult, ...
分类:
其他好文 时间:
2020-04-03 22:20:08
阅读次数:
79
Visual Studio displaying errors even if projects build 回答1 If you have ReSharper, try emptying the ReSharper cache: In menu, ReSharper > Options > Env ...
分类:
其他好文 时间:
2020-04-03 16:39:46
阅读次数:
64
题目: 来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/find-numbers-with-even-number-of-digits 给你一个整数数组 nums,请你返回其中位数为 偶数 的数字的个数。 示例 1: 输入:nums = [12, ...
分类:
其他好文 时间:
2020-04-03 15:13:15
阅读次数:
92
学习用systrace进行性能分析时遇到了个错误:ValueError: Invalid trace result format for HTML output 去StackOverFlow上没找到相关的内容, 仔细看了下报错的内容 IOError: Unable to get atrace dat ...
分类:
Web程序 时间:
2020-04-03 12:32:44
阅读次数:
154
如图所示 我们有一个月结单的功能 只展示年和月 并且分语言环境 首先我们有一个DateUtils的组件 对外提供方法 然后我发现在方法里的 new Date(str)这一步 如果只提供年和月 在火狐下会报 Invalid Date 但在chorme浏览器下安然无恙 于是分别去两个浏览器里去打debu ...
分类:
其他好文 时间:
2020-04-03 11:45:27
阅读次数:
86