摘要:
tweak是一款可以对request请求的response进行修改的浏览器插件,区别于ModHeader只能对header进行修改,tweak可以对请求的request payload(收费)和response payload(免费)进行拦截和修改。 下图是tweak的界面 同类产品还有reques 阅读全文
摘要:
下面列举了Android中Layout,Table,Menu,Checkbox,Listview,Button,Bundle的基本使用和demo 1.Layout:该工程的功能是实现LinearLayout Android Layout有多种,比如:Layout,MixLayout,TableLay 阅读全文
摘要:
1.安装kubectl命令 brew install kubectl 如果想安装指定版本的kubectl curl -LO "https://dl.k8s.io/release/v1.20.0/bin/darwin/amd64/kubectl" chmod +x ./kubectl sudo mv 阅读全文
摘要:
1.生成RDD val rdd: RDD[(String, Int)] = sc.parallelize(Seq(("cat", 30), ("fox", 40))) 2.生成case class RDD case class WordCount(word: String, count: Long) 阅读全文
摘要:
1.添加mongo的仓库 brew tap mongodb/brew 2.安装mongodb brew install mongodb-community@4.4 参考:Mac OSX 平台安装 MongoDB 安装成功 3.打开mongo shell /usr/local/opt/mongodb- 阅读全文
摘要:
fsimage和edit log,参考:查看hdfs的fsimage和editlog 浅谈HDFS的fsimage、edit log与SecondaryNameNode HDFS- High Availability 阅读全文
摘要:
ajax-interceptor chrome安装地址 https://chromewebstore.google.com/detail/ajax-modifier/nhpjggchkhnlbgdfcbgpdpkifemomkpg?hl=zh-CN 参考:前端请装上这个Chrome插件 阅读全文
摘要:
使用broadcast state实现动态配置更新,即双流:一个数据流,一个配置流 https://flink.apache.org/2019/06/26/broadcast-state.html 可以参考官方文档 https://ci.apache.org/projects/flink/flink 阅读全文
摘要:
autox.js下载软件地址 https://github.com/kkevsekk1/AutoX/releases 参考:Autox.js 脚本开发环境搭建,从案例到打包apk(详细流程) 阅读全文