上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
  2018年6月28日
摘要: import tracebackclass Properties(object): def __init__(self, fileName): self.fileName = fileName self.properties = {} def __getDict(self, strName, dictName, value): if(strNa... 阅读全文
posted @ 2018-06-28 16:46 天之城 阅读(150) 评论(0) 推荐(0) 编辑
摘要: import osimport requestsimport jsonfrom Util import Propertiesprint('########[公务员自助列表]################ * start')properties = Properties("./global.properties").getProperties()headers = {'User-Agent': '... 阅读全文
posted @ 2018-06-28 16:45 天之城 阅读(111) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-import jpypeimport os.pathjarpath = os.path.join(os.path.abspath('.'), 'axja')print("=====>jarpath: " , jarpath)# jpype=startJVM("D:/devsoft/ultimate/env/jdk/jdk7/Java17017/jre7... 阅读全文
posted @ 2018-06-28 16:23 天之城 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport signalimport sysimport osdef signal_handler(signal, frame): print('You pressed Ctrl+C!')# signal.signal(signal.SIGINT, signal_handler)print('Press Ctrl+C')# os.syste... 阅读全文
posted @ 2018-06-28 16:21 天之城 阅读(2003) 评论(0) 推荐(0) 编辑
摘要: from PyQt5 import QtWidgetsfrom untitled import Ui_MainWindowfrom PyQt5.QtWidgets import QFileDialogclass MyWindow(QtWidgets.QMainWindow, Ui_MainWindow): def __init__(self): super(MyWindow, ... 阅读全文
posted @ 2018-06-28 16:17 天之城 阅读(573) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-import loggingimport sysimport osimport xlrdfrom UtilAzxu import Properties# 获取logger实例,如果参数为空则返回root loggerlog = logging.getLogger("AppName")# 指定logger输出格式formatter = logging.F... 阅读全文
posted @ 2018-06-28 16:16 天之城 阅读(282) 评论(0) 推荐(0) 编辑
摘要: # Go Hosts# 2017-05-02 02:13:04# Localhost (DO NOT REMOVE)127.0.0.1 localhost::1 localhost ip6-localhost ip6-loopback 219.76.4.14 www.google.com219.76.4.14 google.com219.76.4.14 gcr.io... 阅读全文
posted @ 2018-06-28 15:52 天之城 阅读(927) 评论(0) 推荐(0) 编辑
摘要: FF6464 9F6B00 8A8A00 4B5E76 8A7674 980B4F 980B4F 阅读全文
posted @ 2018-06-28 10:13 天之城 阅读(226) 评论(0) 推荐(0) 编辑
摘要: System.setProperty("http.proxyHost", "localhost");System.setProperty("http.proxyPort", "8888");System.setProperty("https.proxyHost", "localhost");System.setProperty("https.proxyPort", "8888"); 阅读全文
posted @ 2018-06-28 09:47 天之城 阅读(412) 评论(0) 推荐(0) 编辑
  2018年6月21日
摘要: 五笔设置 阅读全文
posted @ 2018-06-21 10:01 天之城 阅读(102) 评论(0) 推荐(0) 编辑
  2018年6月14日
摘要: axure rp安装 1◆ axure rp 文件下载 2◆创建安装目录 3◆ 安装图解 4◆汉化 替换 5◆ 使用 success 1★AxureRP 8.0安装包 2★ 安装图解 3★ 使用 success 阅读全文
posted @ 2018-06-14 12:41 天之城 阅读(193) 评论(0) 推荐(0) 编辑
摘要: axure rp安装 1◆ axure rp 文件下载 2◆创建安装目录 3◆ 安装图解 4◆汉化 替换 5◆ 使用 success 阅读全文
posted @ 2018-06-14 12:27 天之城 阅读(160) 评论(0) 推荐(0) 编辑
  2018年5月29日
摘要: '******************************************************************************'* File: comment2name.vbs'* Purpose: 在PowerDesigner的PDM图形窗口中显示数据列的中文注释' 阅读全文
posted @ 2018-05-29 10:33 天之城 阅读(168) 评论(0) 推荐(0) 编辑
  2018年5月20日
摘要: [{"action":"scrolldownmore","activeInInputs":true,"blacklist":false,"exported":true,"key":"alt+s","open":false,"sites":"*mail.google.com*","sitesArray 阅读全文
posted @ 2018-05-20 10:31 天之城 阅读(179) 评论(0) 推荐(0) 编辑
  2018年5月5日
摘要: 1● 横 asdfg 半包围上下左右 2● 竖 hjklm左右上下半包围3● 撇 qwert半包围上下左右4● 捺 yuiop左右上下半包围5● 折 xcvbn半包围上下左右 阅读全文
posted @ 2018-05-05 22:13 天之城 阅读(238) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页