会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
随便了888
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页
2017年8月21日
python 正则表达式
摘要: 正则表达式是由普通字符(例如字符 a 到 z)以及特殊字符(称为"元字符")组成的文字模式。 re.match只匹配字符串的开始,如果字符串开始不符合正则表达式(一句话中句首包含的特定字符),则匹配失败,函数返回None;而re.search匹配整个字符串(一句话中包含的特定字符),直到找到一个匹配
阅读全文
posted @ 2017-08-21 23:16 随便了888
阅读(333)
评论(0)
推荐(0)
2017年8月20日
django显示图片
摘要: dirctoryvickey_django vickey(projectname) vickey __init__.py __pycache__ settings.py urls.py wsgi.py website(appname) admin.py apps.py __init__.py m...
阅读全文
posted @ 2017-08-20 17:04 随便了888
阅读(185)
评论(0)
推荐(0)
linux下设置python3.x为默认版本
摘要: rm /usr/bin/python ln -s /usr/local/bin/python3.x /usr/bin/python sybomlic 安装目录 系统目录
阅读全文
posted @ 2017-08-20 14:36 随便了888
阅读(3781)
评论(0)
推荐(0)
2017年8月17日
Oracle learning note
摘要: oracle SQL select 'para1' || 'para2' as "para" must "" select count(*),c.id,c.name co...
阅读全文
posted @ 2017-08-17 14:20 随便了888
阅读(218)
评论(0)
推荐(0)
2017年8月15日
install docker on centos7
摘要: copy from:https://www.youtube.com/watch?v=pm55BUwQ0iE # Prerequisites - Kernel must be 3.10 at minimum - For checking kernel version, use this command
阅读全文
posted @ 2017-08-15 23:51 随便了888
阅读(260)
评论(0)
推荐(0)
2017年8月13日
secureCRT 破解
摘要: 转自:http://www.cnblogs.com/qingtingzhe/articles/5008902.html
阅读全文
posted @ 2017-08-13 00:28 随便了888
阅读(136)
评论(0)
推荐(0)
2017年8月12日
VMware12 download
摘要: 下载地址:http://filehippo.com/zh/download_vmware-workstation-pro/ 许可证地址:http://www.zdfans.com/5928.html
阅读全文
posted @ 2017-08-12 11:30 随便了888
阅读(197)
评论(0)
推荐(0)
2017年7月31日
shell learning note
摘要: shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是引用变量值,而美元符加数字表示命令行参数 echo "some words" >>$STATUS/l...
阅读全文
posted @ 2017-07-31 12:51 随便了888
阅读(182)
评论(0)
推荐(0)
2017年7月30日
修改python注册表
摘要: 转自:http://blog.csdn.net/u014680513/article/details/51005650
阅读全文
posted @ 2017-07-30 17:26 随便了888
阅读(1377)
评论(0)
推荐(0)
2017年7月24日
python 调用exe程序
摘要: #!/usr/bin/python #-*- coding:utf-8 -*- import os, subprocess import tkMessageBox import msg_box def get_path_from_disk(process_name): for path in pat
阅读全文
posted @ 2017-07-24 17:43 随便了888
阅读(6578)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
17
下一页
公告