码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Node填坑教程——常用库
作为函数式编程来说,流程控制和函数库是必不可少的(应该吧)。下面我们介绍两个常用的库。lodash:完整的api请参阅,https://lodash.com/docs。这里我们只演示几个简单的例子。安装E:\project\heron-lesson\demo4>npm install lodash ...
分类:其他好文   时间:2015-04-16 19:40:58    阅读次数:158
简单的导航viewpager
下载PagerSlidingTabStrip https://github.com/astuetz/PagerSlidingTabStrip主界面: 1 public class MainActivity extends FragmentActivity { 2 3 private ...
分类:其他好文   时间:2015-04-16 19:39:15    阅读次数:161
Appium环境搭建python篇(mac系统)
1、安装Appium通过终端安装:安装nodejs,下载地址:https://nodejs.org/download/,安装完成后打开终端输入node -v,检查是否安装成功安装npm,打开终端,输入命令:sudo bashsudo curl -L https://npmjs.org/install...
分类:移动开发   时间:2015-04-16 19:10:23    阅读次数:287
ubuntu14.04 LTS下Atlas2.2安装说明
准备工作 本文档是在ubuntu14.04下安装2.2版本的atlas。 官方文档很重要,请熟读。 wiki地址:https://github.com/Qihoo360/Atlas/wiki QQ?群:326544838(可以加此群进行咨询) 1.所用软件: Ubuntu14.04?LTS版 ...
分类:系统相关   时间:2015-04-16 18:00:15    阅读次数:190
MariaDB编译安装和开始使用入门
MariaDB是MySQL创始人基于MySQL的另起的一个分支,其功能上绝大部分兼容于MySQL。MariaDB的官网为https://mariadb.com/。MySQL基本架构如下所示:MySQL核心组件:连接池作用:认证、线程、连接数限制,内存检查、缓存;SQL接口:DML(数据操作语言),DDL(数据定义语言)、关系..
分类:数据库   时间:2015-04-16 17:52:49    阅读次数:381
jQuery解决IE6、7、8不能使用 JSON.stringify 函数的问题
https://github.com/douglascrockford/JSON-js使用其中的 json2.js 作为兼容。这个JS中的函数将JSON对象转换成JSON字符串,解决 IE6、7、8不能使用 JSON.stringify 函数的问题!这样JSON.stringify 便可以正常使用!...
分类:Web程序   时间:2015-04-16 17:25:34    阅读次数:115
iOS XMPP开发环境的搭建
1 首先下载xmppframework这个框架 https://github.com/robbiehanson/XMPPFramework   2 环境配置 参考:https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS 1 添加xmppframework框架到工程中 将下面的文件拖入工程...
分类:移动开发   时间:2015-04-16 15:52:51    阅读次数:136
Android-Universal-Image-Loader-master 详解
Android-Universal-Image-Loader-master使用下载地址:https://github.com/nostra13/Android-Universal-Image-Loader步骤:1)、先要配置ImageLoaderConfiguration这个类实现全局ImageLoader的实现情况,可知Application中配置。//Thisconfigurationtuningiscustom.Youcantunee..
分类:移动开发   时间:2015-04-16 14:34:11    阅读次数:182
Java框架JNA调用C方法(windows链接库dll文件、linux链接库so文件)
介绍 给大家介绍一个最新的访问本机代码的Java框架—JNA。 JNA(Java Native Access)框架是一个开源的Java框架,是SUN公司主导开发的,建立在经典的JNI的基础之上的一个框架。 JNA项目地址:https://jna.dev.java.net/ 非常强大、易用,功能上类似与.NET的P/Invoke。     不堪回首的JNI 我们知道,...
分类:编程语言   时间:2015-04-16 14:23:05    阅读次数:252
android sdk 8-10M/S下载速度,有图有教程
1.强制使用http替换https链接 Tools》选择Options,勾选上”Use Download Cache”和”Force https://… sources to be fetched using http://…” 和use download cache 2.禁用dl-ssl.google.com的xml链接库 Tools 》 Manage Add-on Sites…》...
分类:移动开发   时间:2015-04-16 14:18:18    阅读次数:174
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!