7-14 1,007 views
阅读全文 0
安装Nginx
sudo apt-get install nginx
启动Nginx
sudo /etc/init.d/nginx restart
配置文件
/etc/nginx/
启用配置文件
ln -s /etc/nginx/sites-available/fly3w /etc/nginx/sites-enabled/fly3w
支持PHP
sudo apt-get install php5-fpm
vim /etc/php5/fpm/pool.d/w...
7-13 909 views
安装Nginx
sudo apt-get install nginx
启动Nginx
sudo /etc/init.d/nginx restart
配置文件
/etc/nginx/
启用配置文件
ln -s /etc/nginx/sites-available/f...
sudo apt-get install apache2
重启服务
sudo /etc/init.d/apache2 restart
目录结构
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.116.81.86. Set the 'ServerName' directive globally to suppress this ...
7-09 1,345 views
sudo apt-get install apache2
重启服务
sudo /etc/init.d/apache2 restart
目录结构
AH00558: apache2: Could not reliably determine the server's fully ...
https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl?_ga=2.107615946.917695382.1511946435-365223204.1511946435
https://www.mongodb.com/download-center/enterprise/releases
安装MongoDB
sudo apt-get install mongodb
启动服务
sudo service mongodb star...
7-09 1,106 views
https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl?_ga=2.107615946.917695382.1511946435-365223204.1511946435
https://www.mongodb.com/download-ce...
Parse-Server组织架构
编程语言: Javascript
编译:Nodejs
服务器:Express
数据库:MongoDB
核心:Parse-Server
后台管理系统:Parse-Dashboard
先更新下系统
sudo apt-get update
sudo apt-get upgrade
安装MongoDB
sudo apt-get install mongodb
sudo service m...
7-09 1,498 views
Parse-Server组织架构
编程语言: Javascript
编译:Nodejs
服务器:Express
数据库:MongoDB
核心:Parse-Server
后台管理系统:Parse-Dashboard
先更新下...
安装samba
sudo apt-get update
sudo apt-get install samba samba-common
编辑配置文件
sudo vim /etc/samba/smb.conf
添加共享目录
[share]
path = /home/jon
comment = xubuntu-16.04
browsable = yes
writable = yes
public = yes
guest ok = yes
...
7-07 1,135 views
安装samba
sudo apt-get update
sudo apt-get install samba samba-common
编辑配置文件
sudo vim /etc/samba/smb.conf
添加共享目录
[share]
path = /hom...
安装
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
目前只能过PPA安装稳定版本Node.js。
安装后查看版本:
~$ node --version
v0.4.12
安装npm
sudo apt-get ...
7-06 998 views
安装
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs...
Google Play Apk 下载
复制要下载的APK页面地址到 apkleecher.com
Youtube 视频下载
en.savefrom.net
音悦台视频下载
首先登陆,登陆后才能下载720P视频
以 http://v.yinyuetai.com/video/2314528 为例,用 Chrome浏览器打开
按F12 -> 找到Network -> 将资源...
12-07 1,133 views
Google Play Apk 下载
复制要下载的APK页面地址到 apkleecher.com
Youtube 视频下载
en.savefrom.net
音悦台视频下载
首先登陆,登陆后才能下载720P视频
以 ...
导语:
Markdown 是一种轻量级的「标记语言」,它的优点很多,目前也被越来越多的写作爱好者,撰稿者广泛使用。看到这里请不要被「标记」、「语言」所迷惑,Markdown 的语法十分简单。常用的标记符号也不超过十个,这种相对于更为复杂的HTML 标记语言来说,Markdow...
11-30 1,894 views
阅读全文 2
phalcon proejct blog
phalcon model todo
phalcon controller todo
config/services.php
$volt->setOptions(array(
'compiledPath' => $config->application->cacheDir,
'compiledSeparator' => '_',
'compileAlways' => true
));
&...
8-18 785 views
phalcon proejct blog
phalcon model todo
phalcon controller todo
config/services.php
$volt->setOptions(array(
'compiledPath' => $config-&...