码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
画流程图软件
http://jgraph.github.io/mxgraph/javascript/examples/grapheditor/www/index.html ...
分类:其他好文   时间:2017-10-20 18:30:11    阅读次数:221
2017.10.20 模拟赛
题目链接 T1 考虑遇到一个首位为奇数的233或者或者223 会发生两者之间的相互转变 那么只需要考虑剩余的操作数的奇偶性即可 #include<cstring> #include<cstdio> #define N 1000010 int n,k; char ch[N]; int main() { ...
分类:其他好文   时间:2017-10-20 18:27:47    阅读次数:108
swaggerUI swagger-php 使用
Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。更好的实现前后端分离。 一 .Swagger UI 搭配node使用。 1.下载 Swagger UI 2. 安装express 并创建一个文件夹node-app.。初始化node。 3. 安 ...
分类:Web程序   时间:2017-10-20 16:49:43    阅读次数:561
关于webconsole报../website/console.go:35: undefined: ssh.InsecureIgnoreHostkey 错误解决方案
1.首先,进入webconsole目录删除/opt/webconsole/src/golang.org/x/目录下crypto文件夹2.然后,在/opt/webconsole/src/golang.org/x/在执行gitclonehttps://github.com/golang/crypto.git重新下载crypto文件3.再次,进入cd/opt/webconsole/src/apibox.club/apibox目录,执行GOP..
分类:Web程序   时间:2017-10-20 16:08:58    阅读次数:233
关于webconsole报../website/console.go:35: undefined: ssh.InsecureIgnoreHostkey 错误解决方案
1.首先,进入webconsole目录删除/opt/webconsole/src/golang.org/x/目录下 crypto文件夹 2.然后,在/opt/webconsole/src/golang.org/x/ 在执行 git clone https://github.com/golang/cr ...
分类:Web程序   时间:2017-10-20 15:01:06    阅读次数:196
tensorflow faster rann
github 上大神的代码 https://github.com/endernewton/tf-faster-rcnn.git 在自己跑的过程中的问题: 1. 数据集的问题: 作者实现了 voc,coco数据集接口。由于我要跑自己的数据,所以要重写数据接口。为了方便我将自己的数据格式改为voc的数据 ...
分类:其他好文   时间:2017-10-20 14:36:30    阅读次数:244
Redis在windows下安装过程
一、下载windows版本的Redis 去官网找了很久,发现原来在官网上可以下载的windows版本的,现在官网以及没有下载地址,只能在github上下载,官网只提供linux版本的下载 官网下载地址:http://redis.io/download github下载地址:https://githu ...
分类:Windows程序   时间:2017-10-20 13:40:02    阅读次数:302
使用git工具将项目上传到github
注册github账号 https://github.com/ 安装git工具: https://git-for-windows.github.io/ 上面的准备工作完成后,现在开始操作。 一、进入github首页,点击“New repository”按钮,新建一个仓库。 二、填写相关信息,点击“Cr ...
分类:Web程序   时间:2017-10-20 13:23:52    阅读次数:252
Windows安装Redis服务及php_redis扩展
windows下安装reids 微软提供的redis安装包,可直接前往根据需要下载: https://github.com/MicrosoftArchive/redis/releases ,解压即可使用 启动redis服务 一、 在redis目录下启动DOS命令,然后运行redis-server.e ...
分类:Windows程序   时间:2017-10-20 13:23:35    阅读次数:212
CentOS6.7源码编译安装vim8.0
参考网址:1、https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source 源码编译安装Python-2.7.14、Python-3.3.7https://www.python.org/ftp/python/2.7.1 ...
分类:系统相关   时间:2017-10-20 10:18:29    阅读次数:424
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!