上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页
摘要: 新手centos6.9安装docker时从遇到No package docker-io available开始的各种不小心的坑...因为新项目要用到docker,我自然而然的想学习,其实在大学的时候就有所接触,但是很多基础知识不知道,导致忍一时就忍到了毕业啊,好了,废话不多说:新安装了CentOS6 阅读全文
posted @ 2019-06-03 15:35 会飞的斧头 阅读(1669) 评论(0) 推荐(0) 编辑
摘要: //utils.js let a = 100; console.log(module.exports); //能打印出结果为:{} console.log(exports); //能打印出结果为:{} exports.a = 200; //这里辛苦劳作帮 module.exports 的内容给改成 阅读全文
posted @ 2019-05-23 12:20 会飞的斧头 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 在httpd.conf 和 httpd-vhosts.conf中的 <Directory ????> </Directory>如下设置,重启apache即可: <Directory "设置你的路径"> Options +Indexes +Includes +FollowSymLinks +Multi 阅读全文
posted @ 2019-03-29 17:53 会飞的斧头 阅读(608) 评论(0) 推荐(0) 编辑
摘要: install nvm (node version manager) 安装nvm curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash nvm ls nvm --version expo 阅读全文
posted @ 2019-03-28 20:18 会飞的斧头 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 转自: https://www.jianshu.com/p/0a52c672ae78 “MongoDB基本命令用” 成功启动MongoDB后,再打开一个命令行窗口输入mongo,就可以进行数据库的一些操作。 输入help可以看到基本操作命令: show dbs:显示数据库列表 show collec 阅读全文
posted @ 2019-03-20 18:13 会飞的斧头 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.voidcn.com/article/p-vmuovdgn-bam.html (1)lua实现protobuf的简介 需要读者对google的protobuf有一定的了解。 Protocol buffers are a flexible, efficient, auto 阅读全文
posted @ 2019-03-16 15:53 会飞的斧头 阅读(1606) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.html 简介 什么是 Google Protocol Buffer? 假如您在网上搜索,应该会得到类似这样的文字介绍: Google Protocol Buffer( 简称 阅读全文
posted @ 2019-03-15 20:44 会飞的斧头 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 转自: https://blog.csdn.net/u014534808/article/details/80203018 安装之旅 1. 下载protobufprotobuf下载页面 在此页面选择合适的版本,我选择的是最新的3.5.0,需要注意的mac下是不要下载protoc-3.5.1-xxx的 阅读全文
posted @ 2019-03-15 17:57 会飞的斧头 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 为什么要导出.p12文件 为什么要导出.p12文件 当我们用大于三个mac设备开发应用时,想要申请新的证书,如果在我们的证书里,包含了3个发布证书,2个开发证书,可以发现再也申请不了开发证书和发布证书了(一般在我们的证书界面中应该只有一个开发证书,一个发布证书,没必要生成那么多的证书,证书一般在过期 阅读全文
posted @ 2019-03-14 20:17 会飞的斧头 阅读(708) 评论(0) 推荐(0) 编辑
摘要: Linux如何查看端口 1、lsof -i:端口号 用于查看某一端口的占用情况,比如查看8000端口使用情况,lsof -i:8000 # lsof -i:8000 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME lwfs 22065 root 阅读全文
posted @ 2019-03-13 11:59 会飞的斧头 阅读(1700) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 34 下一页