Suppose a bank has N windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules ...
分类:
其他好文 时间:
2019-10-29 13:13:00
阅读次数:
114
认识Beats Beats是用于单用途数据托运人的平台。它们以轻量级代理的形式安装,并将来自成百上千台机器的数据发送到Logstash或Elasticsearch。 (画外音:通俗地理解,就是采集数据,并上报到Logstash或Elasticsearch) Beats对于收集数据非常有用。它们位于你 ...
分类:
其他好文 时间:
2019-10-26 10:31:41
阅读次数:
98
静态(static) 静态变量 普通变量和静态变量调用: car.php index.php ...
分类:
其他好文 时间:
2019-10-18 12:47:42
阅读次数:
77
-- 记得初三化学老师说过 : 计算摩尔值,保留小数时: 1.278 这样写对吗? 是不对的, 因为 你甚至无法确定 7/2 是准确的 -- 兄弟选择器 <"element + next"> 一直不能用,一直认为 问题在于 标签是否选错 ,,原来是外边就不对 2019-10-17 16:58:29 ...
分类:
其他好文 时间:
2019-10-17 18:01:58
阅读次数:
65
vue 渐进式JavaScript框架。主张最少,没有多做职责之外的事。 使用vue 1.插值表达式{{ }} 可以插入一些表达式,网页中显示最终结果。也可以取出data中的数据,热更新。 {{ 1+1 }} {{ {a:1, b:10, c:5} }} {{ 'abc' }} {{ 1+1 }} ...
分类:
其他好文 时间:
2019-10-16 18:16:36
阅读次数:
112
html <!DOCTYPE html 类选择器 .pp{ color: red; } .ppp{ color: green; } .pppp{ color: blue; } .ppppp{ color: yellow; } .para1{ font size: 100px; } .para2{ f ...
分类:
Web程序 时间:
2019-10-14 00:54:36
阅读次数:
103
import pandas as pd df = pd.read_excel('E://data//朝阳医院2018年销售数据.xlsx') df.head() #打印前五行 df.shape #有多少行,多少列 df.dtypes #查看每列的数据类型 colNameDict = {'购药时间':... ...
分类:
编程语言 时间:
2019-10-13 20:35:53
阅读次数:
87
参考 :https://blog.csdn.net/Pig_Pig_Bang/article/details/81632962 https://blog.csdn.net/cywtd/article/details/88707821 ...
分类:
其他好文 时间:
2019-10-11 23:42:39
阅读次数:
92
[TOC] 制定容器配置的方式 1. 自定义命令行参数来实现; 1. 2. 2. 把配置文件直接写入镜像;(耦合多过于紧密,局限性太大) 3. 环境变量实现, 容器从物理机中的环境变量来导入配置 1. 所配置的应用支持从环境变量中来读取 2. 用预处理脚本 处理,通过环境变量传递过来的配置 4. 存 ...
分类:
其他好文 时间:
2019-10-11 18:34:31
阅读次数:
124
19.7.31 the first yellow ti get!!!! xuanxue break。。。。 (and my chinglish is so great) 19.8.1 普及-的提高组原题是什么鬼啊啊?蒟蒻不要面子的吗!哼 或许我写程序有至少1/3的时间在纠结变量名取胜么好?嗯可以总结 ...
分类:
其他好文 时间:
2019-10-04 16:48:44
阅读次数:
98