zoukankan
html css js c++ java
release里的.pdb文件
今天还作了一个小程序,是
基于3层结构的一个solution,例子已放在“文件”中的一个叫People.rar的包里!
顺便理解了一下.pdb文件:
.pdb 全称是 program debug database
它在工程编译时自动生成, 程序运行时是不需要它的
但是,要debug代码时,需要加载它,否则不能调试
pdb是存储Debug信息的文件。
一般都比较大。如果不调试的话他是没有用的。
release之后,你要是直接执行exe,他是一点儿用处都没有的。
Moving on...Candy
查看全文
相关阅读:
C++ *和&
leetcode 338. Bit位计数
leetcode 216. 组合总和 III
leetcode 40. 组合总和 II
c++ vector 常用函数
leetcode 491. 递增子序列
leetcode 441. 排列硬币
leetcode 258. 各位相加
leetcode 415. 字符串相加
leetcode 67. 二进制求和
原文地址:https://www.cnblogs.com/Candy/p/1209306.html
最新文章
1280. Topological Sorting
1272. Non-Yekaterinburg Subway
1031. Railway Tickets
1208. Legendary Teams Contest
1709. Penguin-Avia
1210. Kind Spirits
1022. Genealogical Tree
1106. Two Teams
1837. Isenbaev's Number
炮兵阵地
热门文章
Codeforces 1263D Secret Passwords(并查集)
Codeforces 1263D Secret Passwords(并查集)
Codeforces 1263C Everyone is a Winner!
Codeforces 1263C Everyone is a Winner!
Codeforces 1263B PIN Codes
Codeforces 1263B PIN Codes
Codeforces 1263A Sweet Problem
Codeforces 1263A Sweet Problem
HDU 1754 I Hate It(线段树解决RMQ问题)
HDU 1754 I Hate It(线段树解决RMQ问题)
Copyright © 2011-2022 走看看