码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
码云使用基本步骤
网上的一些文章别再坑人了,现在谁还会用cmd操作啊,想想都很蠢,我居然还跟着你们的步骤操作了一波,哎。 先在码云上注册一个账号,https://git.oschina.net/ 选择新建项目,什么都不用写,直接在项目名哪里胡说八道起个名,然后点击创建创建项目,就ok了 啥也不说,直接上图,图想表达语... ...
分类:其他好文   时间:2017-03-22 13:09:47    阅读次数:15000
添加daocloud加速器
1、注册daocloud官方帐号 2、yum install -y docker 安装docker 3、添加脚本 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://cd5cd4af.m.daocloud.i ...
分类:其他好文   时间:2017-03-22 13:07:44    阅读次数:254
iOS之ProtocolBuffer搭建
一、环境安装:pb编译器的安装 1、从https://github.com/google/protobuf/releases下载protocolBuffer对应版本编译器包,比如目前的对应的objc最新版本Protocol Buffers v3.2.0 2、解压包,假设解压后,打开终端,进入文件夹p ...
分类:移动开发   时间:2017-03-22 12:48:49    阅读次数:278
git call failed: [git clone Could not resolve host: git.openstack.org
git config --global http.proxy $http_proxy git config --global https.proxy $https_proxyref: http://stackoverflow.com/questions/20370294/could-not-reso ...
分类:其他好文   时间:2017-03-22 12:36:12    阅读次数:366
React Native之语法规范
好的代码规范能够提高代码的可读性便于协作沟通 1.React Native编码规范 https://github.com/JasonBoy/javascript/tree/master/react ...
分类:其他好文   时间:2017-03-22 01:01:15    阅读次数:164
leetcode-539-Minimum Time Difference
leetcode-539-Minimum Time Difference 539. Minimum Time Difference Add to List 539. Minimum Time Difference Add to List Add to List DescriptionSubmissi ...
分类:其他好文   时间:2017-03-22 00:36:18    阅读次数:206
4.1-函数的定义
1 函数 使用函数可以参照Python的官方说明文档 https://docs.python.org/3/index.html 常用的两个方法 abs和max, 分别表示取绝对值和最大值 常用的类型转换函数有 int() float() str() bool() 其中bool()的使用范例如下 2 ...
分类:其他好文   时间:2017-03-22 00:29:21    阅读次数:160
Redis之Python 使用 Redis
Python 使用 Redis 参考文档: http://redis.cn/clients.html#python https://github.com/andymccurdy/redis-py 安装Redis 简单的redis操作 字符串string操作 pipeline操作 管道(pipelin ...
分类:编程语言   时间:2017-03-22 00:09:22    阅读次数:241
官网地址备份
软件官网: eclipse官网: http://www.eclipse.org/ Linux镜像更新地址: http://www.linuxidc.com/Linux/2007-09/7399.htm scala官网: http://www.scala-lang.org/ W3C School :  ...
分类:其他好文   时间:2017-03-22 00:02:10    阅读次数:175
002.光流传感器(ADNS0380版)使用说明
先放广告,以下是光流传感器购买地址(全网最低价并且唯一提供代码支持的): https://item.taobao.com/item.htm?spm=a230r.1.14.63.j2eDn3&id=541014211123&ns=1&abbucket=12#detail 如果模块直接使用在APM飞控上... ...
分类:其他好文   时间:2017-03-22 00:00:31    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!