转自:candon123 -- http://candon123.blog.51cto.com/704299/388192/1、获取mhvtl:官方网站:http://mhvtl.nimsa.us这个网站是个论坛,其软件下载点在http://sites.google.com/site/linuxvt...
分类:
其他好文 时间:
2015-06-17 00:40:31
阅读次数:
227
1 在/etc/hosts 添加host2 在/etc/nginx/nginx.conf中的http里添加include 虚拟主机配置文件的目录路径 或者 直接在现有的路径下添加虚拟主机配置文件3 在路径下添加虚拟主机配置文件 文件内容是 /etc/nginx/sites-available...
分类:
系统相关 时间:
2015-06-15 18:14:22
阅读次数:
141
Nginx + Fastcgi配置方法
一、nginx安装&配置
1) apt-get install nginx
2) 修改/etc/nginx/sites-available下的default文件
#设置首页
root /usr/share/nginx/myweb;
index index.html index.htm;
#修改端口
listen 8880 default_ser...
分类:
其他好文 时间:
2015-06-09 20:05:45
阅读次数:
205
1. 创建自己的404.html页面 2.更改nginx.conf在http定义区域加入: fastcgi_intercept_errors on; 3.更改nginx.conf(或单独网站配置文件,例如在nginx -> sites-enabled下的站点配置文件 ) 中在server 区域加入:...
分类:
其他好文 时间:
2015-06-06 22:03:07
阅读次数:
202
解决错误:microsoft sharepoint designer does not support editing non-sharepoint sites 的方法
解决步骤如下,打开管理中心--安全性
然后 选择默认--拖到最近下面选择 是否启用客户端集成? 选中是 保存,重启SPD 就OK了。...
分类:
其他好文 时间:
2015-06-01 20:34:29
阅读次数:
113
Steps:1.I was able to resolve the issue after adding the site URL under trusted sites of IE. The same worked for every other machine I tried running s...
当你创建一个web application的时候,你实际上在IIS里面创建了一个站点。一个IIS站点有bindings,包含单独的IP地址,一个Host Header 和port。IIS通过Bindings来决定HTTP 请求是请求的哪个站点。
当一个用户请求一个网页的时候,比如http://intranet.contoso.com/SitePages/Home.aspx,
客户端...
分类:
移动开发 时间:
2015-05-19 19:15:03
阅读次数:
179
使用Eclipse构建Maven的SpringMVC项目 首先Eclipse需要安装Maven的插件,地址:http://m2eclipse.sonatype.org/sites/m2e。 用MyEclipse安装Maven插件,建出的Maven项目有些问题。一是,发布tomcat的时候re...
分类:
编程语言 时间:
2015-05-19 18:45:52
阅读次数:
215
装了apache后,访问出现The requested URL *** was not found on this server,查看了下/etc/httpd/conf/httpd.conf,发现原因:1.DocumentRoot指向错误,修改之(三处:apache2.conf、sites-avai...
分类:
Web程序 时间:
2015-05-13 16:20:42
阅读次数:
160
;@javascript:function tdql1(){SP.UI.ModalDialog.showModalDialog({url:'http://vs17sps03//sites/W1/_layouts/e2ew1/e2e/RamGenerate.aspx',title:'Create a ...
分类:
其他好文 时间:
2015-05-11 17:35:22
阅读次数:
98