1.安装本地证书,并信任证书 2.安装iOS证书 3.安装手机上的证书 4.将手机上代理设置成Charles所在的IP地址 10.57.242.186,端口号为8888,在手机浏览器上输入网址chls.pro/ssl,下载安装文件并信任证书。信任证书:通用 -> 关于本机 -> 证书信任设置->信任 ...
分类:
Web程序 时间:
2020-05-20 14:18:54
阅读次数:
86
1.修改项目编码格式: 鼠标移到项目名,右键 Properties Resource Text file enCoding 更改编码(UTF 8等) Apply OK 退出 2.修改整个Eclipse工作空间的编码 Window Preferences General Workspace text ...
分类:
系统相关 时间:
2020-05-19 18:41:15
阅读次数:
83
GUN:GUN is Not UnixGPL:General Public License.通用公共许可证,版权 Copyright,Copyleft 开源协议LGPL:lesserGPLv2GPLv3 Shell: GUI:Graphic User Interface windows X-Wind ...
分类:
系统相关 时间:
2020-05-19 00:38:28
阅读次数:
91
使用eclipse或idea的时候会遇到各式各样的小问题,解决方案其实网上也大都搜得到,但是下次遇到的时候总是想不起来如何解决,还要花费时间再次查资料。所以以后把遇到的问题都记录一下。 @ "TOC" Eclipse 1.乱码 解决方法 【Window】 【Preferences】 【General ...
分类:
系统相关 时间:
2020-05-18 22:51:29
阅读次数:
111
面板路径:window preferences general workspace 工作空间保存间隔,改为1分钟 编码我们一般设为UTF 8 选择build子选项,将第一项勾选 ...
分类:
系统相关 时间:
2020-05-17 19:24:48
阅读次数:
102
网络爬虫 一.基本概念 一种按照一定的规则,自动地抓取万维网信息的程序或者脚本。 1.1 网络爬虫分类 网络爬虫按照系统结构和实现技术,大致可以分为以下几种类型:通用网络爬虫(General Purpose Web Crawler)、聚焦网络爬虫(Focused Web Crawler)、增量式网络 ...
分类:
编程语言 时间:
2020-05-17 19:09:00
阅读次数:
100
编译参考:https://github.com/ovn-org/ovn/blob/master/Documentation/intro/install/general.rst git clone http://github.com/openvswitch/ovs.git yum -y install ...
分类:
其他好文 时间:
2020-05-16 16:33:36
阅读次数:
68
目标:配置jenkins,使其可以自动拉取gitee上的代码,并运行 1. 全局配置 jenkins首页 -> 系统管理 -> 全局工具配置 找到git项,填写git可执行文件的本地路径 2. 具体任务配置 任务配置中,General中勾选GitHub项目,项目URL中填写git仓库地址 源码管理中 ...
分类:
其他好文 时间:
2020-05-15 15:59:12
阅读次数:
414
创建数据库 CREATE DATABASE IF NOT EXISTS mini_shopdefault charset utf8 COLLATE utf8_general_ci; 创建用户 create user 'xlsf'@'%' identified by 'xlsf'; 修改用户 upda ...
分类:
数据库 时间:
2020-05-14 15:01:49
阅读次数:
315
题目 A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic num ...
分类:
其他好文 时间:
2020-05-13 23:42:26
阅读次数:
103