ngx.header.content_type = "text/plain"; //输出头部local user = ngx.var.arg_user //定义user变量并获取url中的参数 user值local sys = ngx.var.server_name //获取nginx中的变量ng....
分类:
其他好文 时间:
2015-02-11 16:24:16
阅读次数:
160
通过自定义JSTl标签的方法,可以在JSP中调用后台的Java方法。步骤: 1,准备好Java方法,这里需要注意的是,这个方法必须要是静态static修饰的 2,创建一个tld文件,将准备的方法添加到tld文件中 3,然后就可以在jsp中调用了下面是我的事例: 1,java类package ...
分类:
Web程序 时间:
2015-02-11 16:24:17
阅读次数:
219
There are three ways to pass options to the kernel and thus control its behavior: When building the kernel. Most of this book discusses these options....
分类:
其他好文 时间:
2015-02-11 16:21:54
阅读次数:
157
表头固定 头头头头头头 bodybodybodybodybodybody bodybodybodybodybodybody bodybodybodybodybodybody bodybodybodybodybodybody bodybodybodybodybodybody bodyb...
分类:
其他好文 时间:
2015-02-11 16:21:05
阅读次数:
127
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2015-02-11 16:22:12
阅读次数:
147
官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins我的这篇文章不过简单的依据上文,介绍Jenkins提供了哪些功能。详细大家还是要自己学习啦~官网首页就提供了windows版本号的Jenkins安装包。我们能够下载一个用于学习。安装...
分类:
其他好文 时间:
2015-02-11 16:23:34
阅读次数:
212
通过判断浏览器的userAgent,用正则来判断是否是ios和Android客户端。代码如下:下面一个比较全面的浏览器检查函数,提供更多的检查内容,你可以检查是否是移动端(Mobile)、ipad、iphone、微信、QQ等。第一种:来自http://blog.baiwand.com/?post=1...
分类:
移动开发 时间:
2015-02-11 16:22:30
阅读次数:
180
前言用Mahout来构建推荐系统,是一件既简单又困难的事情。简单是因为Mahout完整地封装了“协同过滤”算法,并实现了并行化,提供非常简单的API接口;困难是因为我们不了解算法细节,很难去根据业务的场景进行算法配置和调优。本文将深入算法API去解释Mahout推荐算法底层的一些事。目录Mahout...
分类:
编程语言 时间:
2015-02-11 16:21:05
阅读次数:
305
以下演示了数据有效性检测数据校验可以保证数据在插入或更新不符合规则时,终止操作,保证数据完整性 //ProductData 限定了 BarCode不能为空 public override string CheckData() { if (string.IsNullOr...
分类:
其他好文 时间:
2015-02-11 16:22:41
阅读次数:
145
baidubaike磁盘管理物理磁盘---> RAID--->文件系统--->用户使用LVM概念简述Raid详细解说 0 1 5N块 N N/2 N-1 N>=2 N>=2 N>=3 奇偶校验信息和相对应的数据分别存储...
分类:
系统相关 时间:
2015-02-11 16:20:51
阅读次数:
212
Abstract classInterface实例化不能不能类一种继承关系,一个类只能使用一次继承关系。可以通过继承多个接口实现多重继承一个类可以实现多个interface数据成员可有自己的静态的不能被修改即必须是static final,一般不在此定义方法可以私有的,非abstract方法,必须实...
分类:
编程语言 时间:
2015-02-11 16:20:08
阅读次数:
141
spring + ehcache 使用实例spring3.2+ehcache 注解使用Nexus添加新Repository后Maven仍找不到jar包的解决方案maven执行报错resolution will not be reattempted until the update interval ...
分类:
系统相关 时间:
2015-02-11 16:19:08
阅读次数:
200
Dear Apple,I want to be pointed in the right direction in programming a number of features to my BMW 2007 Z4 3.0si, but I really do not want to end up...
分类:
其他好文 时间:
2015-02-11 16:21:09
阅读次数:
160
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:
其他好文 时间:
2015-02-11 16:19:05
阅读次数:
117
Hey, everyone. Welcome to my blog. My name is Jason Huang. Now I am a student of College of Mechatronics and Control Engineering in Shenzhen Universit...
分类:
其他好文 时间:
2015-02-11 16:18:37
阅读次数:
142
1、Activity是Android四大组件(Application Components)之一,简单来说Activity就是平常所见到的用户界面,一般情况下,一个Activity所占的窗口是满屏的,但也可以是一个小的位于其它Activity之上的浮动窗口。一个Android工程至少有一个Activ...
分类:
移动开发 时间:
2015-02-11 16:20:05
阅读次数:
142
1 TO_CHAR(FIRDATE - (TO_DATE(TO_CHAR(FIRDATE ,'YYYY/MM/DD') || '07:30:00','YYYY/MM/DDHH24:MI:SS') - TRUNC(SYSDATE)),'MM/DD ') 2 || (CAS...
分类:
数据库 时间:
2015-02-11 16:18:26
阅读次数:
825