# -*- coding: utf-8 -*-
import string
import json
import urllib2
import urllib
import base64
import sys
reload(sys)
sys.setdefaultencoding( "utf-8" )
#调用优酷网API获取json数据
def GetYouku():
re...
分类:
编程语言 时间:
2014-12-05 12:52:35
阅读次数:
469
简单示例
import sys
import ctypes
import logging
import logging.handlers
reload(sys)
sys.setdefaultencoding('utf-8')
LOG_FILE = 'test_log'
logging.basicConfig(
filename = LOG_FILE,
...
分类:
编程语言 时间:
2014-12-04 18:08:17
阅读次数:
221
1,当网络不通的时候重新reload的也不行的时候出现,随机才出现。2,Game Over...
分类:
其他好文 时间:
2014-12-02 22:34:46
阅读次数:
208
a)我们使用default.properties,一般也就使用以上几种,而且也不常用。了解下就行。
b)struts.devMode、struts.i18n.reload、 struts.configuration.xml.reload,我们开发时,最好配置上,有利于快速开发,当然我们也可以使用重启服务器解决,但毕竟项目在足够大时,重启服务器会很浪费时间的。说实话,我使用时,实用性没发现,反正每次还是重启服务器的。呵呵。大家可以自行测试。...
分类:
其他好文 时间:
2014-12-02 07:53:51
阅读次数:
123
必须谨记!Node.js安全开发技巧http://www.csdn.net/article/2014-11-25/2822803-NODE?reload=1
分类:
Web程序 时间:
2014-12-01 00:32:19
阅读次数:
196
方法一:Router1#reload in 20Reload scheduled for 11:33:53 EST Sat Feb 1 2003 (in 20 minutes)Proceed with reload? [confirm] Router1#方法二:Router1#reload at 1...
分类:
系统相关 时间:
2014-11-29 21:36:35
阅读次数:
411
window.location.reload;在项目中,提交数据的动作,出现讨厌的对话框(。。。。。。)!解决办法,代码如下:1 //刷新当前窗口2 window.location.href=window.location.href; 3 window.location.reload; 这样,就不会...
分类:
Web程序 时间:
2014-11-27 18:05:10
阅读次数:
142
Cnblog已开通,晚上搬家Router1#reload in 20Reload scheduled for 11:33:53 EST Sat Feb 1 2003 (in 20 minutes)Proceed with reload? [confirm] Router1#1 Router1#rel...
分类:
其他好文 时间:
2014-11-27 14:03:40
阅读次数:
125
配置文件备份使更改后的配置成为新的启动配置copy running-config startup-config 将配置保存到启动配置文件马上更改。使设备恢复为其原始配置在特权执行模式下reload 按Enter键确认 恢复 输入n或者no放弃恢复。---------------------...
分类:
系统相关 时间:
2014-11-26 22:11:49
阅读次数:
249
1:使用 !process00 察看所有 EPROCESS2:使用.process/p+ 需要断的应用程序的EProcess地址,切换到应用程序的地址空间例如:.process/p0x80a02a603:重新加载userPDB文件.reload/f/user4:使用非侵入式的切换进程空间.proce...
分类:
其他好文 时间:
2014-11-25 01:35:03
阅读次数:
183