码迷,mamicode.com
首页 >  
搜索关键字:mb    ( 3622个结果
LeetCode 784. Letter Case Permutation (字母大小写全排列 )
题目标签: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
Linux25_安装CentOS服务器并配置
在CentOS官网上安装Minimal版本,这个版本只有900多MB,只有纯命令行界面,适合用于部署服务器; ...
分类:系统相关   时间:2020-03-15 22:27:08    阅读次数:97
AtCoder 155 E Payment
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
AtCoder 155 C Poll
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下yum升级被PackageKit锁定(docker1)
新安装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
Tkinter小工具程序
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
测试 USB 存储设备读写性能(Mb/s),平均读写速度等
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
解决.NETMVC(ajax)Json请求太大,无法反序列化(The JSON request was too large to be deserialized)问题
遇到这个问题时候感觉挺奇怪,感觉数据并没有几十上百MB的级别,怎么就报Json请求太大了。但是无论如何,遇到了就尝试解决。查到的最多的解决方案是: 1、修改Web.config文件配置节system.web下httpRuntime maxRequestLength<system.web> <http ...
分类:Web程序   时间:2020-03-13 01:24:29    阅读次数:91
CodeCraft-20(Div. 2 abcd
看 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
bzoj 4589: Hard Nim
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
3622条   上一页 1 ... 11 12 13 14 15 ... 363 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!