码迷,mamicode.com
首页 >  
搜索关键字:per    ( 2089个结果
CF79D 【Password】
原题链接https://codeforces.com/problemset/problem/79/D 原题描述 D. Password time limit per test 1 second memory limit per test 256 megabytes input standard in ...
分类:其他好文   时间:2020-02-14 16:56:02    阅读次数:103
如何用perf工具
Perf 简介 Perf 是用来进行软件性能分析的工具。 通过它,应用程序可以利用 PMU,tracepoint 和内核中的特殊计数器来进行性能统计。它不但可以分析指定应用程序的性能问题 (per thread),也可以用来分析内核的性能问题,当然也可以同时分析应用代码和内核,从而全面理解应用程序中 ...
分类:其他好文   时间:2020-02-14 16:11:42    阅读次数:76
Codeforces 1270C 思维题
C. Make Good time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Let's call an array a1,a2,… ...
分类:其他好文   时间:2020-02-12 00:35:24    阅读次数:75
pg_dump: [archiver (db)] query failed: ERROR: out of shared memory HINT: You might need to increase max_locks_per_transaction. IN ACCESS SHARE MODE
问题描述 在使用postgres执行一个存储过程,存储过程的操作是对全库上百张表添加字段,执行到一半的时候抛出了错误:You might need to increase max_locks_per_transaction。 原因 因为一个过程中操作的表过多,超过了最大对象锁的限制数量,导致了异常。 ...
分类:数据库   时间:2020-02-11 19:06:24    阅读次数:74
Codeforces 641E
E. Little Artem and Time Machine time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Little ...
分类:其他好文   时间:2020-02-11 09:42:48    阅读次数:71
Codeforces 1300D
D. Aerodynamic time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Guy-Manuel and Thomas are ...
分类:其他好文   时间:2020-02-10 11:33:03    阅读次数:53
LeetCode 1348. Tweet Counts Per Frequency
"题目" 不想多说 ...
分类:其他好文   时间:2020-02-09 20:33:31    阅读次数:75
线程池饥饿问题
:fist_right: 示例 例如,海底捞的服务员(线程),轮流处理每位客人的点餐(任务),如果为每位客人都配一名专属的服务员,那 么成本就太高了(对比另一种多线程设计模式:Thread Per Message) 注意,不同任务类型应该使用不同的线程池,这样能够避免饥饿,并能提升效率 例如,如果一 ...
分类:编程语言   时间:2020-02-09 20:02:16    阅读次数:95
【leetcode】1348. Tweet Counts Per Frequency
题目如下: Implement the class TweetCounts that supports two methods: 1. recordTweet(string tweetName, int time) Stores the tweetName at the recorded time  ...
分类:其他好文   时间:2020-02-09 18:10:45    阅读次数:50
IO之序列化流与反序列化流
首先是运行图 对象序列化流ObjectOutputStream ObjectOutputStream 将 Java 对象的基本数据类型和图形写入 OutputStream。可以使用 ObjectInputStream 读取(重构)对象。 通过在流中使用文件可以实现对象的持久存储。 首先创建一个per ...
分类:其他好文   时间:2020-02-06 14:51:45    阅读次数:73
2089条   上一页 1 ... 15 16 17 18 19 ... 209 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!