- 博客(9)
- 资源 (1)
- 收藏
- 关注
转载 自定义TOTP方法,实现google的TOTP令牌token
参考链接: https://blog.csdn.net/jailman/article/details/77573792同时,做了:1. 位数的修改2. 补充了注释说明3. 优化了Python2版本代码升级到Python3版本。'''@Author: Mikeliu@2020@Date: 2020-03-30 14:28:34@LastEditTime: 2020-03-30 18...
2020-03-31 11:31:53 1237
原创 K8S创建仓库镜像-到部署一个容器服务
如何导入镜像仓库首先登陆仓库(admin:仓库账号,admin:仓库密码,10.2.173.56:仓库地址)[root@harbor06 ~]# docker login -u admin -p admin 10.2.173.56WWARNING! Using --password via the CLI is insecure. Use --password-stdin.WARNING!...
2020-03-21 21:39:09 1854
原创 使用Breeze快速搭建GUI方式K8S集群操作手册
参考链接:https://github.com/wise2c-devops/breeze/blob/v1.15/README-CN.md [引言部分]https://github.com/wise2c-devops/breeze/blob/master/BreezeManual-CN.md 【操作部分】https://github.com/wise2c-devops/breeze/blo...
2020-03-21 21:13:24 878
原创 数学专题-算法-矩阵-拟合
'''@Author: Mikeliu@2020@Date: 2020-03-08 10:32:13@LastEditTime: 2020-03-12 09:26:47@LastEditors: Mikeliu@2020@Description: '''#!/usr/bin/python# -*- coding: utf-8 -*- import mathimport date...
2020-03-12 09:29:20 958
原创 斯密特正交化+多项式拟合
看注释,学代码,python解决:斯密特单位正交化数据多项式拟合取方阵的特征向量特征值在这里插入代码片'''@Author: Mikeliu@2020@Date: 2020-03-08 10:32:13@LastEditTime: 2020-03-08 16:03:01@LastEditors: Mikeliu@2020@Description: '''#!/usr/bi...
2020-03-08 16:08:02 639
原创 计算器
计算器:# -*- coding: utf-8 -*-# Author:@MikeLiu# Date 2020-02-20import tkinter #导入tkinter模块root = tkinter.Tk()root.minsize(280,500)root.title('Caculator@MikeLiu')#1.界面布局#显示面板result = tkint...
2020-02-20 16:06:20 140
原创 水仙花数
水仙花数,数学有趣的题目运行结果:Please Input a number (2 < x < 9):3The 3rd NarcissusNum list: 3Number-List: 153Number-List: 370Number-List: 371Number-List: 407This Program has be run 4.282593724079702s...
2020-02-20 16:02:53 99
原创 编写Timestamp程序
运行结果:This tool is for caculatingBool the Leap Year or notThe whole days of the YearCaculate the timestamp as misecond unitBool the Datetime should bestarted [1970-01-01 08:00:00.000 UTC/GMT+08...
2020-02-20 15:57:01 128
原创 编写指数函数
使用数值算法进行指数函数的编写,满足【所有正实数为底数,任意实数为指数的指数函数计算】本程序,使用规范化的编程【注释,分段,变量定义,常量定义】使用牛顿迭代法计算N次方根,并且初始值采用自动计算。程序运行结果:Please Input the Power Number:989Please Input the Power Index:12.333You have input fbaseN...
2020-02-20 15:45:49 1512 2
Excel_Class.rar
2020-08-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人