Python 是一门脚本语言。 脚本语言是一种介乎于 HTML 和诸如 JAVA 、 Visual Basic 、 C++ 等编程语言之间的一种特殊的语言,尽管它更接近后者,但它却不具有编程语言复杂、严谨的语法和规则。 有一些脚本语言已经发生了变化,如 Python,perl 已经可以编译成中间代码 ...
分类:
编程语言 时间:
2020-05-23 13:24:52
阅读次数:
61
写在前面由于Docker-EngineDocker官方已经不推荐使用,无法安装了,所以现在安装Docker-CE。参考官方文档https://docs.rancher.cn/rancher2x/install-prepare/basic-environment-configuration.html#_4-1-docker%E5%AE%89%E8%A3%85安装步骤1.关闭防火墙systemctls
分类:
其他好文 时间:
2020-05-20 18:43:05
阅读次数:
70
登录页面的代码 Login.vue 关键代码为第36行 this.$store.commit("set_token", response.data.data); set_token是store/index.js中mutations里的函数名 1 <template> 2 <div> 3 <el-fo ...
C and C++ allow various types of operators. By now, you should be familiar with the basic binary operators +, -, *, / and the boolean operators <, >, ...
分类:
其他好文 时间:
2020-05-19 12:14:52
阅读次数:
62
2 (1) 3 #include<stdio.h> 4 FILE * myFile = NULL; 5 myFile = fopen(“input_file.dat” , “r”); 6 /* r-> open for reading w-> writing a-> appending */ 7 I ...
分类:
其他好文 时间:
2020-05-19 09:16:40
阅读次数:
56
1.Scalability 多加一台机器可多做一件事,这个就叫scalability,亦可为两台机器做一件事的时间减少为一半,叫 scalability speed up。 2.Parallelism 并行,跟concurrency不一样,这张图能很好说明区别: 3.Fault tolerance ...
分类:
其他好文 时间:
2020-05-16 00:51:44
阅读次数:
57
Basic OGNL expressions OGNL Apache Commons OGNL Language Guide https://commons.apache.org/proper/commons ognl/language guide.html mybatis:org.apache.i ...
分类:
其他好文 时间:
2020-05-12 20:20:21
阅读次数:
66
场景 AAA(网络安全系统) 是认证(Authentication)、授权(Authorization)和计费(Accounting)的简称,是网络安全中进行访问控制的一种安全管理机制,提供认证、授权和计费三种安全服务。 RADIUS:Remote Authentication Dial In Us ...
分类:
编程语言 时间:
2020-05-11 18:54:29
阅读次数:
76
kubernetes v1.18.2 二进制部署双栈 kubelet 部署
分类:
Web程序 时间:
2020-05-09 00:24:23
阅读次数:
79
Vue 动态表格+插入自定义表头 <!-- 表格 --> <el-table :data="templateData" style="width: 100%;" stripe ref="templateTable" :empty-text="$t('basic.noData')" @filter-c ...
分类:
其他好文 时间:
2020-05-07 18:14:31
阅读次数:
190