搜虎博客 - 人生天地间,忽如远行客。
醉后不知天在水,满船清梦压星河。phpmyadmin 报错Wrong permissions on configuration file, should not be world writable!
> phpmyadmin 报错: Wrong permissions on configuration file, should not be world writable! phpmya...
流式系统概念介绍二(摘自Stream Systems) 待续
> 了解流式系统(Stream System)的概念 ### 1. 什么是流式系统?----一个设计用来处理 无限数据(infinite 表示很多,极大) 的处理引擎。 * 数据的...
Flink 架构(摘自Stream Processing With Apache Flink)
>Flink 架构由四部分组成:Job Manager 、Resource Manager 、Task Manager 、Dispatcher ![architecture](https:...
Flink介绍/概览(摘自Stream Processing With Apache Flink)
> 最近工作上用到flink,需要对flink学习和研究 ### 1. 流处理的历史 第一代:lamda + 在批处理基础上加了流式处理,如图 ![图片1](https:...
flutter get 创建项目卡住
>创建flutter项目卡在create project 是因为网络不通,在windows环境下,我的电脑---系统属性---环境配置 加入两个环境变量: ``` bash ...
windows server 2003 安装php7
>需要专门的编译php7和vc14运行时,见下面连接 http://www.lindasc.com/php/
Debian 安装lnmp报错解决
> 脚本地址:https://github.com/oneinstack/lnmp 1. Media change: please insert the disc labeled ...
windows 下php调用git pull
> windows下调用git pull,注意代码仓库必须在php根目录下面的文件夹。中文路径的处理 1.这里做了中文路径的处理 ```php ```
git clone 部分文件夹
> git 1.7 之后支持只签出部分文件夹,操作如下 1.注意dt-center-sdk-dev是要clone的文件夹 ```bash git init lcloud_ark_d...
Mysql Proxy windows下的简单代理
>由于防火墙原因,没法直接访问数据库,于是用mysql proxy搭建了个代理 1. 下载地址:https://downloads.mysql.com/archives/proxy/ 绿...