2.7日志模块:文档连接:http://nginx.org→documentation→ngx_http_log_module变量含义:$remote_user:客户端用户名,一般会为“-”。$time_local:客户端的访问时间,格式一般为"26/Jun/2014:14:44:34+0800”。$request:客户端请求的URI。请求html页面时为"/index.htmlHTT..
分类:
其他好文 时间:
2014-09-04 15:10:10
阅读次数:
145
系统版本:ubuntu 12.04 64位ssh链接服务器(使用终端远程链接): ssh -l username IP地址 如果出现类似如下错误: @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ 表示host文件中记录的上次登陆信息和当前信息不匹配。在客户端执行: mv ~/.ss...
分类:
编程语言 时间:
2014-09-04 15:03:19
阅读次数:
269
1 必填和远程校验
$("#inputForm").validate({
rules: {
"username": "required",
"loginid": {
remote: {
type: "post",
url: "${ctx}/user/isUniCode.do",
data: {
code: function() {
r...
分类:
Web程序 时间:
2014-09-04 14:56:39
阅读次数:
233
6 RPC
Remote procedure call implementation
Python | Java | Ruby | PHP| C#
转载请注明出处:jiq?钦's technical Blog
Remote procedure call (RPC)
(using the .NET client)
在第二个教程second tutorial 中...
分类:
Web程序 时间:
2014-09-04 00:16:57
阅读次数:
370
虽然Redis已经很火了,相信还是有很多同学对Redis只是有所听闻或者了解并不全面,下面是一个比较系统的Redis介绍,对Redis的特性及各种数据类型及操作进行了介绍。是一个很不错的Redis入门教程。1.介绍1.1 Redis是什么REmote DIctionary Server(Redis)...
分类:
其他好文 时间:
2014-09-03 16:36:16
阅读次数:
268
今天用scp命令复制时,提示如下错误:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@...
分类:
其他好文 时间:
2014-09-03 14:46:26
阅读次数:
185
please donwload repo mirro as follow steps, thanks
1.mirror server,server IP:192.168.0.123
1.1
-- delete the old version repo bin file;
-- $sudo apt-get install semc-gitwizard(donwload sony ...
分类:
其他好文 时间:
2014-09-03 11:17:16
阅读次数:
1137
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-09-03 10:49:16
阅读次数:
176
二、默认校验规则(1)required:true必输字段(2)remote:"check.php"使用ajax方法调用check.php验证输入值(3)email:true必须输入正确格式的电子邮件(4)url:true必须输入正确格式的网址(5)date:true必须输入正确格式的日期(6)dat...
分类:
Web程序 时间:
2014-09-02 15:22:14
阅读次数:
321
Bydefault,RemoteTCPconnectionisnot
enabledinPostGres.DefaultbehavioristolistenforTCP/IPconnections
onlyonthelocalloopbackaddresslocalhost.Thereforeweneedto
modifypg_hba.confFiletoenableremoteaccessinPostGresatC:\ProgramFiles\PostGresSQL\9.3\data(ExampleforP..
分类:
其他好文 时间:
2014-09-02 12:38:05
阅读次数:
207