码迷,mamicode.com
首页 >  
搜索关键字:eric    ( 1626个结果
MySQL基本查询语句
创建一张表 子查询建表方法 备份:直接将整个表的类型和数据备份到新表userInfo中 添加字段 修改表字段 删除指定字段 alter table user drop photo; 重命名表数据 删除表 ...
分类:数据库   时间:2016-11-22 20:02:37    阅读次数:191
《C#本质论》读书笔记(16)构建自定义集合
16.1 更多集合接口16.1.1 IList与IDictionary16.1.2 ICollection16.2 主要集合类16.2.1 列表集合:List16.2.2 全序16.2.3 搜索List16.2.4 字典集合:Dictonary16.2.5 已排序集合:SortedDictionar... ...
分类:Windows程序   时间:2016-11-22 12:00:32    阅读次数:201
CAP和BASE理论
详见:http://blog.yemou.net/article/query/info/tytfjhfascvhzxcyt370 1. CAP理论 2000年7月,加州大学伯克利分校的Eric Brewer教授在ACM PODC会议上提出CAP猜想。2年后,麻省理工学院的Seth Gilbert和N ...
分类:其他好文   时间:2016-11-22 11:55:21    阅读次数:241
awk(1)-简述
1.概述 AWK is a programming language designed for text processing and typically used as a data extraction and reporting tool. AWK是一种设计用于文本处理的编程语言,通常用作数据... ...
分类:其他好文   时间:2016-11-20 16:02:38    阅读次数:229
双二次Lagrange 有限元计算特征值程序(基于iFEM)
1 function lambda = c0P2(h) 2 %% Mesh 3 [node,elem] = squarequadmesh([0,1,0,1],h); 4 elem = elem(:,[1,4,3,2]); 5 showmesh(node,elem); 6 findnode(node) ...
分类:其他好文   时间:2016-11-20 13:39:19    阅读次数:370
在C#中使用反射调用internal的方法
MSDN上解释Internal如下: The internal keyword is an access modifier for types and type members. Internal types or members are accessible only within files i ...
分类:Windows程序   时间:2016-11-19 20:17:25    阅读次数:451
剑桥offer(41~50)
41.题目描述 求1+2+3+...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)。 class Solution { public: int Sum_Solution(int n) { char a[n][n+1]; ret ...
分类:其他好文   时间:2016-11-19 16:21:46    阅读次数:269
UDF
1.自定义UDF 2.UDAF 3.介绍AbstractGenericUDAFResolver 4.介绍GenericUDAFEvaluator 5. ...
分类:其他好文   时间:2016-11-19 02:55:15    阅读次数:182
安装ARM交叉编译器
1、开发平台 虚拟机:VMware 12 操作系统:Ubuntu 14.04 64bit 2、准备ARM交叉编译工具包 编译uboot和linux kernel都需要ARM交叉工具链支持,这里使用Linaro提供的交叉编译工具。下载地址为:http://releases.linaro.org/ 注意... ...
分类:其他好文   时间:2016-11-17 23:15:07    阅读次数:433
Openstack组件部署 — 将一个 New Service 添加到 Keystone
目录目录 Keystone 认证流程 让 Keystone 为一个新的项目 Service 提供验证功能 最后Keystone 认证流程 User 使用凭证(username/password) 到 ...
分类:其他好文   时间:2016-11-17 20:49:41    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!