本文选取并翻译自:https://saywebsolutions.com/blog/git-github-error-fatal-couldnt-find-remote-ref-master 如果出现该错误提示,可能是因为使用了旧命令: git pull origin master master现在 ...
分类:
其他好文 时间:
2021-01-04 11:08:12
阅读次数:
0
clang比gcc编译效率更高,更多详情自行了解。 不废话,开始配置。 前提:安装好vscode(我还是想废话一下) 需要下载两个东西,链接已附,版本会随时间更新,这用的都是用当前的最新版 1-LLVM https://releases.llvm.org/download.html#11.0.0 2 ...
分类:
编程语言 时间:
2021-01-02 11:34:13
阅读次数:
0
clientset := K8sClient() var ( err error data []byte deployment =&v1.Deployment{} ) if data, err = ioutil.ReadFile("C:/Users/72088854/go/src/config"); ...
分类:
其他好文 时间:
2021-01-02 11:33:55
阅读次数:
0
Git error The file will have its original line endings in your working directory Git项目提交代码,即执行git add .命令后,报了这个错误有点懵。 参考博客1:https://www.cnblogs.com/dy ...
分类:
其他好文 时间:
2021-01-02 11:05:53
阅读次数:
0
一、Innodb事物原理 1.什么是事物 a.事务(Transaction)是数据库区别于文件系统的重要特性之一,事务会把数据库从一种一致性状态转换为另一种一致性状态。 b.在数据库提交时,可以确保要么所有修改都已保存,要么所有修改都不保存。 2.事务的特性:(ACID) a.原子性(Atomici ...
分类:
数据库 时间:
2021-01-01 13:01:08
阅读次数:
0
问题描述 C#下制作的网站,所有网页本地测试运行无误,发布至Azure之后,包含CHART(图表)的网页打开报错,错误消息为 Runtime Error: Server Error in '/' Application 调查方式 面对C#的黄页错误,最好的做法就是根据提示,关闭C#的自定义错误页面, ...
分类:
移动开发 时间:
2021-01-01 12:59:39
阅读次数:
0
[dcc32 Error] dxGrDate.pas(1402): E2250 There is no overloaded version of 'GetTextExtentPoint32' that can be called with these arguments GetTextExtent ...
分类:
其他好文 时间:
2021-01-01 12:57:20
阅读次数:
0
将hive/lib下面的jline-2.12.jar 复制到hadoop目录下 cp /usr/local/src/hive-1.2.2/jline-2.12.jar /usr/local/src/hadoop-2.6.1/share/hadoop/yarn/lib/ ...
分类:
其他好文 时间:
2021-01-01 12:54:42
阅读次数:
0
docker启动elasticsearch闪退dockerlogselasticsearch......ERROR:[1]bootstrapchecksfailed[1]:maxvirtualmemoryareasvm.max_map_count[65530]istoolow,increasetoatleast[262144]ERROR:Elasticsearchdidnotexitnormall
分类:
其他好文 时间:
2021-01-01 12:33:36
阅读次数:
0
作为内存数据库,为了防止redis占用过多的内存对其他的应用程序造成影响,可以在redis.conf文件中通过设置maxmemory选项对redis所能够使用的最大内存做限制,并通过maxmemory_policy内存淘汰策略对redis占用内存超过maxmemory之后的行为做限制。 一、设置 m ...
分类:
其他好文 时间:
2021-01-01 12:07:52
阅读次数:
0