logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

AVG2013 杀毒软件激活 …

AVG2013激活码,AVG2013许可证号码,AVG2013序列号注册码AVG Internet Security 2013许可证号码(激活码):有效期至:2018年2月26日8MEH-RU7JQ-ACDRM-MQEPR-G3S23-FEMBR-ACED8MEH-RGM33-K474L-6FGRR-8NVPP-UEMBR-ACED8MEH-RXYFD-JUV72-8922R-F283

【原创】Python 获取IP地理位置

#!/usr/bin/env python# -*- coding: utf-8 -*-import urllib2import reu = urllib2.urlopen('http://zhangzhipeng2023.cn/ip.txt')r = u.readlines()result = 'result_ip_address'with file(result,'w')as

【转载】 linux Python&…

#!/usr/bin/python#Feel free to use this however you like. The post with information about it and usage at http://networkstatic.net -Brent Salisburyimport reimport osimport timeimport shutilimpor

【原创】mysql-python安装 dj…

linux下easy_install mysql-python : ImportError: Entry point ('console_scripts','easy_install') not found原创所有,转载附明本文超链接地址以及作者,谢谢!http://blog.sina.com.cn/s/blog_83dc494d0101c3fs.html今天第一次碰django的东西

【原创】Python 获取本机内网…

Python - Get localhost IP,Linux和Windows通用。代码:---------------------------------------------------------------------------------#!/usr/bin/env python# -*- coding: utf-8 -*-import osimport sock

[原创]使用 swagger 定义 API

使用 Swagger 定义APIStart Swagger Editordocker run -d -p 8080:8080 swaggerapi/swagger-editorOpen Swagger Editor in browser http://localhost:8080/https://swagger.io/tools/swagger-editor/download/...

[原创] postgres auto reconnect自动重连

#!/usr/bin/python# -*- coding: utf-8 -*-# @Author: zhipeng# @Email: zhipeng.py@gmail.com# @Date:2020-07-11 00:43:36# @Last Modified by:zhipeng# @Last Modified time: 2020-07-22 21:59:08from psycopg2.ex

#python#postgresql
【原创】mysql 正则匹配中文

含中文:where nameregexp '[^ -~]'不含中文: where name notregexp '^[^ -~]'后来说需要查询日文 参考资料得知:utf-8 (unicode)/u4e00-/u9fa5 (中文)/x3130-/x318f (韩文)/xac00-/xd7a3 (朝鲜文)/u0800-/u4e00 (日文)汉字正则: e[4-9][0-...

#mysql#正则表达式#数据库
暂无文章信息