task1 x1,y1=1.2,3.57 x2,y2=2.26,8.7 print("{:-^40}".format("输出1")) print("x1={},y1={}".format(x1,y1)) print("x2={},y2={}".format(x2,y2)) print("{:-^40 ...
分类:
其他好文 时间:
2021-04-05 12:32:08
阅读次数:
0
Given a string s containing only three types of characters: '(', ')' and '*', return true if s is valid. The following rules define a valid string: An ...
分类:
其他好文 时间:
2021-03-30 13:25:25
阅读次数:
0
Remove Duplicates from Sorted List 2 删除排序链表中的重复元素 Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only d ...
分类:
编程语言 时间:
2021-03-17 15:07:16
阅读次数:
0
gnu http://www.gnu.org/software/binutils/ The GNU Binutils are a collection of binary tools. The main ones are: ld - the GNU linker. as - the GNU asse ...
分类:
其他好文 时间:
2021-03-11 20:36:58
阅读次数:
0
Remove Palindromic Subsequences (E) 题目 Given a string s consisting only of letters 'a' and 'b'. In a single step you can remove one palindromic subseq ...
分类:
其他好文 时间:
2021-03-09 13:26:40
阅读次数:
0
场景 我们有一个导入表格的功能,是为了给X战警加入【泽维尔天才青少年学校】开课用的。 正常导入的表格是这个样子的 这里有一行数据,为了给金刚狼开课,让他能跟X教授欢乐的学习。 异常 但是,有人在里边加入了迪迦奥特曼图片!!! 我们都知道迪迦奥特曼和我们的X战警不是一个次元的,奥特曼怎么能当X战警呢? ...
分类:
其他好文 时间:
2021-03-05 13:29:37
阅读次数:
0
共四块内容 (1):spring框架的概述以及spring中基于XML的IOC配置 (2):spring中基于注解的IOC和IOC的案例 (3):spring中的aop和基于XML以及注解的AOP配置 (4):spring中的JdbcTemplate以及spring事务控制 1、spring的概述 ...
分类:
编程语言 时间:
2021-03-04 13:15:39
阅读次数:
0
参考资料 Influx Proxy 是一个基于高可用、一致性哈希的 InfluxDB 集群代理服务,实现了 InfluxDB 高可用集群的部署方案,具有动态扩/缩容、故障恢复、数据同步等能力。 相关文档:https://github.com/chengshiwen/influx-proxy 下载地址 ...
分类:
数据库 时间:
2021-03-04 13:07:16
阅读次数:
0
Ubuntu18.04 安装MySQL环境信息:OS:Ubuntu18.04MySQL: 5.7.22 Ubuntu19.04 安装MySQL 8.0.16 见 --> 链接 1.安装MySQL在Ubuntu中,默认情况下,只有最新版本的MySQL包含在APT软件包存储库中,要安装它,只需更新服务器 ...
分类:
数据库 时间:
2021-03-02 12:22:11
阅读次数:
0
apt install的过程中会出现一些错误,加入--only-upgrade 在安装就可以了 第1步:安装Apache httpd服务器 首先更新系统,然后运行以下命令安装apache2软件包: sudo apt update sudo apt -y upgrade sudo apt instal ...
分类:
其他好文 时间:
2021-03-01 12:57:53
阅读次数:
0