清华大学开源软件镜像站: https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 根据自己的系统版本选择 ubuntu 查看系统: sudo lsb_release -a 更多信息参考:https://blog.csdn.net/weixin_398762 ...
分类:
系统相关 时间:
2019-05-09 13:25:26
阅读次数:
176
zabbix 邮件告警报错“Support for SMTP authentication was not compiled in” 邮件报警失败:Support for SMTP authentication was not compiled in 解决办法:升级 curl 版本 具体操作步骤: ...
分类:
其他好文 时间:
2019-05-08 21:45:48
阅读次数:
150
数据库 Mysql 版本选择 mysql 源码安装 二进制安装 优化 ...
分类:
数据库 时间:
2019-05-08 21:33:20
阅读次数:
162
# ### 默认形参 与 关键字实参的区别 # 函数的定义处 top middle bottom ... 默认形参 def five_class_xiongda_team(top="黄熊大",middle="黄文",bottom="罗婷",jungle="黄将用",support="王文"): pr... ...
分类:
其他好文 时间:
2019-05-07 01:33:19
阅读次数:
158
Based on the talk from NG-CONF. Check it out by yourself, here is just my own take away :) Differential loading: The basic idea is that, Angular will ...
分类:
移动开发 时间:
2019-05-07 00:55:56
阅读次数:
183
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules 解决方法: 修改npm包所安装目录的权限:sudo chown -R $USER /usr/local 然后输入密码就可以了 ...
分类:
数据库 时间:
2019-05-06 23:47:14
阅读次数:
377
rt 若地图中一个元素所邻接的所有元素都比这个元素高度要小(或它邻接的是地图的边界),则该元素和其周围所有按照这样顺序排列的元素的集合称为一个小山丘。 那么我们可以用一个结构体类型记录所有非零高度的横纵坐标以及相应的高度值 然后对高度进行排序 对每一次高度进行$dfs$ 及时删除所有的联通高度的小山 ...
分类:
其他好文 时间:
2019-05-06 16:10:15
阅读次数:
117
1. 针对: github.global.ssl.fastly.net github.com 2. http://github.com.ipaddress.com/#ipinfo http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo 然后 ...
分类:
其他好文 时间:
2019-05-06 01:34:02
阅读次数:
133
mysql默认的编码是latin1,它不支持中文,所以我们一般需要修改他的默认编码格式。 打开终端1. 进入root权限sudo -i 2. cp /usr/local/mysql/support-files/my-default.cnf /etc/my.cnf 3. vi /etc/my.cnf编 ...
分类:
数据库 时间:
2019-05-06 01:19:40
阅读次数:
167
1. 拉取 Mongo 镜像 2. 运行镜像 3. 创建root用户 进入 mongo 进入 admin 库并创建root用户 4. 安装并与行mongo-express 5. 检查 6. 附加 或许你用 ie 无法打开 ...
分类:
数据库 时间:
2019-05-05 23:38:01
阅读次数:
400