上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 这个方案暂时不行 阅读全文
posted @ 2018-10-03 15:25 leochan007 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1、打印月历 >>> import calendar>>> cal = calendar.month(2018,1)>>> print(cal) January 2018Mo Tu We Th Fr Sa Su 1 2 3 4 5 6 7 8 9 10 11 12 13 1415 16 17 18 阅读全文
posted @ 2018-09-20 13:11 leochan007 阅读(75) 评论(0) 推荐(0) 编辑
摘要: IPv4的IP正则匹配表达式 IPv6的正则匹配表达式 阅读全文
posted @ 2018-07-04 15:23 leochan007 阅读(339) 评论(0) 推荐(0) 编辑
摘要: File->settings->Editor->File and Code Templates->Python Script #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : ${DATE} ${TIME} # @Author : Ari 阅读全文
posted @ 2018-07-04 11:00 leochan007 阅读(94) 评论(0) 推荐(0) 编辑
摘要: setuptools:http://pypi.python.org/pypi/setuptools#windows 安装pip 下载地址:https://pypi.python.org/pypi/pip#downloads 阅读全文
posted @ 2018-06-19 11:20 leochan007 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 因为yum包使用python2*等开发,修该为环境修改python3之后有问题,解决:修改文件/usr/bin/yum、/usr/libexec/urlgrabber-ext-down头中相应python为#!/usr/bin/python2.7 03-.tar.gz格式 解压:[*******]$ 阅读全文
posted @ 2018-06-16 15:00 leochan007 阅读(493) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-04-30 10:55 leochan007 阅读(10) 评论(0) 推荐(0) 编辑
摘要: http://artemis.my.to IntelliJ IDEA 注册码 http://idea.lanyus.com/ 选择Activation code,复制下方激活码到输入框 D87IQPUU3Q-eyJsaWNlbnNlSWQiOiJEODdJUVBVVTNRIiwibGljZW5zZW 阅读全文
posted @ 2018-04-04 17:01 leochan007 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 匹配数字 #include "stdafx.h" #include <regex> #include <string> #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { std::strin 阅读全文
posted @ 2018-01-05 17:55 leochan007 阅读(794) 评论(0) 推荐(0) 编辑
摘要: 去到inno setup的根目录,Default.isl 这个文件拷贝一份移进 Languages 修改文件名 Chinese.isl 打开这个文件,然后替换如下内容,保存为asni文件 百度云下载地址: 链接:https://pan.baidu.com/s/1i46zPXV 密码:k34x 阅读全文
posted @ 2018-01-05 12:09 leochan007 阅读(3878) 评论(1) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页