Question For an undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all poss ...
分类:
其他好文 时间:
2019-09-14 00:13:58
阅读次数:
103
为什么要使用请求缓存这种策略,官方给出的答案是: Different code paths can execute Hystrix Commands without concern of duplicate work. 白话文大概就是:不同的调用方,可以不必去处理一些重复的操作 这种模式在一个大型系 ...
分类:
其他好文 时间:
2019-09-11 23:42:17
阅读次数:
91
``` We're sorry but vue-app doesn't work properly without JavaScript enabled. Please enable it to continue. ``` ...
分类:
其他好文 时间:
2019-09-11 13:35:05
阅读次数:
209
匆忙记录 Proxmox includes qm importdisk as command. Extract your ova: Create a new VM without harddisks. Import Your harddisks like this: (targetvmid is t ...
分类:
其他好文 时间:
2019-09-06 23:14:48
阅读次数:
416
一、Innodb体系架构 1.1、后台线程 后台任务主要负责刷新内存中的数据,保证缓冲池的数据是最近的数据,此外还将修改的数据刷新到文件磁盘,保证在数据库发生异常的情况下Innodb能恢复到正常的运行状态。 1、Master Thread主要负责缓冲池的数据异步刷新到磁盘,保证数据的一致性,包括脏页 ...
分类:
数据库 时间:
2019-09-04 21:34:30
阅读次数:
140
mysql中文乱码解决 mysql修改my.cnf后启动报错Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid). 这里简单明了地说下 ...
分类:
数据库 时间:
2019-09-04 16:20:18
阅读次数:
364
Get the current free disk space in PostgreSQL PostgreSQL获取磁盘空间 Here has a simple way to get free disk space without any extended language, just define ...
分类:
数据库 时间:
2019-09-02 00:12:49
阅读次数:
155
Error fetching command 'collectstatic': You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.Command 'coll ...
分类:
其他好文 时间:
2019-09-01 12:24:09
阅读次数:
143
在测试代码时发现,自己的matlab无法执行Freeman链码函数: boundaries和fchcode函数都无法正常运行: 需要在自己的工作目录中添加如下函数: boundaries fchcode minmag codediff 代码如下: function B=boundaries(BW,c ...
分类:
其他好文 时间:
2019-08-31 21:28:12
阅读次数:
155
Error:The module ‘libcocos2dx‘ is an Android project without build variants, and cannot be built. Please fix the module’s configuration in the build.gradle file and sync the project again.
分类:
移动开发 时间:
2019-08-30 17:28:46
阅读次数:
310