grep (Global search Regular Expression(RE) and Print out the line, 全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 ...
分类:
系统相关 时间:
2020-06-23 13:18:34
阅读次数:
62
中标麒麟7系统部署文档 准备软件: 软件名称:VMware® Workstation 12 Pro软件版本: 12.0.0 build-2985596 准备操作系统: NeoKylin-Server-7.0-Hygon-Release-Build06.01-lic-20191013.iso 开始部署 ...
分类:
其他好文 时间:
2020-06-23 13:01:45
阅读次数:
128
包名需要改到位 1.AndroidManifest中有三处需要修改 2.build.gradle 中的defaulConfig中需要修改 生成jks秘钥 1.点击菜单栏build >>Generate Signed Bundle or APK >APK >create new->>创建对应的jks文 ...
分类:
移动开发 时间:
2020-06-23 12:59:46
阅读次数:
78
19年以前大部分都是需要VS Studio才能运行,对于nuget和vs的sln不太熟悉的,几乎要放弃,在看the_ultimate_guide_to_getting_started_with这篇文章后,经过尝试一直卡在GetMGBCTask上(大概网络问题),在后来结合这篇终于搞定了。 前置条件: ...
分类:
系统相关 时间:
2020-06-22 23:27:04
阅读次数:
104
gclient config https://chromium.googlesource.com/v8/v8 chromium 代理完美解决办法 #git的代理设置 git config --global http.proxy http://127.0.0.1:1081 git config --g ...
分类:
其他好文 时间:
2020-06-22 21:11:11
阅读次数:
98
git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset http.proxy git ...
分类:
其他好文 时间:
2020-06-22 20:53:36
阅读次数:
113
tar glibc-2.31.tar.gz cd glibc-2.31 mkdir build cd build ../configure --prefix=/usr/local/glibc-2.31 --with-headers=/usr/include make -j4 make install ...
分类:
系统相关 时间:
2020-06-22 15:08:42
阅读次数:
214
一、错误提示 二、原因 要克隆的文件太大 三、解决方法 1、第一种方法:少clone一些,每个文件只取最近一次提交,不是整个历史版本 git clone https://github.com/xx/xx.git --depth 1 2、第二种方法:加大缓存区 git config --global ...
分类:
Web程序 时间:
2020-06-22 13:26:39
阅读次数:
134
问题出现在pyhon 3.8.3安装模块的场景下pip install XXX,出现以下错误: error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://vis ...
分类:
编程语言 时间:
2020-06-22 13:19:48
阅读次数:
69