传送门 ?题意 给你一个大于 1 的正整数 n; 它可以分解成不同的质因子的幂的乘积的形式,问这些质因子的幂中,最小的幂是多少。 ?题解 定义 $ans$ 表示最终答案; ①如果 $ans \ge 5$: 那么,肯定有 $n=p^{ans}\ ,\ p \le \sqrt[{ans}]{n}$,也就 ...
分类:
其他好文 时间:
2019-10-20 17:36:31
阅读次数:
77
office2019下载以及激活密钥(亲测可用)2019-01-02 16:41:00 weixin_30482181 阅读数 15 原文链接:http://www.cnblogs.com/feiquan/p/10209379.html office2019激活密钥 W8W6K-3N7KK-PXB9 ...
分类:
其他好文 时间:
2019-10-20 12:53:37
阅读次数:
156
Linux Shell shell 1. 后台运行命令 nohup python xxx.py & 查找替换 只在目录中所有的 .py 和 .dart 文件中递归搜索字符"main()" grep "main()" . r include .{py, dart} 1) 全文搜索并替换 sed i " ...
分类:
系统相关 时间:
2019-10-19 12:52:23
阅读次数:
99
Given an integer, write a function to determine if it is a power of two. Example 1: Example 2: Example 3: 真就一行啊,举例:8 == 1000, 8 - 1 = 7 == 0111,做与必定为0 ...
分类:
其他好文 时间:
2019-10-19 09:50:06
阅读次数:
64
Given an integer (signed 32 bits), write a function to check whether it is a power of 4. Example 1: Example 2: Input: 5 Output: false class Solution { ...
分类:
其他好文 时间:
2019-10-19 09:37:02
阅读次数:
76
Given an integer, write a function to determine if it is a power of three. Example 1: Example 2: Example 3: Example 4: Follow up:Could you do it witho ...
分类:
其他好文 时间:
2019-10-19 09:21:30
阅读次数:
73
刚刚做了一道2048game的题目 You are playing a variation of game 2048. Initially you have a multiset ss of nn integers. Every integer in this multiset is a power ...
分类:
其他好文 时间:
2019-10-18 21:56:52
阅读次数:
72
BI 目的 单表的展示有限很多的时候只能体现现象, 仅仅进行监控级别没问题 但是就数据分析而言实在不够用, 大部分的事情需要多表多图展示才可以通过现象深入挖掘诱因 BI 安装 这里使用 microsoft 的 Power BI 因为基础而且免费, 和 microsoft 的环境同套学习成本低 下载软 ...
分类:
其他好文 时间:
2019-10-18 18:44:36
阅读次数:
143
下载对应系统的nomn工具(我用centos6.5_64位下载的是nmon_linux_14i.tar.gz) mkdir /nmon cd /nmon 导入nmon的tar.gz包解压 tar -zxvf nmon_linux_14i.tar.gz chmod 777 nmon_x86_64_sl ...
分类:
其他好文 时间:
2019-10-18 12:16:57
阅读次数:
79
很久很久以前,有一群人,他们决定用8个可以开合的晶体管来组合成不同的状态,以表示世界上的万物,他们把这称为”字节”。再后来,他们又做了一些可以处理这些字节的机器,机器开动了,可以用字节来组合出很多状态,状态开始变来变去,他们就把这机器称为”计算机”。 开始计算机只在美国用。八位的字节一共可以组合出2 ...
分类:
其他好文 时间:
2019-10-16 09:26:12
阅读次数:
73