码迷,mamicode.com
首页 >  
搜索关键字:tom    ( 8124个结果
NYOJ---题目94cigarettes
cigarettes 时间限制:3000 ms  |  内存限制:65535 KB 难度:2 描述 Tom has many cigarettes. We hypothesized that he has n cigarettes and smokes them one by one keeping all the butts. Out of k > 1 butts he ca...
分类:其他好文   时间:2015-03-19 22:14:10    阅读次数:132
mapreduce实现搜索引擎简单的倒排索引
使用hadoop版本为2.2.0 倒排索引简单的可以理解为全文检索某个词 例如:在a.txt 和b.txt两篇文章分别中查找统计hello这个单词出现的次数,出现次数越多,和关键词的吻合度就越高 现有a.txt内容如下: hello tom hello jerry hello kitty hello world hello tom b.txt内容如下: hello jerry ...
分类:其他好文   时间:2015-03-19 16:23:47    阅读次数:162
猫猫学IOS(四)UI之半小时搞定Tom猫
话不多说 先上效果 项目源码素材下载地址: Tom猫游戏代码iOS 素材http://blog.csdn.net/u013357243/article/details/44457357效果图曾经风靡一时的tom猫其实制作起来那是叫一个相当的easy啊 功能全部实现,(关键是素材,没有素材的可以加我微信) 新手也可以很快的完成tom这个很拉轰的ios应用哦...
分类:移动开发   时间:2015-03-19 14:52:50    阅读次数:243
Tom猫游戏代码iOS 素材
下载地址:http://download.csdn.net/detail/u013357243/8514915下面是运行图片展示 制作思路以及代码解析 猫猫学IOS(四)UI之半小时搞定Tom猫这里写链接内容 源码下载地址在这里:——————————————————————————————————————————————————下载地址:http://download....
分类:移动开发   时间:2015-03-19 14:48:31    阅读次数:210
ssh遇到的错误
1.Dispatcher initialization failed 无法加载配置,首先检查jar包是否完整然后检查原先代码是否正确Unable to load configuration. - action -file:/F:/Apache%20Software%20Foundation/Tom....
分类:其他好文   时间:2015-03-16 20:52:23    阅读次数:113
发邮件抛异常。no object DCH for MIME type text/plain; charset=UTF-8
在进行发邮件的时候抛出的这个异常: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=UTF-8  检查在站点的lib文件夹下和在tom...
分类:其他好文   时间:2015-03-16 17:54:27    阅读次数:163
sort()排序
var ary = [8,9,10,3], compare = function(a,b){ return b.age-a.age; }, g = [ { name:"jim", age:29 }, { name:"tom", age:15 ...
分类:编程语言   时间:2015-03-14 15:15:19    阅读次数:125
hdu 1853 Cyclic Tour 最小费用最大流
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1853There are N cities in our country, and M one-way roads connecting them. Now Little Tom wants to mak...
分类:其他好文   时间:2015-03-13 01:38:25    阅读次数:124
Google Hack
1.phonebook:+英文姓名作用:搜索电话号码簿,将会返回美国人姓名街道地址和电话号码列表,均真实,对需要大量美国地址的朋友很有用,只要是英文姓名都能找到。例:phonebook:tom另外还有两个小分类:rphonebook:仅搜索住宅用户电话号码簿;bphonebook:仅搜索商业的电话号...
分类:其他好文   时间:2015-03-11 16:30:06    阅读次数:1231
mysql 删除表中的某列的重复字段
假设:create table t(id int not null primary key auto_increment,name char(10) not null,sex char(2) not null)engine=myisam;insert into t values(null,'tom'...
分类:数据库   时间:2015-03-10 17:06:42    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!