转自:greenplum 官方的一片文档 https://gpdb.docs.pivotal.io/6-0/admin_guide/external/g-devel-fdw.html pg 是类似的 This chapter outlines how to write a new foreign-d ...
分类:
移动开发 时间:
2020-02-13 09:24:06
阅读次数:
106
Why: real-world data are typically noisy, enormous in volume, and may originate from a hodgepodge of heterogeneous sources. mean; median; mode(most co ...
分类:
其他好文 时间:
2020-02-11 09:33:39
阅读次数:
71
[toc] redis实战第一章之初始redis http://redisinaction.com/preview/chapter1.html redis相关博客总结 https://juejin.im/post/5ad6e4066fb9a028d82c4b66 ...
分类:
其他好文 时间:
2020-02-08 17:39:34
阅读次数:
63
8-1 def display(): print("I will learn function in this chapter")#函数 function chapter章节 display() 8-2 def favorite_book(title): print("One of my favor ...
分类:
编程语言 时间:
2020-02-01 16:23:23
阅读次数:
75
这篇用来存档 基本并不能帮助大家速成 只是博主突击时用来巩固时用的(假装大家都看不见) 教材:《计算机组成原理》唐朔飞版 内容:第四章到第八章不完全总结 chapter 4 存储器 存储器的层次结构:缓存-主存 提高速度 主存地址 实地址 物理地址 主存-辅存 提高容量 虚拟存储器 虚地址 逻辑地址 ...
分类:
其他好文 时间:
2020-01-26 19:23:24
阅读次数:
316
Sales_data.h 1 #ifndef SALES_DATA_H 2 #define SALES_DATA_H 3 4 #include "Version_test.h" 5 6 #include <string> 7 #include <iostream> 8 9 class Sales_d ...
分类:
编程语言 时间:
2020-01-18 19:44:50
阅读次数:
91
先上目录 chapter 3 [apue] dup2的正确打开方式 chapter 10 [apue] 等待子进程的那些事儿 chapter 14 [apue] 使用文件记录锁无法实现父子进程交互执行同步 chapter 15 [apue] 多进程管道读写的一些疑问 [apue] 测试管道容量的一些 ...
分类:
其他好文 时间:
2020-01-17 18:42:58
阅读次数:
79
Part I Game Engine Design Chapter 1 What to Look for When Evaluating Middleware for Integration Chapter 2 The Game Asset Pipeline Chapter 3 Volumetric ...
分类:
其他好文 时间:
2020-01-12 20:15:54
阅读次数:
106
官方文档: https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_7 https://developers.weixin.qq.com/miniprogram/dev/api/open-api/payment/wx.requ ...
分类:
微信 时间:
2020-01-10 20:11:08
阅读次数:
646
一、Active Object模式-接收异步消息的主动对象 Active是主动的意思,因此ActiveObject就是主动对象的意思。所谓主动一般指有自己特有的线程,举例来说,java.lang.Thread类的实例就是一种主动对象。 不过,在Active Object模式中出厂的主动对象可不仅仅有 ...
分类:
编程语言 时间:
2020-01-10 12:47:13
阅读次数:
106