空间活动信息是默认禁用(disabled by default)的。活动(Activity)的标没有显示,如果你的 Confluence Usage Stats 插件没有启用的。请查看下面的说明: 如果启用的话,空间活动界面显示了每一个空间的活动状态,这些状态包括有: 在给定的时间内有多少页面和博客 ...
分类:
其他好文 时间:
2018-07-07 10:40:12
阅读次数:
114
開發遊戲時,一定被時時提醒要減少 Draw Call,當然UNITY也不例外,打開Game Window裡的 Stats,可以看到 Draw Call 與 Batched 的數字。但到底甚麼是 Draw Call?影響的效能是來自 CPU?還是 GPU?讓 UnityIN 一次告訴你。 首先,讓我們 ...
分类:
编程语言 时间:
2018-07-03 20:02:57
阅读次数:
132
1.打开 webpack.dev.config.js 2.//设置跨域代理 devServer: { historyApiFallback: true, hot: true, inline: true, stats: { colors: true }, proxy: { //匹配代理的url '/a ...
分类:
其他好文 时间:
2018-06-29 16:27:46
阅读次数:
938
http://rduin.nl/presentations/ROC%20Tutorial%20Peter%20Flach/ROCtutorialPartI.pdf https://stats.stackexchange.com/questions/7207/roc-vs-precision-and- ...
分类:
其他好文 时间:
2018-06-28 19:24:51
阅读次数:
157
有时候建立索引的时候不走索引,排除了字段数据问题和sql写法问题之外,应该是统计信息有问题,得重新收集。一:解锁统计信息为了稳定执行计划,一般统计信息都会被锁住的,在更新统计信息的时候得先解锁。①按用户schema解锁:EXECDBMS_STATS.UNLOCK_schema_STATS(‘user_name‘);②按表模式解锁:先查出被锁定的表selecttable_namefromuser_t
分类:
数据库 时间:
2018-06-25 17:50:05
阅读次数:
276
代码讲解的地址:http://alanse7en.github.io/caffedai-ma-jie-xi-4/ 重要的一个回答:https://stats.stackexchange.com/questions/29130/difference-between-neural-net-weight- ...
分类:
其他好文 时间:
2018-06-09 22:12:30
阅读次数:
189
0.参考 https://github.com/DormyMo/SpiderKeeper 1.Job Dashboard 页面添加 Stats 链接 python3.6/site-packages/SpiderKeeper/app/templates/job_dashboard.html 搜索 /l ...
分类:
其他好文 时间:
2018-06-09 19:50:08
阅读次数:
385
查看logstash的打开文件数和描述root@Product4:/application/logstash-6.2.4/bin# curl -XGET ‘localhost:9600/_node/stats/process?pretty‘{? "host" : "Product4",? "version&quo
分类:
系统相关 时间:
2018-06-07 14:28:27
阅读次数:
174
Conainter相关: docker ps -a (查看启动的container) docker stats (查看活动的container CPU/MEM使用情况) docker start <container> 启动一个container docker stop <container> 停止 ...
分类:
其他好文 时间:
2018-05-26 11:52:42
阅读次数:
133
https://www.cnblogs.com/tianciliangen/p/7985881.html 方法一:在defaults段增加如下配置: stats refresh 30s #统计页面自动刷新时间stats uri /stats #统计页面urlstats realm baison-te ...
分类:
其他好文 时间:
2018-05-15 15:00:38
阅读次数:
191