会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微风
Home
New Post
Contact
Admin
上一页
1
2
3
4
5
6
···
11
下一页
2019年3月22日
Fiddler_抓包应用_01
1. 手机抓包配置 1.1. Fiddler配置 Tools->Options 抓取https的请求: 查看Fiddler端口 1.2. 获取Fiddler 所在IP (1) 可通过fiddler右上角Online下查看 (2) 也可通过电脑上ipconfig查看 1.3. 手机设置代理 1.3.1
Read More
posted @ 2019-03-22 13:43 happy_xiaoxiao
Views(290)
Comments(0)
Diggs(0)
2019年3月19日
Windows命令行设置dns
管理员运行cmd 1.dns配置成192.168.1.200 netsh interface ip set dns name="以太网" source=static addr=192.168.1.200 2.dns自动获取 netsh interface ip set dns name="以太网"
Read More
posted @ 2019-03-19 09:42 happy_xiaoxiao
Views(10271)
Comments(0)
Diggs(0)
2019年3月11日
Python_tkinter(5)_GUI工具
1、Excel行数统计工具 源代码 运行效果 2.手机号加密解密工具 注:调用的java类Test从开发代码中获取的,不方便公布 运行效果
Read More
posted @ 2019-03-11 08:57 happy_xiaoxiao
Views(633)
Comments(0)
Diggs(0)
Python_tkinter(2)_常用控件
1.Label--标签(文字/位图)控件 运行效果 2.Entry--输入框 运行效果 常用方法: 3.Button--按钮控件 运行效果 4.Text--文本框 运行效果 5. Checkbutton 多选框 运行效果 6. Radiobutton 单选框 运行效果 7.Listbox 列表框 运
Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao
Views(1932)
Comments(0)
Diggs(0)
Python_tkinter(3)_grid布局
Grid(网格)布局管理器,是Tkinter里面最灵活的几何管理布局器。注意:不要试图在一个主窗口中混合使用pack和grid。 1.简单的布局 运行结果 说明: (1) label1没写column属性,默认从0开始 (2) padx 控件与外边框的水平距离;ipadx 控件内文字与控件边框的距离
Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao
Views(1172)
Comments(0)
Diggs(0)
Python_tkinter(4)_上传文件
1.上传单个文件 运行结果如下 选择文件后 2.上传多个文件 运行效果:
Read More
posted @ 2019-03-11 08:55 happy_xiaoxiao
Views(6658)
Comments(0)
Diggs(0)
2019年3月7日
Python_对Excel表进行操作
1.使用Python统计Excel表中的行数 执行结果: 2. 执行结果: excel表test.xlsx内容如下:
Read More
posted @ 2019-03-07 17:10 happy_xiaoxiao
Views(864)
Comments(0)
Diggs(0)
2019年3月6日
mysql-8.0.15-winx64 解压版安装
官网下载了一个 mysql-8.0.15-winx64.zip 版本,解压部署过程记录如下: 1、将zip包解压到D盘 2、配置环境变量 在Path中加入D:\Program Files\mysql-8.0.15-winx64\bin 3、新建文件my.ini 在mysql-8.0.15-winx6
Read More
posted @ 2019-03-06 07:54 happy_xiaoxiao
Views(1525)
Comments(0)
Diggs(0)
2019年3月1日
Python_环境部署及报错汇总(0)
一、安装Anaconda Anaconda是一个开源的包、环境管理器,可以用于在同一个机器上安装不同版本的软件包及其依赖,并能够在不同的环境之间切换。 Anaconda包括Conda、Python以及一大堆安装好的工具包,比如:numpy等 1、安装完成后启动 2、修改Anaconda镜像地址 3、
Read More
posted @ 2019-03-01 11:13 happy_xiaoxiao
Views(4492)
Comments(0)
Diggs(0)
python_打包成exe
1. 安装pyinstaller pip install pyinstaller 或通过国内镜像下载(较快): pip install pyinstaller -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 2 .py
Read More
posted @ 2019-03-01 11:01 happy_xiaoxiao
Views(377)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告