1. 版本: 2. 安装Kubernetes(并不知道安装这个有什么用) 打开docker -> Preferences -> Kubernetes -> Enable Kubernetes 打勾 -> 重启 3. 拉取并运行容器映像 以下参考于官方教程https://docs.microsoft. ...
分类:
数据库 时间:
2019-09-06 21:20:10
阅读次数:
379
38. 用Python实现一个二分查找的函数 42. 写一个快速排序 python def quick_sort(arr): n = len(arr) if n ...
分类:
其他好文 时间:
2019-09-03 10:00:15
阅读次数:
79
一、对原数组造成影响的api 1.push() 在最后添加 eg: 原数组: var arr = [5, 20, 6, 5, 80, 4] 使用push()之后: arr.push(123); 变为: [5, 20, 6, 5, 80, 4,123] 2.pop() 取出最后一个 eg: 原数组: ...
分类:
编程语言 时间:
2019-09-01 23:46:38
阅读次数:
111
springdata jpa Spring Data JPA是Spring提供的一套对JPA操作的封装,是在JPA规范下的专门用来进行数据持久化的解决方案。 quick start pom.xml springdata jpa 整合 spring applicationContext.xml 可以通 ...
分类:
其他好文 时间:
2019-09-01 16:19:39
阅读次数:
74
使用的QT自带的部署工具(windeployqt.exe,路径QT安装路径),版本替换debug/release Qt Quick Qt Widget windeployqt 帮助 ...
分类:
其他好文 时间:
2019-09-01 14:24:15
阅读次数:
179
It's almost summer time, and that means that it's almost summer construction time! This year, the good people who are in charge of the roads on the tr ...
分类:
其他好文 时间:
2019-08-31 21:06:14
阅读次数:
95
input()函数接受一个标准输入数据,返回为 string 类型。a = input("Input your name: ")print(a)运行结果Input your name: 此时会有光标闪烁,提示用户进行输入。这里输入“John”:结果Input your name: JohnJohn返... ...
分类:
编程语言 时间:
2019-08-31 17:14:23
阅读次数:
73
Mybayis逆向工程: 第一步:导包,导入此包在工程下,并进行解压 第二步:进入MyBatis generator官网 第三步:点击进入Quick Start Guide(新手快速指南) 第四步:点击后即会跳转至此界面,将框中的代码复制至工程下的generator.xml(该xml直接通过工程创建 ...
分类:
其他好文 时间:
2019-08-30 22:24:57
阅读次数:
98
#include <iostream> #include <list> #include <sstream> #include <map> #include <set> #include <queue> #include <map> #include <functional> #include <a... ...
分类:
编程语言 时间:
2019-08-27 21:20:04
阅读次数:
105
A quote for a piece of work is the price that someone says they will charge you to do the work. Always get a written quote for any repairs needed. 每次进 ...
分类:
其他好文 时间:
2019-08-26 13:04:14
阅读次数:
131