1.location.replace顾名思义是替换的意思这种方法的原理是,用新页面的URL替换当前的历史纪录,这样浏览历史记录中就只有一个页面,后 退按钮永远不会变为可用 onclick="javascript:location.replace(this.href);点击这个链接进入新页面后看是否可...
分类:
其他好文 时间:
2014-08-10 01:39:29
阅读次数:
224
Where's Waldorf?
Given a m by n grid
of letters, ( ),
and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:
其他好文 时间:
2014-08-09 18:42:38
阅读次数:
370
需求情景:销售电商, 其中有些产品 为代理销售(公司不管理库存,建立SO后直接由对应的供应商发货即可)解决方案: SO 生成 DO 时候 , 源库存的取得逻辑 SO--》SHOP--》warehouse--》stcok location 目标库位的取得逻辑 SO-...
分类:
其他好文 时间:
2014-08-09 18:37:18
阅读次数:
403
大致思想:根据给定经纬度(lat,lng)求出其左上角(left_top),右上角(right_top),左下角(left_bottom),右下角(right_bottom)的四个位置。所有在这个区域的范围都在该点附近。参照:http://blog.charlee.li/location-searc...
分类:
其他好文 时间:
2014-08-09 18:08:48
阅读次数:
252
Jedi 是个很棒的python的自动补全插件,可以显示docstring, function arguments and code location.安装步骤:一、安装python的虚拟环境sudo apt-get install python-virtualenv或sudo apt-get in...
分类:
其他好文 时间:
2014-08-08 23:56:46
阅读次数:
1234
function closeMeAndReloadParent(){opener.location.reload();window.close();}一种在父窗口中得知window.open()出的子窗口关闭事件的方法
分类:
编程语言 时间:
2014-08-08 23:43:56
阅读次数:
358
一般来说这些日志的分析价值不高,而且还占用硬盘空间,一般都会关掉。nginx配置:location~.*\.(gif|jpg|jpeg|png|bmp|swf|ico)${access_logoff;proxy_passhttp://cdel_jxjy;proxy_redirectoff;proxy_set_headerHost$host;proxy_set_headerX-Real-IP$remote_addr;proxy_set_he..
分类:
Web程序 时间:
2014-08-08 18:24:56
阅读次数:
286
1、ANT方式 ? ? ? buid.xml内容: <project?name="TestHadoop"?default="compile"?basedir=".">
????<property?name="build"?location="build"?/>
????<path?id="hadoop-classpath">
????...
分类:
Windows程序 时间:
2014-08-08 13:02:06
阅读次数:
2561
PDE_DATA 的定义
Location:
/fs/proc/internal.h
static inline struct proc_dir_entry *PDE(const struct inode *inode)
{
return PROC_I(inode)->pde;
}
static inline void *__PDE_DATA(const struct inode...
分类:
其他好文 时间:
2014-08-08 02:00:25
阅读次数:
203
这几天多次看到有博主们在写 with 的文章,这货确实非常方便,但是却是个性能杀手,所以一直都是上不得台面的。那么他究竟会让效率低下到什么程度呢?先来看下 with 是如何的便捷吧。。// 正常调用console.log(location.host);console.log(location.pat...
分类:
Web程序 时间:
2014-08-07 22:50:05
阅读次数:
482