码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
curl arm移植
curl curl is a command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SF...
分类:Web程序   时间:2015-04-26 08:05:42    阅读次数:194
Swift使用SDWebImage处理远程图片资源
第一步:配置SDWebImage打开github,https://github.com/rs/SDWebImage,将SDWebImage下载到本地用Xcode创建一个swift的singleView项目,将SDWebImage拖动到项目中,如图:点开项目属性的General,在Embedded B...
分类:编程语言   时间:2015-04-26 06:59:12    阅读次数:1063
nginx配置ssl成为简单的HTTPS服务器
在任意路径下(例如/opt/nginx/crt/)执行以下命令,生成证书和key:opensslgenrsa-des3-outopenssl.key1024opensslreq-new-x509-keyopenssl.key-outopenssl.crt-days3650opensslrsa-inopenssl.key-outopenssl_nopass.key生成的证书:openssl.crt证书的key:openssl_nopass.key编..
分类:Web程序   时间:2015-04-26 01:31:18    阅读次数:213
使用TypeScript开发一个在线记事本,支持离线存储
先贴上源码传送门:https://github.com/flowforever/yaryin.note记事本网址: http://yindoc.com , 井号后面写你喜欢的文件名即可。最近在研究NativeScript,NativeScript使用TypeScript,于是就顺便研究了ts。不得不...
分类:其他好文   时间:2015-04-26 01:16:26    阅读次数:237
SASS相关
1.安装ruby http://rubyinstaller.org/downloads/ 2.安装SASS gem sources --remove https://rubygems.org/ gem sources -a https://ruby.taobao.org/ gem sources -...
分类:其他好文   时间:2015-04-26 01:15:38    阅读次数:127
Android 网络通信框架Volley简介(Google IO 2013)
Volley主页https://android.googlesource.com/platform/frameworks/volleyhttp://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,...
分类:移动开发   时间:2015-04-26 01:14:00    阅读次数:157
lua快速入门
1、在macbook上安装lua 打开终端,输入: curl -s "https://raw.githubusercontent.com/rudix-mac/rpm/2014.10/rudix.py" | sudo python - install rudix sudo rudix install lua 2、快速浏览基础知识 http://www...
分类:其他好文   时间:2015-04-26 00:05:22    阅读次数:118
Jenkins生成图表插件
下载地址 https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin 用途 可根据CSV,XML 文件生成对应的图标 配置 效果如下 也可以选择子项进行配置 效果如下 除了线图,还有其他类型的图标...
分类:其他好文   时间:2015-04-26 00:02:55    阅读次数:1127
Probabilistic Programming and Bayesian Methods for Hackers读书笔记
本文为《Probabilistic Programming and Bayesian Methods for Hackers》读书笔记,网页链接为https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers 由于csdn无法编辑公式,以及上传图片麻烦,所以直接上传w...
分类:其他好文   时间:2015-04-25 22:49:28    阅读次数:363
软件工程课程作业分享
我应经将代码分享至GitHub上了,连接地址:https://github.com/Tsir/ClassTest使用GitHub的心得体会:初次使用:git中重要的概念:工作目录(working directory):在工作目录中修改文件,修改后的文件状态是modified,新添加的文件是untra...
分类:其他好文   时间:2015-04-25 22:32:18    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!