一。js实现刷新两种方式:1.//方法12.document.getElementById('FrameID').contentWindow.location.reload(true);3.//方法24.document.getElementById('youriframe').src=src;二。...
分类:
Web程序 时间:
2015-09-12 20:16:21
阅读次数:
136
#!/usr/bin/envpython
importxlsxwriter,xlrd
importsys,os.path
reload(sys)
sys.setdefaultencoding(‘utf8‘)
defMergeExcelToWorksheet(*arg):
lfile=arg
fname={}
worksheet={}
forhinlfile:
fname[h]=h
printh
data=xlrd.open_workbook(fname[h])#打开fname文件..
分类:
其他好文 时间:
2015-09-10 17:47:15
阅读次数:
186
1. 打开server的编辑器2. 在modules页签内,修改auto load属性为disabled
分类:
系统相关 时间:
2015-09-10 10:47:27
阅读次数:
202
function Closepage() { if (window.opener && !window.opener.closed) { window.parent.opener.location.reload(); } window.close(); return ...
history.go(0)location.reload()location=locationlocation.assign(location)document.execCommand('Refresh')window.navigate(location)location.replace(locat...
分类:
Web程序 时间:
2015-09-08 00:24:05
阅读次数:
140
整理了就是这几种,,有些在IE下面是不支持的,慎用。。。1,history.go(0)2,location.reload()3,location=location4,location.assign(location)5,document.execCommand('Refresh')6,window....
分类:
Web程序 时间:
2015-09-02 13:13:06
阅读次数:
201
一:JS 重载页面,本地刷新,返回上一页 复制代码 代码如下: 返回上一页 重载页面,本地刷新 返回上一页重载页面,本地刷新 返回前二页并刷新的JS代码应该怎样写。 复制代码 代码如下: history.go(-2); location.reload(); 二:js 方法 复制代码 代码如下: .....
分类:
Web程序 时间:
2015-08-31 17:12:56
阅读次数:
158
js刷新页面方法大全 作者: 字体:[增加 减小] 类型:转载 时间:2008-05-10 本文介绍下,用js刷新当前页面的几种方法,包括reload方法、replace方法、自动刷新方法等。有需要的朋友参考下吧 如何实现刷新当前页面...
分类:
Web程序 时间:
2015-08-28 15:49:30
阅读次数:
199
Auto-reload register (TIMx_ARR)The auto-reload register is preloaded.Writing to or reading from the auto-reload registeraccesses the preload register....
分类:
其他好文 时间:
2015-08-27 00:24:42
阅读次数:
273
#-*-coding:utf-8-*-
__author__=‘Administrator‘
importMySQLdb
importpprint
importsys
reload(sys)
sys.setdefaultencoding(‘utf8‘)
#help(MySQLdb)
s=MySQLdb.connect(host=‘192.168.2.19‘,user=‘scafane‘,passwd=‘vesill‘,db=‘scppn‘,port=3306,use_unicode=True,charset=..
分类:
数据库 时间:
2015-08-20 15:32:27
阅读次数:
157