会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
leochan007
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
2018年6月16日
centos7安装python3.50
摘要: 因为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
阅读(513)
评论(0)
推荐(0)
2018年4月30日
安装kb2999226补丁 x64
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2018-04-30 10:55 leochan007
阅读(10)
评论(0)
推荐(0)
2018年1月5日
c++正则表达式
摘要: 匹配数字 #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
阅读(803)
评论(0)
推荐(0)
inno setup中文支持
摘要: 去到inno setup的根目录,Default.isl 这个文件拷贝一份移进 Languages 修改文件名 Chinese.isl 打开这个文件,然后替换如下内容,保存为asni文件 百度云下载地址: 链接:https://pan.baidu.com/s/1i46zPXV 密码:k34x
阅读全文
posted @ 2018-01-05 12:09 leochan007
阅读(3999)
评论(1)
推荐(1)
2017年12月29日
python_1_登录操作
摘要: 文件内容 test.txt leo1231 python操作(操作的是在文件写入用户名,密码和输错次数,如果输错次数会加1,且不能超多三次,三次就会自动执行锁定操作)
阅读全文
posted @ 2017-12-29 19:51 leochan007
阅读(274)
评论(0)
推荐(0)
map_排序输出
摘要: 1 #include "stdafx.h" 2 3 4 #include<map> 5 #include<string> 6 #include<iostream> 7 using namespace std; 8 9 struct CmpByKeyLength { 10 bool operator(
阅读全文
posted @ 2017-12-29 16:54 leochan007
阅读(296)
评论(0)
推荐(0)
2017年12月26日
Python_1
摘要: 1、python的环境搭建 2、给出下载链接地址 3、if和while混合使用age=56count = 0 while count<3: guess_age=int(input("请输入年龄:")) if guess_age == age: print("yes,you got it") brea
阅读全文
posted @ 2017-12-26 19:34 leochan007
阅读(170)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
公告