码迷,mamicode.com
首页 >  
搜索关键字:getting    ( 1564个结果
Grunt 自动编译 Less 文件配置
1.安装Grunt http://www.gruntjs.net/getting-started 2.编辑 package.json 文件 3.执行npm命令 注意:必须在package.json文件目录下执行 执行命令后就会在根据package.json文件下载相关插件 4.配置Gruntfile ...
分类:其他好文   时间:2016-05-07 12:58:28    阅读次数:191
cocoa pods Installation
参考: http://guides.cocoapods.org/using/getting-started.html#installationCocoaPods is built with Ruby and it will be installable with the default Ruby a ...
分类:其他好文   时间:2016-05-06 19:28:31    阅读次数:150
Redis Essentials 读书笔记 - 第一章: Getting Started (The Baby Steps)
Chapter 1. Getting Started (The Baby Steps)Redis是在内存中运行的NoSQL key-value数据库。 Redis的优势除了内存的高性能外,还有其支持丰富的数据类型,如Strings, Hashes, Lists, Sets, Sorted Sets, Bitmaps, 和 HyperLogLogs。 Redis同时支持持久化,使用的技术为snap...
分类:其他好文   时间:2016-05-06 15:32:39    阅读次数:368
mjRefresh使用指南
MJRefresh An easy way to use pull-to-refresh用法简单的下拉刷新框架:一行代码搞定 Contents Getting Started Features【支持哪些控件的刷新】Installation【如何使用MJRefresh】Who's using【已经超过上百个App正在使用MJRefresh】Classes【MJRefres...
分类:其他好文   时间:2016-05-06 14:53:28    阅读次数:282
Json.Net 序列化 IPAddress 或 IPEndPoint
原文: http://stackoverflow.com/questions/18668617/json-net-error-getting-value-from-scopeid-on-system-net-ipaddress ...
分类:Web程序   时间:2016-05-06 00:29:24    阅读次数:197
poj2774
Description The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. ...
分类:其他好文   时间:2016-05-04 22:54:15    阅读次数:213
SinalR+WebSocket
1、参考资料: http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-server http://signalr.net/ http://www.asp.net/signalr/videos/getting-start ...
分类:Web程序   时间:2016-05-03 17:35:49    阅读次数:359
sanBox部署简介
参考资料:1 http://www.kaaproject.org/getting-started/ 此链接告诉我们部署sandbox的两种方法。 2 http://docs.kaaproject.org/display/KAA/Getting+started http://docs.kaaproje ...
分类:其他好文   时间:2016-05-03 15:52:01    阅读次数:145
Getting started with SciPy for .NET
Getting started with SciPy for .NET 1.) IronPython Download and install IronPython 2.7, this will require .NET v4.0. 2.) Modify PATH Add the install l ...
分类:Web程序   时间:2016-05-02 20:01:44    阅读次数:275
MongoDB-Java
使用Java驱动操作MongoDB数据库,主要涉及到连接数据库,文档的增删改查,大文件的上传 官网有详细Java驱动快速指南:http://mongodb.github.io/mongo-java-driver/3.2/driver/getting-started/quick-tour/ 1. 连接 ...
分类:数据库   时间:2016-05-01 23:14:03    阅读次数:563
1564条   上一页 1 ... 91 92 93 94 95 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!