码迷,mamicode.com
首页 >  
搜索关键字:easy    ( 5384个结果
Yii权威指南-开始(1/8)
Yii 是什么Yii 是一个基于组件的高性能 PHP 框架,用于快速开发大型 Web 应用。它使Web开发中的 可复用度最大化,可以显著提高你的Web应用开发速度。Yii 这个名字(读作易(Yee)或[ji:])代表简单(easy),高效(efficient)和可扩展(extensible).环境需...
分类:其他好文   时间:2014-08-25 09:52:54    阅读次数:209
AndroidAsync
AndroidAsync is a low level network protocol library. If you are looking for an easy to use, higher level, Android aware, http request library, check out?Ion?(it is built on top of AndroidAsync)....
分类:移动开发   时间:2014-08-24 20:57:53    阅读次数:358
破解中国电信华为无线猫路由(HG522-C)自己主动拨号+不限电脑数+iTV
中国电信总是把好好的一个路由猫阉割过后放在我的E家套餐里到处兜售(垄断市场也就罢了,还有非常多霸王条款,比方必须使用它们的手机,同一时候最多多少台电脑上网等等),曾经破解过另外一个中国电信的路由猫,非常easy,是通过U盘恢复默认配置就能够了,中国电信我的E家有个套餐用的是华为HG522-C无线路由...
分类:移动开发   时间:2014-08-23 17:38:21    阅读次数:241
centos pip 安装
pip是一个安装和管理 Python 包的工具 , 是easy_install的一个替换品。本文将详细说明 安装 pip 的方法和 使用 pip 的一些基本操作如安装、更新和卸载 python 包。1.distribute-0.6.49 安装下载distribute-0.6.49.tar.gz$ta...
分类:其他好文   时间:2014-08-23 15:08:50    阅读次数:177
uva 11991 - Easy Problem from Rujia Liu?(STL)
题目链接:uva 11991 - Easy Problem from Rujia Liu? 题目大意:给出一个包含n个整数的数组,你需要回答若干询问,每次询问两个整数k和v,输出从左到右第k个v的下标 解题思路:用map映射一个vector,对应即为map即为一个可变长的数组,读取数组的时候将对应值放入即可。 #include #include #include #includ...
分类:其他好文   时间:2014-08-23 14:02:10    阅读次数:196
poj 1580 String Matching(比较字符串的相似程度,四个for循环即可)
String Matching Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 3717   Accepted: 1913 Description It's easy to tell if two words are identical - just check t...
分类:其他好文   时间:2014-08-23 08:50:50    阅读次数:219
String Matching(poj1580)
/*String Matching Description It's easy to tell if two words are identical - just check the letters. But how do you tell if two words are almost identical? And how close is "almost"?  There...
分类:其他好文   时间:2014-08-23 02:24:09    阅读次数:171
在ios项目中使用自定义字体
Custom fonts can make all the difference in the world when you’re trying to convey a specific user experience. Luckily, it’s pretty easy to add your own fonts in your iOS app but there are some ...
分类:移动开发   时间:2014-08-22 16:33:29    阅读次数:395
一致性哈希算法(consistent hashing)样例+測试。
一个简单的consistent hashing的样例,非常easy理解。首先有一个设备类,定义了机器名和ip:public class Cache{ public String name; public String ipAddress;}然后是基本的实现:public class Shard { ...
分类:其他好文   时间:2014-08-22 16:03:18    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!