题目标签:Backtracking 用dfs,只对字母分别递归小写 和 大写,具体看code。 Java Solution: Runtime: 1 ms, faster than 100.00 % Memory Usage: 42.7 MB, less than 8.00 % 完成日期:12/15/ ...
分类:
其他好文 时间:
2020-03-16 10:02:21
阅读次数:
79
在CentOS官网上安装Minimal版本,这个版本只有900多MB,只有纯命令行界面,适合用于部署服务器; ...
分类:
系统相关 时间:
2020-03-15 22:27:08
阅读次数:
97
Payment 时间限制: 1 Sec 内存限制: 128 MB 题目描述 In the Kingdom of AtCoder, only banknotes are used as currency. There are 10100+1 kinds of banknotes, with the v ...
分类:
其他好文 时间:
2020-03-14 21:45:00
阅读次数:
48
Poll 时间限制: 1 Sec 内存限制: 128 MB 题目描述 We have N voting papers. The i-th vote (1≤i≤N) has the string Si written on it.Print all strings that are written o ...
分类:
其他好文 时间:
2020-03-14 19:48:11
阅读次数:
60
新安装centos7后,第一次升级出现下面的错误 Another app is currently holding the yum lock; waiting for it to exit... 另一个应用程序是:PackageKit 内存:113 M RSS (535 MB VSZ) 已启动: S ...
分类:
其他好文 时间:
2020-03-14 12:54:25
阅读次数:
72
import tkinter as tk import tkinter.filedialog import tkinter.messagebox as mb import webbrowser class RosDecrypt(object): file_lists = [] name = '' p ...
分类:
其他好文 时间:
2020-03-14 11:08:11
阅读次数:
96
1.将U盘(USB3.0)插入被测试机器,假定识别设备为sdc2.创建vfat文件系统分区/dev/sdb1分区容量大于30GBumount /dev/sdc1mkfs -t vfat /dev/sdc1mkdir /upanmount -t vfat /dev/sdc1 /upan3.测试U盘写入 ...
分类:
Web程序 时间:
2020-03-13 23:27:44
阅读次数:
93
遇到这个问题时候感觉挺奇怪,感觉数据并没有几十上百MB的级别,怎么就报Json请求太大了。但是无论如何,遇到了就尝试解决。查到的最多的解决方案是: 1、修改Web.config文件配置节system.web下httpRuntime maxRequestLength<system.web> <http ...
分类:
Web程序 时间:
2020-03-13 01:24:29
阅读次数:
91
看 Editorial 补题的蒟蒻 传送门 A Grade Allocation standard input/output 1 s, 256 MB Submit Add to favourites x8615 cout << min(sum(ai), m);B String Modificatio ...
分类:
其他好文 时间:
2020-03-12 14:09:51
阅读次数:
67
Time Limit: 10 Sec Memory Limit: 128 MB Submit: 2106 Solved: 1126 [Submit][Status][Discuss] Description Claris和NanoApe在玩石子游戏,他们有n堆石子,规则如下: 1. Claris和N ...
分类:
其他好文 时间:
2020-03-10 23:29:57
阅读次数:
70