leetcode(9)——Palindrome Number 题目:Palindrome Number 该题目就是判断一个数字是否是回文数字的问题,回文数字指的是该数字从左到右读和从右到左读都是一样的,可以看成是 “对称” 的数字 比如:121 ,22 ,1 是回文数字 ,215,12,不是回文数字。 ps: 负数不是回文数字 解答题目: 代码: 运行截图:......
leetcode 20. Valid Parentheses Given a string containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[’ and ‘]’, determine if the input string is valid. The brackets must close in the correct order, “()” and “()[]{}” are all valid but “(]” and “([)]” ar...
关于外网设备访问一个advertise-address为内网IP的内网构建的kubernetes集群的问题 环境描述 问题描述 问题原因 解决方案 额外问题 问题描述 问题解决方案 环境描述 Kubernetes版本1.15 测试客户端centos7 问题描述 将构建于内网网络环境上的kubernetes集群的/etc/kubernetes/admin.conf文件拷贝到外网的一台装有kubern...【...