第一步,下载并准备安装exa软件 1.安装依赖 exa软件由rust编写,所以首先必须安装rust 在合适的位置下载软件 wget https://static.rust-lang.org/rustup.sh 运行 sudo sh rustup.sh 2.下载软件 来到exa官方网站:https:/ ...
分类:
系统相关 时间:
2021-05-24 12:38:39
阅读次数:
0
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:
数据库 时间:
2021-05-24 10:29:11
阅读次数:
0
== MalformedByteSequenceException: 1字节的 UTF-8 序列的字节 1 无效 记住,每次修改了配置之后都 clean 一下,把 target 删除 == 去掉 pom.xml 中的 properties <properties> <maven.compiler.s ...
分类:
数据库 时间:
2021-05-24 10:16:57
阅读次数:
0
cmd打开方式 方式 操作 一 win+r,输入cmd,回车 二 开始-Windows 系统-命令提示符 三 文件资源管理器-地址栏输入cmd+空格-回车 四 随便一个文件-按住shift-右击菜单-在此处打开Powershell窗口 简单来说Powershell就是CMD的强化版 文件和文件夹操作 ...
键盘按键事件。 1.KeyDown。刚刚按下去的事件。 2. KeyUp :释放 键盘时的事件。 ...
先用ifconfig br_name down 停掉网桥 再用brctl delbr br_name 删除网桥 为了方便,我编写了shell脚本来删除网桥 #!/bin/bash #本脚本删除的是br-开头的网桥 BRIDGE_LIST=$(sudo brctl show | cut -f 1 | ...
分类:
其他好文 时间:
2021-05-24 06:19:17
阅读次数:
0
##C程序设计实验报告 **实验项目:**5.3.1习1 5.3.1习2 5.3.2习1 5.3.2习2 5.3.3 5.3.4 5.3.5习1 5.3.5习2 5.3.5习3 九九乘法表 **姓名:**谢梅芳 **实验地点:**1教524 **实验时间:**2021.5.6 一、实验目的与要求 ( ...
分类:
其他好文 时间:
2021-05-24 05:39:37
阅读次数:
0
模拟点击事件 function triggerclick(ele){ if(ele instanceof $){ ele = ele[0] } var clickEvent = document.createEvent("MouseEvents"); clickEvent.initEvent("cl ...
分类:
其他好文 时间:
2021-05-24 05:33:57
阅读次数:
0
一个登录窗体,FormBorderStyle属性设置为None,打开后不能挪动位置,有时候会妨碍使用,有点恶心。网上找了段内容,实现拖动效果: #region 无边框拖动效果,Form被PictureBox覆盖,Form事件不会被触发 [System.Runtime.InteropServices. ...
1. download allure from git 2. config path (refer to: https://www.cnblogs.com/ycyzharry/p/10887922.html,https://www.jianshu.com/p/acb1f062a925) 3. val ...
分类:
其他好文 时间:
2021-05-24 04:32:33
阅读次数:
0