码迷,mamicode.com
首页 >  
搜索关键字:mginx location    ( 8134个结果
AngularJS Change Path Without Reloading
To change path URL with AngularJS, $location.path() is passed the new URL as a parameter, and the page is automatically reloaded. This means that if y...
分类:Web程序   时间:2014-10-13 17:49:19    阅读次数:172
mac下eclispse
Q.外部引用类 设置 is Library勾选不上A:SDK location设置错误Q.Theprojectwasnotbuiltdueto"Couldnotdelete'/(这是一个编译路径)A:删除classes下的所有文件 重新编译
分类:系统相关   时间:2014-10-13 16:15:39    阅读次数:177
location对象,将url解析为独立片段search属性截取传递的参数
通过location对象的search属性截取字符串传递过来的参数search ?item=hello&name=auto&age=25 返回url中传递的参数,以?开头function getQueryStringArgs(){ var qs=(location.search.length>0?l...
分类:Web程序   时间:2014-10-13 13:53:09    阅读次数:214
使用jquery获取url以及jquery获取url参数的方法
(function($){ $.getUrlParam = function(name) { var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).matc...
分类:Web程序   时间:2014-10-12 23:24:58    阅读次数:205
※Modeling Human Location Data with Mixtures of Kernel Densities
用混合核密度方法对人的位置建模这是一篇2014KDD,地理位置服务方面的论文。1)首先,提出针对个人粒度,预测位置分布有两大挑战a)数据稀疏b)空间模型异构2)接着,先提到在离散空间预测领域,已经有不少研究成果;但在连续空间预测,还有欠缺,这也是该文章的主攻方向。3)然后,针对该问题,提出高斯核密度...
分类:其他好文   时间:2014-10-12 09:34:57    阅读次数:137
struts零配置的简单实现(五)
@results:用于指定响应某个操作的页面 对于页面的指定有两种方式:全局、局部 @Results({ @Result(name="fail", location="fail.jsp") }) public class FinalAction extends BaseAction{ ...
分类:其他好文   时间:2014-10-12 01:26:17    阅读次数:314
FL2440移植LINUX-3.4.2 (六)--驱动移植LCD
移植;1.编译2.解决错误 2.1头文件不对:去掉或更改 2.2宏不对:改名,使用新宏 2.3 函数没有了:改名使用新函数一:移植LCD驱动:修改内核配置: │ Location: │ │ -> Device Drivers │ │ -> Graphics support │ │ -> Sup...
分类:系统相关   时间:2014-10-11 20:06:06    阅读次数:227
js判断手机访问跳转到手机站
if(navigator.platform.indexOf('Win32')!=-1){//电脑网站 }else{ window.location.href=""; //手机网站 }参考:http://jingyan.baidu.com/article/cdddd41c61823e53cb00e1....
分类:移动开发   时间:2014-10-11 13:05:45    阅读次数:183
js中的request
function GetRequest() { var url = location.search; //获取url中"?"符后的字串 var theRequest = new Object(); if (url.indexOf("...
分类:Web程序   时间:2014-10-11 00:35:54    阅读次数:222
ThinkPHP中PATHINFO模式优化
ThinkPHP 3.1.2官方手册 第16.2章节 《隐藏index.php》中提到在Ngnix中隐藏index.php实现SEO友好的方法,其中使用了如下的代码location / { if (!-e $request_filename) { rewrite ^(.*)$ /i...
分类:Web程序   时间:2014-10-11 00:04:24    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!