1.安装前准备: (mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 二进制安装包 + centos7.4系统,有yum环境,可以在www.mysql.com官网下载) 2.开始安装 shell> yum install libaio shell> groupad ...
分类:
数据库 时间:
2021-02-05 10:34:24
阅读次数:
0
没啥好说的。直接上步骤吧。Mac上没有自带rename命令,所以得先安装rename命令 1、brew install rename 2、批量修改文件名,语法格式: rename 's/stringx/stringy/' files 把 *.txt 文件中的 `你有啥` 全部改成 `我有啥` dem ...
分类:
系统相关 时间:
2021-02-05 10:29:22
阅读次数:
0
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools. Error:Gradle: A problem occur ...
分类:
移动开发 时间:
2021-02-03 11:01:45
阅读次数:
0
// 读取文件base64 编码方式 var readerRes = fs.readFileSync(rp + 'ext_blocks\\userLib\\' + sessionStorage.checkLib + ".zip", "Base64") function base64toBlob(ba ...
分类:
Web程序 时间:
2021-02-03 10:40:28
阅读次数:
0
Visual Studio 2019 典型项目 https://github.com/fmtlib/fmt 默认会在C盘 C:\Program Files (x86) cmake 我没用管理员权限 所以安装会失败 configure 后 一些目录成了固定的想修改 CMAKE_INSTALL_PREF ...
分类:
其他好文 时间:
2021-02-02 10:52:59
阅读次数:
0
为什么要用JKI SMO? 1、习惯了使用JKI State Machine; 2、JKI State Machine 是单进程的,无法处理多任务并发系统; 3、对OOP知之甚少,绕过OOP设计的复杂性。 安装工具包 Demo演示: 需求:采集电压并显示,超过3.5V时,报警提示。 分析:需要2个S ...
分类:
其他好文 时间:
2021-02-02 10:52:05
阅读次数:
0
#1、maven换源 apache-maven-3.5.2\conf 目录中的 settings.xml 文件、 修改maven 本地仓库地址 D:\Program Files创建文件夹MavenRepository ; 找到settings.xml 文件中 打开注释修改如下: D:\Program ...
分类:
其他好文 时间:
2021-02-01 12:50:48
阅读次数:
0
1. TypeError: this.CliEngine is not a constructor 点击 details,找到报错文件位置,如: D:\Program Files\JetBrains\IntelliJ IDEA 2017.3.7\plugins\JavaScriptLanguage\ ...
分类:
其他好文 时间:
2021-02-01 11:57:58
阅读次数:
0
code macname@MacdeMacBook-Pro zipfiles % cat test.sh #!/bin/bash ZIP_FILES=$(ls *.zip) for zip_file in $ZIP_FILES; do unzip $zip_file done macname@Mac ...
分类:
系统相关 时间:
2021-02-01 11:49:14
阅读次数:
0
使用场景: 自己的32位exe需要占用1.6G内存的使用,在Win7 64位环境中,由于系统内存限制,无法申请到这些内存,发生崩溃! // 我自己使用的代码模板: //第一步,进入目录 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enter ...
分类:
其他好文 时间:
2021-01-29 12:22:24
阅读次数:
0