Win10拔掉电源黑屏如何解决

7-14 1,007 views

Win10,拔掉笔记本电源就马上黑屏,插上就瞬间还原???
阅读全文 0

Ubuntu 搭建 Nginx

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...
阅读全文 0

Ubuntu 搭建 Apache

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 ...
阅读全文 0

ubuntu 安装mongodb

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...
阅读全文 0

Linux 搭建Parse Server

7-09 1,498 views

Parse-Server组织架构 编程语言: Javascript 编译:Nodejs 服务器:Express 数据库:MongoDB 核心:Parse-Server 后台管理系统:Parse-Dashboard 先更新下...
阅读全文 0

Ubuntu 安装 Samba共享文件

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...
阅读全文 0

ubuntu 安装 node.js

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...
阅读全文 0

资源下载

12-07 1,133 views

Google Play Apk 下载 复制要下载的APK页面地址到 apkleecher.com Youtube 视频下载 en.savefrom.net 音悦台视频下载 首先登陆,登陆后才能下载720P视频 以 ...
阅读全文 0

Markdown——从入门到精通

11-30 1,894 views

导语: Markdown 是一种轻量级的「标记语言」,它的优点很多,目前也被越来越多的写作爱好者,撰稿者广泛使用。看到这里请不要被「标记」、「语言」所迷惑...
阅读全文 2

phalcon

8-18 785 views

phalcon proejct blog phalcon model todo phalcon controller todo config/services.php $volt->setOptions(array( 'compiledPath' => $config-&...
阅读全文 0