码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
BetterScroll 在移动端滚动场景的应用
BetterScroll 是一款重点解决移动端各种滚动场景需求的开源插件( GitHub地址 ),适用于滚动列表、选择器、轮播图、索引列表、开屏引导等应用场景。 为了满足这些场景,它不仅支持惯性滚动、边界回弹、滚动条淡入淡出等效果的灵活配置,让滚动更加流畅,同时还提供了很多 API 方法和事件,以便 ...
分类:移动开发   时间:2017-11-06 13:49:33    阅读次数:180
《团队-爬取豆瓣电影TOP250-设计文档》
概要设计思路(https://github.com/Wooden-Robot/scrapy-tutorial): 声明item:Items(爬取的主要目标就是从非结构性的数据源提取结构性数据,例如网页。 Scrapy spider可以以python的dict来返回提取的数据.虽然dict很方便,并且 ...
分类:其他好文   时间:2017-11-06 12:39:29    阅读次数:193
sbt的安装测试
1.下载 wget https://github.com/sbt/sbt/releases/download/v0.13.15/sbt-0.13.15.tgz 2.安装 tar -zxvf sbt-0.13.15.tgz -C /root/scala/sbt 3.在/root/scala/sbt目录 ...
分类:其他好文   时间:2017-11-06 12:11:12    阅读次数:2532
Spring资源
资源 官网:http://spring.io 文档:https://docs.spring.io/spring/docs/current/spring-framework-reference/、https://github.com/waylau/spring-framework-4-referenc ...
分类:编程语言   时间:2017-11-06 11:32:38    阅读次数:245
windows下怎么生成github的ssh公钥
windows下如何生成github的ssh公钥: 1. 安装git,打开Git Bash 2. 键入命令:ssh-keygen -t rsa -C "email@email.com" "email@email.com"是github账号 3. 提醒你输入key的名称,输入如id_rsa 4. 在C ...
分类:Windows程序   时间:2017-11-06 11:31:49    阅读次数:331
CentOS 7 安装Docker CE
本节内容: 背景 Moby项目 安装Docker CE 卸载Docker CE 一、背景 在搭建Registry的过程中,发现使用Docker 1.12版本,在push镜像到Registry时会报错误,几经查询解决之道无果后,去github的docker项目上提问,得到的回答是"Also note ...
分类:其他好文   时间:2017-11-06 11:25:06    阅读次数:840
CentOS7 php 安装 amqp扩展
继续安装完 rabbitmq后,安装phpqmqp扩展 http://www.cnblogs.com/8000cabbage/p/7788575.html 参考:carson 1.安装rabbitmq-c https://github.com/alanxz/rabbitmq-c/releases 安 ...
分类:Web程序   时间:2017-11-06 11:22:42    阅读次数:296
terraform之不可变基础设施工具学习路线
Terraformisatoolforbuilding,changing,andcombininginfrastructuresafelyandefficiently.Terraformhttps://github.com/hashicorp/terraformhttps://www.terraform.iohttps://www.terraform.io/docs/index.htmlhttps://www.terraform.io/intro/index.htmlhttps://github.com/al..
分类:其他好文   时间:2017-11-06 11:16:25    阅读次数:186
使用 MPI for Python 并行化遗传算法
前言 本文中作者使用MPI的Python接口mpi4py来将自己的遗传算法框架GAFT进行多进程并行加速。并对加速效果进行了简单测试。 项目链接: GitHub: https://github.com/PytLab/gaft PyPI: https://pypi.python.org/pypi/ga ...
分类:编程语言   时间:2017-11-06 11:11:06    阅读次数:340
Faster R-CNN
参考:https://github.com/rbgirshick/py-faster-rcnn 进入路径,编译出现错误: 由于faster cudnn版本低,所以重新拷贝,继续make -j8即可编译成功。 运行demo时出现: 安装模块easydict 出现: 安装模块cv2 编译成功。 ...
分类:其他好文   时间:2017-11-06 11:06:09    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!