CURRENT_TIMESTAMP自动维护写入时间
设计表时时间字段用CURRENT_TIMESTAMP,在代码中无需再手动给参数赋值了。 CURREN… 继续阅读 CURRENT_TIMESTAMP自动维护写入时间
设计表时时间字段用CURRENT_TIMESTAMP,在代码中无需再手动给参数赋值了。 CURREN… 继续阅读 CURRENT_TIMESTAMP自动维护写入时间
python3下:ImportError: No module named pysqlite2 先安… 继续阅读 ImportError: No module named pysqlite2
(禁su) 1)usermod -G wheel ifly 2)vi /etc/pam.d/su 去… 继续阅读 禁止su
按内存升序排列;ps aux –sort=+rss 按内存降序排列;ps aux –sort=-… 继续阅读 ps aux排序
nginx http模块添加以下参数配置: client_header_buffer_size 64… 继续阅读 recv() failed (104: Connection reset by peer) while reading response header from upstream
ns apiVersion: v1 kind: Namespace metadata: name: … 继续阅读 kubernetes快速部署redis单机版
运行 gpedit.msc 调出组策略编辑器 计算机配置->管理模板->Windows 组件->远程… 继续阅读 Windows Server 2012 配置远程桌面帐户允许多用户同时登录
服务器磁盘满了: /dev/xvda2 193G 183G 17M 100% /data 清理bin… 继续阅读 1030 Got error 28 from storage engine
2019-04-26 09:51:18,249 | WARN | Exception encount… 继续阅读 org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.apache.activemq.xbean.XBeanBrokerService#0’ defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: Java heap space
报错信息 2019-04-25 14:04:48 7fd5e9b0a720 InnoDB: Oper… 继续阅读 MySQL使用xtrabackup备份时报错’Too many open files’
mysqldump -uxx -pxx a $(mysql -uxx -pxx -Da -Bse “… 继续阅读 mysqldump导出通配符表
[root@nginx02 log]# :> messages bash: messages:… 继续阅读 bash: messages: Operation not permitted
https://bwh88.net 搬瓦工库存查询地址: https://stock.bwg.net… 继续阅读 搬瓦工备用访问地址
左大使出品 一、添加 别名:vim /root/.bashrc alias grep=’grep -… 继续阅读 docker安装lnmp
#删除首行 sed -i ‘1d’ /usr/bin/yum #在首行插入 sed -i ‘1 i&… 继续阅读 sed处理首行
cat > /etc/docker/daemon.json <<EOF { &qu… 继续阅读 修改docker cgroup驱动:native.cgroupdriver=systemd
语法DATE_FORMAT(date,format) 例如: select date_format(… 继续阅读 MySQL date_format函数
apt autoremove du -sh /var/cache/apt #APT 包管理系统会将下… 继续阅读 ubuntu 磁盘清理
Failed to load resource: net::ERR_INCOMPLETE_CHUNK… 继续阅读 Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING
connectionTimeout 超时时间 调整范围2000-60000,默认是60000ms,建… 继续阅读 tomcat7常用参数调整