Part 1 -首先最基本的,创建一个新的的project: rails new blog -然后修改source为https://ruby.taobao.com,加入bootstrap的gem到Gemfile: gem ‘twitter-bootstrap-rails‘ 执行bundle install没有错误,但是...
分类:
其他好文 时间:
2015-01-09 12:51:19
阅读次数:
146
最全干货分享,本文收集整理了Android开发所需的书籍、教程、工具、资讯和周刊各种资源,它们能让你在Android开发之旅的各个阶段都受益。
入门
《Learning Android(中文版)》
本书为Android开发入门图书,循序渐进地介绍了如何利用Android基本构件来实现构造用户界面、存储数据、连接网络等实践中必不可少的需求。作者以亲手实现一个类Twitter的应用为主线...
分类:
移动开发 时间:
2015-01-09 10:52:16
阅读次数:
173
答案来自老外http://stackoverflow.com/questions/14795035/twitter-bootstrap-modal-blocks-text-input-field $(‘#myModal‘).on(‘shown‘, function() {
$(document).off(‘focusin.modal‘);
}); 这个是国内同...
分类:
其他好文 时间:
2015-01-08 18:18:11
阅读次数:
299
ArtRobot 天气机器人 由Arduino Ethernet shield 和天气测量设备 构成。你将通过 Twitter 已测量的的气象数据,得到自动通知。Arduino Ethernet Shield 可以让Arduino 连接因特网。它是基于WIZnet W5100(数据手册)芯片的。...
分类:
其他好文 时间:
2015-01-05 21:57:39
阅读次数:
192
0x00 背景今天看到zone里有同学发帖说了探测支付宝登录状态的帖子:http://zone.wooyun.org/content/17665由此我想到了我们parsec的@/fd 半年前提到的一个思路,当时他给出了一个探测twitter是否登录的页面,可是我那个时候才疏学浅,好像一直没理解。这时...
分类:
Web程序 时间:
2015-01-04 18:45:39
阅读次数:
264
不知不觉作为 iOS 开发也有两年多的时间了,记得当初看到 OC 的语法时,愣是被吓了回去,隔了好久才重新耐下心去啃一啃。啃了一阵,觉得大概有了点概念,看到 Cocoa 那么多的 Class,又懵了,怎么才能调用系统的相机?怎么保存信息?怎么做一个像 Twitter 个人页那样的页面?总之就是不知道...
分类:
移动开发 时间:
2015-01-04 18:43:52
阅读次数:
208
In mathematics, a rational number is any number that can be expressed in the form of a fraction p/q , where p & q are two integers, and the denominato...
分类:
其他好文 时间:
2015-01-04 08:40:57
阅读次数:
238
A zero-indexed array A consisting of N integers is viven. We visit the indexs of the array in the following way. In the first step we visit the index ...
分类:
其他好文 时间:
2015-01-04 06:23:47
阅读次数:
206
A string is a palindrome if it has exactly the same sequence of characters when traversed left-to-right as right-to-left. For example, the following s...
分类:
其他好文 时间:
2015-01-04 06:23:36
阅读次数:
230
Write a function:class Solution { public int solution(int[] A); }that, given an array A consisting of N integers, returns the number of pairs (P, Q) s...
分类:
其他好文 时间:
2015-01-04 06:22:50
阅读次数:
277