题目描述 The cows have opened a new business, and Farmer John wants to see how well they are doing. The business has been running for N (1 <= N <= 100,000 ...
分类:
其他好文 时间:
2019-11-09 13:38:27
阅读次数:
167
/etc/ssh/sshd_config # $OpenBSD: sshd_config,v 1.80 2008/07/02 02:24:18 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd ...
分类:
其他好文 时间:
2019-11-08 18:56:34
阅读次数:
147
# For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html # *** DO NOT EDIT THIS F ...
分类:
数据库 时间:
2019-11-07 23:27:00
阅读次数:
315
百度很多都不对,后来受了启发:https://blog.csdn.net/ashleyjun/article/details/101106810想起来去看看环境变量了 导致原因就是环境变量配置的maven版本与idea中的maven版本不一致导致的 2019-11-05 20:19:41,358 [ ...
分类:
其他好文 时间:
2019-11-05 21:42:30
阅读次数:
557
使用iTextSharp生成Pdf文件时报错如下: 'windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for th ...
看B站视频学习flask-SQLalchemy时,报错RuntimeError: No application found. Either work inside a view function or push an application context. See http://flask-sql ...
分类:
移动开发 时间:
2019-10-31 18:10:44
阅读次数:
490
ps -aux|grep mysql时候报错:Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ 解决办法,去掉-aux前面的“-”就好了。 ps aux |grep mysql aux各选项的意 ...
分类:
数据库 时间:
2019-10-31 10:31:22
阅读次数:
92
H3C模拟器安装的时候遇到see the logfile\安装路径;当前用户名包含非ASCII字符,检查VirtualBox API是否安装正确,系统找不到指定路径等问题
分类:
其他好文 时间:
2019-10-31 09:13:02
阅读次数:
1229
# vim /etc/my.cnf # For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html [mysqld ...
分类:
数据库 时间:
2019-10-30 22:19:45
阅读次数:
151
Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num ...