Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1082819
  • 博文数量: 80
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 746
  • 用 户 组: 普通用户
  • 注册时间: 2018-06-12 20:01
个人简介

寫写code、调調bug、填填坑,僅此而已。

文章分类

全部博文(80)

文章存档

2019年(30)

2018年(50)

发布时间:2018-06-28 17:34:20

2.安装php7.0必要的模块apt-get install libapache2-mod-php7.0 php7.0-gd php7.0-json php7.0-mysql \php7.0-curl php7.0-mbstring php7.0-intl php7.0-mcrypt php-imagick php7.0-xml php7.0-zip下载安装包 nextcloud-12.0.0.zip,然后解压到指定目录,更改文件夹所有者unzip nextcloud-12.0.0.zip /var/www/html.........【阅读全文】

阅读(3412) | 评论(0) | 转发(0)

发布时间:2018-06-28 17:19:35

https://chromium.googlesource.com/chromium/src/+/HEAD/docs/README.md1.首先翻墙下载chrome源码2.下载成功后顺序执行如下命令$ ninja –C out/Debug chrome chrome_sandbox$ exportCHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox$build/update-linux-sandbox.sh$out/Debug/chrome$ export GOOG.........【阅读全文】

阅读(4928) | 评论(0) | 转发(0)

发布时间:2018-06-28 16:36:03

https://www.jianshu.com/p/9bff5af05304......【阅读全文】

阅读(3483) | 评论(0) | 转发(0)

发布时间:2018-06-21 15:48:22

https://www.cnblogs.com/hbccdf/p/4899309.html......【阅读全文】

阅读(3526) | 评论(0) | 转发(0)

发布时间:2018-06-20 17:42:36

1.mosquitto基于证书的订阅发布mosquitto_pub -h ip -p 8883 -t topic -m info  --cafile /etc/myssl/root.crt --insecuremosquitto_sub -h ip -p 8883 -t topic --cafile /etc/myssl/root.crt --insecure2.mosquitto配置文件# Config file for mosquitto## See mosquitto.conf.........【阅读全文】

阅读(6199) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册