Inception V1: https://medium.com/coinmonks/paper review of googlenet inception v1 winner of ilsvlc 2014 image classification c2b3565a64e7 整体: https:// ...
分类:
其他好文 时间:
2019-12-25 23:35:15
阅读次数:
100
在 IIS 环境搭建好 CI 框架后,默认的URL如下,其中的“index.php”甚是影响美观。 去掉的方法也较为简单。首先参照 CI 说明( https://codeigniter.org.cn/user_guide/general/urls.html#url-index-php ),移除链接中 ...
分类:
Web程序 时间:
2019-12-25 01:02:09
阅读次数:
125
操作 看显卡 驱动下载 https://www.nvidia.com/Download/index.aspx?lang=en us http://www.nvidia.cn/Download/driverResults.aspx/156091/cn 删除原有驱动 禁用nouveau驱动 看是否成功禁 ...
分类:
系统相关 时间:
2019-12-24 19:05:57
阅读次数:
344
https://www.codebyamir.com/blog/java-developers-guide-to-ssl-certificates Overview When developing web applications, we often need to integrate with o ...
分类:
编程语言 时间:
2019-12-24 13:59:37
阅读次数:
103
kubeadm部署K8S集群 安装前的准备 集群机器 注意: 1. 本文档中的 etcd 、master 节点、worker 节点均使用这三台机器; 2. 需要使用 root 账号 执行这些命令; 3. 未做特殊说明,就表示集群的所有机器都要进行操作 查看CentOS版本 设置主机名&修改hosts ...
分类:
其他好文 时间:
2019-12-23 22:49:55
阅读次数:
192
官方文档地址 Filebeat: https://www.elastic.co/cn/products/beats/filebeat https://www.elastic.co/guide/en/beats/filebeat/7.1/index.html Logstash: https://www ...
分类:
其他好文 时间:
2019-12-22 20:25:17
阅读次数:
129
原文地址: "ASP.NET Core Web API Best Practices Guide" "转自" 介绍 " " 当我们编写一个项目的时候,我们的主要目标是使它能如期运行,并尽可能地满足所有用户需求。 但是,你难道不认为创建一个能正常工作的项目还不够吗?同时这个项目不应该也是可维护和可读的 ...
自定义指令 除了内置指令外,Vue也允许注册自定义指令。有的情况下,你仍然需要对普通的DOM元素进行底层操作,这时候使用自定义指令更方便。 官方文档:https://cn.vuejs.org/v2/guide/custom-directive.html 全局指令 案例:将字母转为大写,颜色为红色 < ...
分类:
其他好文 时间:
2019-12-21 20:42:51
阅读次数:
102
原文链接 https://medium.com/free-code-camp/distributed-systems-when-you-should-build-them-and-how-to-scale-a-step-by-step-guide-37e76a177218 分布式系统:何时构建它们以 ...
分类:
其他好文 时间:
2019-12-21 11:59:40
阅读次数:
83
看到了一篇很好的博客,大纲如下: 链接如下: https://www.ieclipse.cn/2016/05/14/other/tech-gerrit-guide/index.html 另外一篇: 代码检视工具gerrit的日常使用 https://www.jianshu.com/p/b77fd16 ...
分类:
其他好文 时间:
2019-12-21 11:50:00
阅读次数:
74