摘要: 该错误导致系统无法开机,其实也好解决 阅读全文
posted @ 2018-09-14 09:49 yzeng 阅读(6982) 评论(0) 推荐(0) 编辑
摘要: 最常用的是 rdate 服务 安装(centOs为例): 用法: 执行完以上方法时间就同步了。有的服务器隔一段时间时间就不准了,因此我们要添加定时任务自动同步 设置定时任务: 1.编辑任务文件 2.在该文件最后一行添加: */3 * * * * root rdate -s time-b.nist.g 阅读全文
posted @ 2018-08-09 22:50 yzeng 阅读(788) 评论(0) 推荐(0) 编辑
摘要: 1.依赖项和必要组件 yum install -y make cmake gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel 或者分开安装 yum install -y make cmake gcc gcc-c++ yu 阅读全文
posted @ 2018-05-23 17:16 yzeng 阅读(7906) 评论(1) 推荐(1) 编辑
摘要: 解决办法: npm install -g node-gyp npm install --global --production windows-build-tools 阅读全文
posted @ 2018-05-15 17:00 yzeng 阅读(445) 评论(0) 推荐(1) 编辑
摘要: mysql数据恢复,mysql数据丢失找回方法 阅读全文
posted @ 2018-05-10 16:29 yzeng 阅读(2517) 评论(0) 推荐(0) 编辑
摘要: NodeJs-express架构下实现文件上传两大利器: 1.前端异步插件h5uploader https://github.com/wewoor/h5uploader 2.后端处理multer https://github.com/expressjs/multer 前后端分别使用这两个组件分分钟就 阅读全文
posted @ 2018-04-16 22:58 yzeng 阅读(2218) 评论(0) 推荐(0) 编辑
摘要: 今天数据库突然挂了。重启提示: Starting MySQL. ERROR! The server quit without updating PID file (/usr/local/mysql/var/localhost.localdomain.pid). 阅读全文
posted @ 2018-03-28 10:22 yzeng 阅读(6542) 评论(0) 推荐(0) 编辑
摘要: 本文要介绍的是在无证书的情况下如何将自己应用打包出去在越狱设备上使用或发给第三方使用企业签名进行应用分发。 前提条件:拥有appleId账号,并且该账号已经注册开发者中心(无需花钱) 教程开始: 1.在项目属性里勾选Automatically manage signing。这里下面会出现Team属性 阅读全文
posted @ 2018-03-06 22:49 yzeng 阅读(15569) 评论(2) 推荐(0) 编辑
摘要: Error: Could not locate the bindings file. Tried: → C:\code\xxx\node_modules\deasync\build\deasync.node → C:\code\xxx\node_modules\deasync\build\Debug\deasync.node → C:\code\xxx\node_modules\deasync\build\Release\deasync.node → C:\code\xxx\node_modules\deasync\out\Debug\deasync.node 阅读全文
posted @ 2018-02-05 14:32 yzeng 阅读(13668) 评论(0) 推荐(0) 编辑
摘要: 此问题并非权限问题! 执行如下3条命令解决: 阅读全文
posted @ 2018-02-05 14:27 yzeng 阅读(3390) 评论(0) 推荐(0) 编辑