码迷,mamicode.com
首页 >  
搜索关键字:mginx location    ( 8134个结果
oracle 全网相同数据删除(只留一条)
DELETE   FROM reg_user t1   WHERE name='3302060100000014' and rowid > ( SELECT min(rowid)   FROM location t2   WHERE t1.name = t2.name);...
分类:数据库   时间:2014-09-04 17:07:59    阅读次数:263
JavaScript window.location对象
示例注意方法 经常使用window.location,它的结构总是记不住,简单梳理下,方便以后查询。 示例 URL:http://b.a.com:88/index.php?name=kang&when=2011#first 属性 含义 值 protocol: 协议 "http:" hostnam...
分类:编程语言   时间:2014-09-04 17:07:19    阅读次数:209
JavaScript Window对象
1、Window对象的location属性引用的是Location对象,它表示该窗口中当前显示的文档的URL,并定义了方法来使窗口载入新的文档。Location对象的href属性是一个字符串,后者包含URL的完整版本。Location对象的assign()方法可以使窗口载入并显示指定的URL文档,相...
分类:编程语言   时间:2014-09-04 13:13:59    阅读次数:175
Using sql azure for Elmah
The MSDN docs contain the list of T-SQL that is either partially supported or not supported. For example see the following location for CREATE TABLE -...
分类:数据库   时间:2014-09-04 08:25:47    阅读次数:326
iOS 将16进制字符串转换成UIColor
#pragmamark-将16进制字符串转换成UIColor-(UIColor*)generateColorObjectWithHex:(NSString*)hexString{unsignedintred=0,green=0,blue=0;NSRangerange={0,2};range.location=0;NSString*redString=[hexStringsubstringWithRange:range];NSScanner*redScanner=[NSScannerscann..
分类:移动开发   时间:2014-09-04 03:05:08    阅读次数:170
html历史
方法一:location.hash = 'abc'window.onhashchange = function(){}location.hash 返回结果 #abc => location.hash.substring(1) abc方法二:存历史:history.pushstate(数据,标题,网址...
分类:Web程序   时间:2014-09-03 22:36:17    阅读次数:278
在web开发中的href几种跳转方式
第一种:?method=addUI&parentid=${param.parentid}'" value="添加类别">第二种:通过onclick事件 onclick="method()"method(){window.location.href="xxxx.do?parame1='v1'&para...
分类:Web程序   时间:2014-09-03 21:10:57    阅读次数:197
springMVC 表单联动处理 点击radio联动改变select选项
由于涉及一些业务内容,所以不过多解释以及贴无关代码了。任务:点击radio单选框选定,动态联动刷新select中的可选items。前台js:functiongetRooms(){ varlocation=GetRadioValue(‘location‘); $.ajax({ type:"POST", url:"${ctx}/oa/meeting/getRooms", da..
分类:编程语言   时间:2014-09-03 18:26:47    阅读次数:497
浏览器对象检测
浏览器对象检测检测浏览器版本Screen 对象属性Navigator 对象属性location 对象属性
分类:其他好文   时间:2014-09-03 14:41:46    阅读次数:160
跳出iframe
首先我们了解一下:window.location.href、location.href、self.location.href、parent.location.href、top.location.href他们的区别与联系,简单的说:几种location.href的区别 js实现网页被iframe框架功...
分类:其他好文   时间:2014-09-02 15:46:14    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!