会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
田云
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2018年4月23日
python itchat 微信开发
摘要: 使用itchat可以简单操作微信,进行好友和群消息的发送 安装: 使用: 小实例: 获取所有头像并保存和拼接到一个图片里面: # -*- coding:utf-8 -*- # 导入相关模块 import itchat import os import PIL.Image as Image from
阅读全文
posted @ 2018-04-23 10:24 田云
阅读(889)
评论(0)
推荐(0)
2018年4月14日
python 端口扫描
摘要: 备份
阅读全文
posted @ 2018-04-14 11:55 田云
阅读(134)
评论(0)
推荐(0)
2018年4月13日
python 进度条
摘要: 插件:tqdm 简单使用: 效果:
阅读全文
posted @ 2018-04-13 08:34 田云
阅读(99)
评论(0)
推荐(0)
python 路径练习
摘要: 目标: 编写一个程序,能在当前目录以及当前目录的所有子目录下查找文件名包含指定字符串的文件,并打印出相对路径。 代码:
阅读全文
posted @ 2018-04-13 08:29 田云
阅读(172)
评论(0)
推荐(0)
2018年4月11日
Charles下载和使用
摘要: 下文作为备份。来源:https://www.cnblogs.com/rrl92/p/7928770.html 1. Charles下载地址 地址:https://www.charlesproxy.com/latest-release/download.do 2. Charles破解 破解地址:htt
阅读全文
posted @ 2018-04-11 13:38 田云
阅读(511)
评论(0)
推荐(0)
2018年4月3日
C# mvc读取模板并修改上传到web
摘要: C# mvc读取模板并修改上传到web 后台: public FileResult GetXls() { FileStream fs = new FileStream(System.Web.HttpContext.Current.Server.MapPath("~/Content/数据挖掘模版.xl
阅读全文
posted @ 2018-04-03 16:56 田云
阅读(429)
评论(0)
推荐(0)
2018年1月23日
nginx 安装
摘要: nginx安装 mac 安装 brew install nginx 配置文件: /usr/local/etc/nginx/nginx.conf (配置文件路径)/usr/local/var/www (服务器默认路径)/usr/local/Cellar/nginx/1.8.0 (安装路径) 操作 cd
阅读全文
posted @ 2018-01-23 20:53 田云
阅读(145)
评论(0)
推荐(0)
2018年1月22日
python 测试:wraps
摘要: 任务: 现有两个函数: 使用wrap,在执行print1之前输出:I am wraper1 在执行print2之前输出:I am wraper2 + 自定义文字 解答:
阅读全文
posted @ 2018-01-22 08:29 田云
阅读(208)
评论(0)
推荐(0)
2018年1月21日
mac phpstrom 环境配置
摘要: 因为mac下自带php,但是没有环境(ini文件)所有需要自己重新安装一下: 然后在环境配置里面写入地址即可
阅读全文
posted @ 2018-01-21 09:11 田云
阅读(173)
评论(0)
推荐(0)
2018年1月20日
mac crontab
摘要: 1、前提工作 正常情况下mac普通用户是无法使用crontab的,需要做如下修改: 然后重启命令行才会有效 2、crontab讲解 格式:
阅读全文
posted @ 2018-01-20 12:47 田云
阅读(238)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
13
下一页
公告