码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
文档资料记录
版本控制:githttp://git-scm.com/book/zh/
分类:其他好文   时间:2014-07-22 23:13:13    阅读次数:296
C++ Primer 学习笔记_52_类与数据抽象 --构造函数【下】
类--构造函数【下】二、默认实参与构造函数一个重载构造函数: Sales_item():units_sold(0),revenue(0){} Sales_item(const std::string &book): isbn(book),units_sold(0),revenue(0) {} 可以通过给string初始化式提供一个默认实参将这些构造函数组合起来: ...
分类:编程语言   时间:2014-05-01 08:17:52    阅读次数:386
好乱的代码
using System;using System.Web;public class Search_Book : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Respo...
分类:其他好文   时间:2014-04-30 23:28:59    阅读次数:372
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
D3_book 11.2 stack
分类:其他好文   时间:2014-04-30 19:36:08    阅读次数:487
D3_book 11.1 pie
问题:pie和chord的区别?
分类:其他好文   时间:2014-04-30 18:18:46    阅读次数:379
D3_book 11.3 force
node是动态的。
分类:其他好文   时间:2014-04-30 17:37:57    阅读次数:350
VC 操作 EXCEL---插入工作表(Insert.Sheet)方法
看到的资料http://bbs.csdn.net/topics/198565自己总结一下//插入到nIndex工作表之前voidInsertSheet(intnIndex){sheets=book.GetSheets();COleVariantcovOptional((long)DISP_E_PAR...
分类:其他好文   时间:2014-04-29 16:32:46    阅读次数:304
git rebase 使用
Git Community Book 中文版书上,摘录如下:   一、基本 git rebase用于把一个分支的修改合并到当前分支。 假设你现在基于远程分支"origin",创建一个叫"mywork"的分支。 $ git checkout -b mywork origin 假设远程分支"origin"已经有了2个提交,如图 现在我们在这个分支做一些修改,然后生...
分类:其他好文   时间:2014-04-28 10:37:42    阅读次数:327
hbase 0.98.1集群安装
本文将基于hbase 0.98.1讲解其在linux集群上的安装方法,并对一些重要的设置项进行解释,本文原文链接:,转载请注明出处!1. 安装与配置1.1. 前置条件确保已经安装了hadoop并保证hadoop运行正常。关于hbase与hadoop的版本依赖关系,请参考:  https://hbase.apache.org/book/configuration.html#hadoop 关于java...
分类:其他好文   时间:2014-04-27 21:33:59    阅读次数:462
5453条   上一页 1 ... 543 544 545 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!