码迷,mamicode.com
首页 >  
搜索关键字:history    ( 2989个结果
js中的刷新方法
刷新并清除缓存:location.reload(true); 返回上一页并刷新:history.go(-1);location.reload(true);子页面刷新父页面:self.opener.location.reload();刷新包含该框架的页面:parent.location.reload....
分类:Web程序   时间:2015-05-11 12:49:00    阅读次数:169
hdu1075 What Are You Talking About
Problem Description Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history book of Mars and a dictionary when it leave...
分类:其他好文   时间:2015-05-07 22:14:03    阅读次数:153
调试message send to deallocated instance问题
message sent to deallocated instance在XCode的以前版本中,如果遇到了[代码]c#/cpp/oc代码:1message sent to deallocated instance 0x6d564f0我们可以使用info malloc-history 0x6d564...
分类:其他好文   时间:2015-05-07 11:51:48    阅读次数:188
一起学android之关于Intent的Flag属性的讲解(36)
以下是今天讲解Intent的Flag属性的列表: FLAG_ACTIVITY_BROUGHT_TO_FRONT FLAG_ACTIVITY_CLEAR_TOP FLAG_ACTIVITY_NEW_TASK FLAG_ACTIVITY_NO_ANIMATION FLAG_ACTIVITY_NO_HISTORY FLAG_ACTIVITY_REORDER_TO_FRONT FLAG_ACTIVITY_S...
分类:移动开发   时间:2015-05-06 19:47:27    阅读次数:210
Acdream 1113 The Arrow(概率dp)
The Arrow Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) Submit Statistic Next Problem Problem Description The history shows that We need heroes in ever...
分类:其他好文   时间:2015-05-05 22:03:10    阅读次数:134
shell脚本任务计划不能执行问题
今天写了一个shell脚本,直接执行是可以的。但是用任务计划却不执行。脚本如下:#!/bin/bashtime=0504timea=05mysqd-f-urootdts</backup/dts_message_history_2015$time.sql纠结了半天,后来改成绝对路径就可以了脚本如下:#!/bin/bashtime=0504timea=05/usr/local/mysql/bi..
分类:系统相关   时间:2015-05-05 16:57:45    阅读次数:197
转载》恶意广告APP感染用户超1500万
近日,谷歌官方Play商店被爆出现了3款恶意APP存在恶意广告的下载代码,目前全球已有超过1500万用户通过Google Play商店受到感染。恶意APP详情 据悉,这三款安卓恶意APP分别是:Durak卡牌游戏、IQ Test、Russian History。根据下载量统计,单就卡牌游戏Durak...
分类:移动开发   时间:2015-05-04 13:33:55    阅读次数:113
DOM高级编程
前言:W3C规定的三类DOM标准接口(换图)Core DOM(核心DOM),适用于各种结构化文档;XML DOM(Java OOP学过),专用于XML文档;HTML DOM,专用于HTML文档,下面了解下面几个问题。一、location和history对象back() //返回forward() g...
分类:其他好文   时间:2015-05-03 08:12:13    阅读次数:127
zabbix报错分析
zabbix报错分析报错信息如下:3128:20150429:114455.871 history data from active proxy on “115.29.182.109” failed: proxy “jinrong” not found查找源码[root@monitor src]# grep “history data from active proxy” * -r|more za...
分类:其他好文   时间:2015-04-30 16:15:49    阅读次数:238
dba_hist_active_sess_history中p2列列值换算为sid的步骤
dba_hist_active_sess_history中p2列列值换算为sid的步骤...
分类:数据库   时间:2015-04-29 23:35:50    阅读次数:410
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!