%a - Remote IP address %A - Local IP address %b - Bytes sent, excluding HTTP headers, or '-' if no bytes were sent %B - Bytes sent, excluding HTTP hea ...
分类:
数据库 时间:
2016-09-20 13:49:08
阅读次数:
155
// 获得客户端的Cookie var Cookies = {}; req.headers.cookie && req.headers.cookie.split(';').forEach(function( Cookie ) { var parts = Cookie.split('='); Cook ...
分类:
其他好文 时间:
2016-09-16 14:06:49
阅读次数:
158
!!!声明 文中用到的util 请参见百度云 http://pan.baidu.com/s/1mibbL8W 如已失效请加qq 1940978083 1、添加html 2、 解释 headers 是导出excel的列名 columns 是对应的数据库的字段 ...
分类:
编程语言 时间:
2016-09-15 15:02:09
阅读次数:
173
indent是linux下一个能力极强的代码整理软件,使用它可以轻松的写出风格十分精良的代码。查看/usr/src/linux-headers-<版本>/scripts/Lindent文件 ,可以看到一行代码: 这一行就是linux内核使用indent整理代码的格式,使用这条命令就可以实现风格十分良 ...
分类:
系统相关 时间:
2016-09-14 12:14:58
阅读次数:
186
php字符串操作 1.mail函数的使用:bool mail(string to,string subject,string message, string addtional_headers,string addtional_parameters);参数分别代表:目的地址,主题行,消息内容,额外的 ...
分类:
Web程序 时间:
2016-08-30 01:41:05
阅读次数:
148
REFERENCE: http://forum.ubuntu.org.cn/viewtopic.php?t=462588 1 先安装好需要编译的东西sudo apt-get install linux-headers-generic build-essential git2 cd切换到需要放rtlw ...
分类:
系统相关 时间:
2016-08-26 13:45:55
阅读次数:
360
flume使用hdfs sinks时候报错:org.apache.flume.EventDeliveryException: java.lang.NullPointerException: Expected timestamp in the Flume event headers, but it w ...
分类:
Web程序 时间:
2016-08-24 12:50:29
阅读次数:
167
$http({method:‘POST‘,cache:false,url:baseUrl+‘/hcpms/madagascar/updateJobAndTaskStatus.do‘,data:{ jobList:$scope.checkJobCode, taskList:$scope.checkTaskCode}, headers:{ "Content-Type":"application/json" }}).success(function(res){ alert("success")}..
分类:
Web程序 时间:
2016-08-23 19:10:17
阅读次数:
173
通过文档可以了解到httpc:request/4的使用方法。如果request方法的参数填对就可以得到{ok,Result}, Result -> {status_line(), headers(), Body} | {status_code(), Body} | request_id() }, 这 ...
分类:
Web程序 时间:
2016-08-23 01:36:55
阅读次数:
168
问题描述 我将一个在本地调试正常的service部署到服务器后遇到了添加服务引用失败的问题。在把配置文件中基址使用的localhost替换成服务器的ip地址后问题得到了解决。但我感觉这并不是一个因为粗心写错地址产生的问题,真正的原因可能没有这么简单。 分析 在添加服务引用时需要填写服务的元数据地址, ...
分类:
Web程序 时间:
2016-08-20 17:48:30
阅读次数:
201