摘要:
原地址:http://www.cnblogs.com/lancee/archive/2011/07/07/2100258.html<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/
阅读全文
posted @ 2018-12-07 13:26
shuangxinye
阅读(161)
推荐(0)
摘要:
视频地址:https://www.youtube.com/watch?v=khWOLOL2SzA 1.创建package.json npm init 2.初始化voxel-engine npm install voxel-engine --save-dev 3.
阅读全文
posted @ 2018-08-17 11:50
shuangxinye
阅读(132)
推荐(0)
摘要:
http://voxeljs.com/#what DEMO: https://github.com/maxogden/voxel-hello-world 1.安装node.js https://nodejs.org/zh-cn/download/ 2.安装voxel 官方例子 要使用voxel.js
阅读全文
posted @ 2018-08-16 15:02
shuangxinye
阅读(259)
推荐(0)
摘要:
参考:https://www.cnblogs.com/jimisun/p/8057156.html 1.安装依赖yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel2.下载nginx的tar包wget http://n
阅读全文
posted @ 2018-03-23 13:58
shuangxinye
阅读(194)
推荐(0)
摘要:
参考 pip list 显示出以下错误: DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(
阅读全文
posted @ 2018-03-06 14:11
shuangxinye
阅读(195)
推荐(0)
摘要:
参考:http://blog.csdn.net/huanle0610/article/details/41174943 https://segmentfault.com/a/1190000007345825 1. 解决:进入目录 cd /root/Python-2.7.3/Modules/_ctyp
阅读全文
posted @ 2018-03-06 14:01
shuangxinye
阅读(472)
推荐(0)
摘要:
引用:https://jingyan.baidu.com/article/86112f136573352736978744.html 这里介绍在Linux中,修改httpd的端口号的操作。 引用:https://jingyan.baidu.com/article/86112f136573352736
阅读全文
posted @ 2018-03-01 15:41
shuangxinye
阅读(1032)
推荐(0)
摘要:
引用:https://www.cnblogs.com/evilkind/p/6560107.html 将yum默认的下载源更换为国内的源能使下载速度更快。我选择了阿里的源,同样也可以选择网易163或者其他的。网址:阿里云开源镜像站 更换源方法如下: 在镜像站首页找到自己的Linux版本(我的是Cen
阅读全文
posted @ 2018-03-01 14:13
shuangxinye
阅读(1639)
推荐(0)
摘要:
Apache在Linux系统中,其实叫“httpd”,它“无耻的”占据了官方名义!CentOS可以使用yum命令,非常简单和容易的安装Apache,下面演示一下步骤:1、安装Apacheyum install -y httpd2、设置Apache服务的启动级别pwd命令,该命令显示整个路径名chkc
阅读全文
posted @ 2018-02-28 15:45
shuangxinye
阅读(248)
推荐(0)
摘要:
参考:https://www.cnblogs.com/jieerma666/p/7527338.html http://blog.csdn.net/lcyaiym/article/details/76696192 http://blog.csdn.net/qq_34021712/article/de
阅读全文
posted @ 2018-02-28 15:19
shuangxinye
阅读(133)
推荐(0)