会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李庆喜
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
52
下一页
2016年1月16日
在Windows下编译PyCaffe
摘要: 在Windows下编译PyCaffe之前,除了需要安装Python2.7以外还需要安装其他插件,否则会遇到类似于如下的错误: can not find module skimage.io 此时需要安装scikit-image插件。所有需要安装的组件如下:P...
阅读全文
posted @ 2016-01-16 21:50 李庆喜
阅读(434)
评论(0)
推荐(0)
2016年1月15日
caffe的Matlab接口的使用方法
摘要: 编译MatCaffe使用如下命令编译MatCaffemake all matcaffe之后,你可以用以下命令测试MatCaffe:make mattest如果你在运行上面命令时,遇到如下错误:libstdc++.so.6 version ‘GLIBCXX_3...
阅读全文
posted @ 2016-01-15 21:07 李庆喜
阅读(698)
评论(0)
推荐(0)
NewRelic性能监控之APM
摘要: NewRelic性能监控之APM官方文档:https://docs.newrelic.com/docs/agents/java-agent/instrumentation/record-deployments-java-agenttomcat,jetty,jbosshttps://docs.n...
阅读全文
posted @ 2016-01-15 10:34 李庆喜
阅读(894)
评论(0)
推荐(0)
2016年1月14日
MariaDB-10.x二进制包安装
摘要: MariaDB-10.x二进制包安装官方网站:https://mariadb.com/https://downloads.mariadb.orghttps://downloads.mariadb.com/MariaDB/http://mirrors.ctyun.cn/MariaDB/环境:Ce...
阅读全文
posted @ 2016-01-14 21:31 李庆喜
阅读(355)
评论(0)
推荐(0)
mongoDB-3.x Balancer Management
摘要: mongoDB-3.x Balancer Managementhttps://docs.mongodb.org/manual/tutorial/configure-sharded-cluster-balancer/https://docs.mongodb.org/manual/tutorial...
阅读全文
posted @ 2016-01-14 08:54 李庆喜
阅读(161)
评论(0)
推荐(0)
2016年1月13日
mongoDB-3.x集群管理
摘要: mongoDB-3.x集群管理一.查看集群配置https://docs.mongodb.org/manual/tutorial/view-sharded-cluster-configuration/1.列出己分片集群use configdb.databases.find( { "partiti...
阅读全文
posted @ 2016-01-13 09:03 李庆喜
阅读(240)
评论(0)
推荐(0)
2016年1月11日
Solutions to caffe-layer creation failure
摘要: 在Windows下对Caffe源代码进行重新编译之后,新建x64工程,来构建深度神经网络,主要代码:初始化一个网络char *proto = "data\\test.prototxt";Caffe::set_mode(Caffe::CPU);// Caffe...
阅读全文
posted @ 2016-01-11 22:06 李庆喜
阅读(200)
评论(0)
推荐(0)
mongoDB-3.x Sharding with Replica
摘要: mongoDB-3.x Sharding withReplica官方文档:https://docs.mongodb.org/manual/core/sharding-introduction/horizontal scaling(CPU,RAM,I/O)角色:Sharded cluster h...
阅读全文
posted @ 2016-01-11 15:37 李庆喜
阅读(290)
评论(0)
推荐(0)
2016年1月10日
Arch linux PXE安装
摘要: Arch linuxPXE安装官方文档:https://wiki.archlinux.org/index.php/PXEhttps://wiki.archlinux.org/index.php/Archisohttps://wiki.archlinux.org/index.php/Syslin...
阅读全文
posted @ 2016-01-10 15:40 李庆喜
阅读(1704)
评论(0)
推荐(0)
2016年1月9日
Arch linux配置指南
摘要: Archlinux配置指南一.配置网络https://wiki.archlinux.org/index.php/Network_configuration命令行# ip link set eth0 up# ip addr add 192.168.1.2/24 broadcast 192.168...
阅读全文
posted @ 2016-01-09 19:33 李庆喜
阅读(636)
评论(0)
推荐(1)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
52
下一页