码迷,mamicode.com
首页 >  
搜索关键字:books    ( 912个结果
Spark 与 MapReduce的区别
学习参考自 http://spark-internals.books.yourtion.com/markdown/4-shuffleDetails.html 1. Shuffle read 边 fetch 边处理还是一次性 fetch 完再处理? 边 fetch 边处理。 MapReduce shu ...
分类:其他好文   时间:2016-06-16 20:16:27    阅读次数:316
python 类以及单例模式
python 也有面向对象的思想,则一切皆对象 python 中定义一个类: class student: count = 0 books = [] def __init__(self,name,grade) self.name=name self.grade=grade def ex(self): ...
分类:编程语言   时间:2016-06-15 17:25:26    阅读次数:192
dom4j测试
book.xml <?xml version="1.0" encoding="UTF-8"?><books><book><name>java</name><price>25</price></book><book><name>php</name><price>30</price></book></b ...
分类:其他好文   时间:2016-06-14 11:41:14    阅读次数:164
实验七 Web应用测试_编写单元测试用例,对用户注册功能的DAO层进行测试
package testRegister; import java.util.HashSet; import junit.framework.Assert; import org.easybooks.bookstore.dao.IUserDAO; import org.easybooks.books ...
分类:Web程序   时间:2016-06-12 15:23:43    阅读次数:160
[计算机程序设计艺术 英文版] NOTES ON THE EXERCISES
NOTES ON THE EXERCISES THE EXERCISES in this set of books have been designed for self-study as well as classroom study. It is difficult, if not imposs ...
分类:其他好文   时间:2016-06-10 20:25:41    阅读次数:165
[计算机程序设计艺术 英文版] Procedure for Reading This Set of Books
Procedure for Reading This Set of Books 1.Begin reading this procedure , unless you have already begun to read it.Continue to follow the steps faithfu ...
分类:其他好文   时间:2016-06-09 12:08:18    阅读次数:210
机器学习&人工智能书籍
Introduction to Machine Learning https://www.amazon.cn/Introduction-to-Machine-Learning-Alpaydin-Ethem/dp/0262028182/ref=sr_1_3?s=books&ie=UTF8&qid=14 ...
分类:其他好文   时间:2016-05-31 16:04:49    阅读次数:180
mvc jquery 修改 viewbag
[HttpGet] public ActionResult Modify(int id) { Books mod=db.Books.Where(b => b.Id == id).FirstOrDefault(); if (mod != null) { ViewData["category"] = d ...
分类:Web程序   时间:2016-05-30 21:25:02    阅读次数:1390
Docker Resources
Menu Main Resources Books Websites Documents Archives Community Blogs Personal Blogs Videos Related Projects OS Virtual Machine Competitors Management ...
分类:其他好文   时间:2016-05-29 12:12:13    阅读次数:338
MySQL中的insert ignore into, replace into等的一些用法小结(转)
MySQL中的insert ignore into, replace into等的一些用法总结(转) 在MySQL中进行条件插入数据时,可能会用到以下语句,现小结一下。我们先建一个简单的表来作为测试: CREATE TABLE `books` ( `id` INT(11) NOT NULL AUTO ...
分类:数据库   时间:2016-05-24 14:58:54    阅读次数:161
912条   上一页 1 ... 60 61 62 63 64 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!