In previous post?Let‘s do our own full blown HTTP server with Netty 4?you and I were excited by creation of our own web server.?So far so good. But how good?? Given ordinary notebook? cat?/pr...
分类:
其他好文 时间:
2014-08-12 19:13:14
阅读次数:
300
相信各位VPSer在使用VPS时会 经常在不同VPS间互相备份数据或者转移数据,大部分情况下VPS上都已经安装了Nginx或者类似的web server,直接将要传输的文件放到web server的目录,然后在目标机器上执行:wget http:/...
分类:
系统相关 时间:
2014-08-08 16:38:58
阅读次数:
302
$_SERVER 是一个包括了诸如头信息(header)、路径(path)、以及脚本位置(script locations)等等信息的数组。这个数组中的项目由 Web server创建。不能保证每一个server都提供所有项目;server可能会忽略一些,或者提供一些没有在这里列举出来的项目。下表列...
分类:
Web程序 时间:
2014-08-08 15:50:26
阅读次数:
314
HTTP the client who initiates a transcation by establishing a connection and seding an HTTP request. ? the web server is in no position to contact a clinet or make a callback connection to the cl...
分类:
其他好文 时间:
2014-08-08 06:24:25
阅读次数:
262
In the traditional model, the life cycle of a user request is the following:Browser sends an HTTP request to web server.Web server parses the request,...
分类:
其他好文 时间:
2014-08-07 21:58:10
阅读次数:
437
以下内容是从互联网摘录的,还比较有意思,如果对它有兴趣,欢迎补充在评论里。HTTP是往返“浏览器”与“WEB Server”的协议,即:Hyper Text Transfer Protocol(超文本转移协议)[不想把Transfer直译成“传输”,因为HTTP是应用层的协议,以免误导自己]HTTP...
分类:
其他好文 时间:
2014-08-05 18:50:19
阅读次数:
274
sql server 2008 安装后占用了80端口 导致web服务无法开启, 用 netstat -ano |find /i "listening" 查看到是 system 占用,搞半天原来是 SQL Server Reporting Services 服务, 禁用这个服务就可以了。 垃圾Win...
分类:
数据库 时间:
2014-08-01 20:25:12
阅读次数:
221
生成Linq实体使用SPMetal工具生成Linq to SharePoint实体工具安装目录:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\SPMETAL.exe命令参数:cmd:cdC:\P...
分类:
其他好文 时间:
2014-07-31 20:26:47
阅读次数:
310
因为Lync2013需要安装独立的OfficeWebApp服务来体统OneNote和PPT共享用,而在Lync2010中,PPT共享功能默认集成在Lync前端服务器中,下面开始部署OfficeWebApps服务器了首先安装OfficeWebApp服务器的必备功能组件,命令如下Add-WindowsFeature?Web-Server,Web-Mgmt-Tools,Web-Mg..
分类:
移动开发 时间:
2014-07-30 03:24:33
阅读次数:
1143
为了让网站更快接入,腾讯提供了JS SDK的接入方案,具体点击这里或者点击这里进行查看。
不过也可以自己写代码,当然你需要了解QQ的OAuth2.0的处理流程(Web Server Flow)。
OAuth2.0的处理流程:
点击这里查看官方Wiki。
1.授权:获取授权码Authorization Code
说明:第一步QQ必须得到要登...
分类:
其他好文 时间:
2014-07-26 02:51:06
阅读次数:
341