摘要:
Windows Server Synchronization Time Scirpts Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTim 阅读全文
摘要:
现象 问题分析 第一个警告: WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128 第二个警告: 阅读全文
摘要:
mysql> grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地址 identified by ‘连接口令’; # 权限1,权限2,…权限n代表select,insert,update,delete,create,drop,index,alter,grant,ref 阅读全文
摘要:
记录Jenkins H5编译、打包、发布 #!/usr/bin/env python3 # -*- coding:GBK -*- # author by Michael Ho # contact:herui@gszq.com import os, shutil, time # npm编译 def n 阅读全文