1、File--Setting--bulid--compiler 作用:每次修改类文件的时候会自动编译;若不勾选,则需每次手动编译。 2、Shift+Ctrl+Alt+/,选择Registry 勾上compiler.automake.allow.when.app.running 这个东西的作用:允许 ...
分类:
其他好文 时间:
2021-04-28 12:02:11
阅读次数:
0
Selenium的安装 安装Python3(默认安装pip并添加环境变量)。 pip install selenium。 安装最新版本的Chrome。 下载最新版本的chromedriver.exe,放到Python安装目录的Scripts文件夹下。chrome启动下载地址:http://npm.t ...
分类:
编程语言 时间:
2021-04-28 11:54:33
阅读次数:
0
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:
其他好文 时间:
2021-04-28 11:44:14
阅读次数:
0
通过命令行窗口或 Anaconda Prompt 窗口 1、安装 Jupyter 主题 pip install jupyterthemes 2、更新 Jupyter 主题 (可选) pip install --upgrade jupyterthemes 3、查看可用的 Jupyter 主题 jt - ...
分类:
其他好文 时间:
2021-04-27 15:23:51
阅读次数:
0
工具 kali linux下的arpspoof,VMware以及USB式的无线网卡 遇见问题 1、kali2020未装arpsproof。 首先执行sudo apt-get update,然后apt-get install arpsproof 2、无法ping到受害主机 3、注意使用管理员权限进行操 ...
分类:
其他好文 时间:
2021-04-27 15:23:07
阅读次数:
0
首先我们要先去GitHub下载源码,或者直接使用 git clone https://github.com/CoreSecurity/impacket.git 然后解压缩,进入impacket cd impacket/ 然后运行 python setup.py install 工具都在这个目录里im ...
分类:
其他好文 时间:
2021-04-27 15:22:31
阅读次数:
0
2021年4月24日17:29:22 环境: php8.0.3 centos 8.3 ./configure \ --prefix=/usr/local/php8 \ --with-config-file-path=/usr/local/php8/etc \ --with-curl \ --with ...
分类:
Web程序 时间:
2021-04-27 15:21:59
阅读次数:
0
起因 CentOS7自带Git1.8版本,版本太低。 更新步骤 1 卸载旧版本Git yum remove git 2 下载依赖(环境配置) yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel as ...
分类:
其他好文 时间:
2021-04-27 15:16:15
阅读次数:
0
对于 CentOS 8,使用以下命令替换默认的配置 sudo sed -e 's|^mirrorlist=|#mirrorlist=|g' \ -e 's|^#baseurl=http://mirror.centos.org/$contentdir|baseurl=https://mirrors.u ...
分类:
其他好文 时间:
2021-04-27 15:10:23
阅读次数:
0
cookie_js npm install cookie_js --save 储存 cookie.set('key', 'value'); cookie.set(key1: 'value1'; key2: 'value2'); 获取 cookie.get('key'); cookie.get('ke ...
分类:
Web程序 时间:
2021-04-27 15:08:52
阅读次数:
0