码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Service Lane
Link https://www.hackerrank.com/challenges/service-lanedef main(): n, t = map(int, raw_input().split()) arr = raw_input().split() # 这句自动将输入的数据切...
分类:其他好文   时间:2015-05-09 10:02:18    阅读次数:132
intel集成显卡linux驱动安装
https://01.org/linuxgraphics/documentation/build-guide-0https://01.org/linuxgraphics/community/mesahttps://01.org/linuxgraphics/downloads?keys=&downlo...
分类:系统相关   时间:2015-05-09 08:47:49    阅读次数:174
红黑树设计思想之我见
具体算法可见[红黑树 - 维基百科,自由的百科全书](http://zh.wikipedia.org/zh/%E7%BA%A2%E9%BB%91%E6%A0%91)最总完成代码见[algorithm/RBTree.h at master · liu946/algorithm](https://git...
分类:其他好文   时间:2015-05-09 08:47:28    阅读次数:101
开源-boostrap单页Web
基于boostrap,在部分实例基础之上堆砌山石,大刀阔斧,自成一体,同时解决浏览器兼容问题(目前IE6仍不支持),项目托管于Git@OSC,地址:https://git.oschina.net/twenty/singlewebpage, 如下为展示图...
分类:Web程序   时间:2015-05-09 00:00:22    阅读次数:297
【Amazon EC2 Python API系列】boto的介绍和安装
boto是Python的AWS开发工具包。 本文中所有环境都是在Linux操作系统下。 安装: git clone https://github.com/awslabs/aws-python-sample.git pip install boto 如果没有安装pip,参考这里的安装步骤:http://pip.readthedocs.org/en/latest/installing.h...
分类:编程语言   时间:2015-05-08 23:58:36    阅读次数:838
[译] Swift 的响应式编程
原文https://github.com/bboyfeiyu/iOS-tech-frontier/blob/master/issue-3/Swift的响应式编程.md原文链接 :Reactive Swift原文作者 :Agnes Vasarhelyi译文出自 : 开发技术前线 www.devtf.c...
分类:编程语言   时间:2015-05-08 23:50:19    阅读次数:267
mariadb安装
一·下载安装所需要的的软件mariadb安装包,请在mariadb官网下载https://www.mariadb.comcmake安装包,http://www.cmake.org二·安装首先安装cmaketar-xvfcmake-3.2.1.tar.gz./bootstrapmake&&makeinstall然后安装mariadbtarxvfmariadb-10.0.17-linux-x86-64.tar.gzcdm..
分类:数据库   时间:2015-05-08 18:29:17    阅读次数:224
nginx+lua环境搭建笔记
1、下载安装包:http://luajit.org/download/LuaJIT-2.0.3.tar.gz?https://codeload.github.com/simpl/ngx_devel_kit/tar.gz/v0.2.19https://codeload.github.com/openresty/lua-nginx-module/tar.gz/v0.9.15http://nginx.org/download/nginx-1.9.0.tar.gzhttps://codeload.git..
分类:其他好文   时间:2015-05-08 18:23:23    阅读次数:334
在cocos2d-js中使用pomelo
一 下载安装nodejs 下载地址:https://nodejs.org/ #nodejs默认安装了npm工具 pomelo是基于nodejs,会用到很多nodejs中的代码。 另外还需要用到npm工具。 二 安装git 参考github官网:https://help.github.com/articles/set-up-git/ npm工具会用到git 三...
分类:Web程序   时间:2015-05-08 18:17:57    阅读次数:808
【媒体应用:Android平台Vitamio播放器探索之路系列】之二:Vitamio API:核心类
作者:郭嘉 邮箱:allenwells@163.com 博客:http://blog.csdn.net/allenwells github:https://github.com/AllenWells【媒体应用:Android平台Vitamio播放器探索之路系列】章节索引【媒体应用:Android平台Vitamio播放器探索之路系列】之二:Vitamio API注意:为了方便大家对照源码阅览,V...
分类:移动开发   时间:2015-05-08 18:14:25    阅读次数:401
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!