Triggered buffer support触发缓冲支持 在许多数据分析应用中,能够基于某些外部信号(触发器)捕获数据是比较有用的。 这些触发器可能是: 数据就绪信号 连接到某个外部系统的IRQ线路(GPIO或其他) 处理器周期性中断 用户空间在sysfs中读/写特定文件 数据就绪信号 连接到某 ...
分类:
系统相关 时间:
2019-04-23 21:17:26
阅读次数:
223
Parameter PassingThere is often a desire to pass these parameters to the executing job code. The method of passing these parameters is dependent on th ...
分类:
其他好文 时间:
2019-04-15 16:10:58
阅读次数:
277
https://www.ted.com/talks/kate_adams_4_larger_than_life_lessons_from_soap_operas/transcript 00:12In 1987, Tina Lord found herself in quite the pickle[ ...
分类:
其他好文 时间:
2019-04-04 00:02:33
阅读次数:
211
1.正则表达式大全 https://www.cnblogs.com/xudong-bupt/p/3586889.html 2.贪婪匹配 是否需要贪婪匹配在写正则表达式时是很重要的一个概念。'?'只有在上面三种表达时才表示非贪婪匹配,其他时候都是表示0个或1个字符。贪婪匹配简单来说就是匹配尽可能多符合 ...
分类:
其他好文 时间:
2019-03-25 23:28:21
阅读次数:
170
1、先删除pod2、再删除对应的deployment否则只是删除pod是不管用的,还会看到pod,因为deployment.yaml文件中定义了副本数量 实例如下: 删除pod [root@test2 ~]# kubectl get pod -n jenkins NAME READY STATUS ... ...
分类:
其他好文 时间:
2019-03-08 17:14:22
阅读次数:
494
JAVA8——StringJoiner类引言:在阅读项目代码是,突然看到了StringJoiner这个类的使用,感觉很有意思,对实际开发中也有用,实际上是运用了StringBuilder的一个拼接字符串的封装处理。 介绍StringJoiner是Java8新出的一个类,用于构造由分隔符分隔的字符序列 ...
分类:
编程语言 时间:
2019-03-06 17:54:09
阅读次数:
218
一、Size Box用来指定一个特定的尺寸 二、Size Box只能放一个子控件 三、Size Box一般作为Canvas Panel的子控件,并勾选Size To Content选项,而不作为根节点。 四、如图例子所示(下同),Image_0.X=300,Image_0.Y=300。 不设置Siz ...
分类:
其他好文 时间:
2019-01-18 17:20:52
阅读次数:
944
补充:fin infinite confine define definite refine definition 补充: depart desire delight defend offend 9. A. transfer B. transformed C. transmitted D. tran ...
分类:
其他好文 时间:
2019-01-12 16:40:52
阅读次数:
217
一. Makefile 配置 1.1. make xxx_config 1.1.1. 笔者实验时是make x210_sd_config a. x210_sd_config是Makefile下的一个目标 1.2.1. x210_sd_config 相关代码分析 a. @表示静默执行 b. MKCON ...
分类:
其他好文 时间:
2019-01-12 01:05:46
阅读次数:
185
多线程执行测试用例实例: import threading from time import sleep,ctime from selenium import webdriver #测试用例1 def test_baidu(browser,search): print("开始,现在时间是%s"%ct ...
分类:
编程语言 时间:
2018-12-27 19:01:03
阅读次数:
257