自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (21)
  • 收藏
  • 关注

原创 Linux crash 快速定位调用栈

一段测试代码发生非法内存访问,发生段错误收到 SIGSEGV 信号崩溃,通过如下几种方法快速的定位到崩溃前的调用栈。1、借助 valgrind 工具。valgrind ./test.out可看到 test.cpp 203 行调用了 std::string 的empty 函数,导致的奔溃。0x401E2B 是函数 CDropScopeConfig::initLineContext 的地址。可通过 a...

2017-12-27 20:35:13 4987

原创 VS 调试记录

项目中有类似于这样结构的一段代码,特此记录一下调试结果。class A{public: virtual void func() = 0;};class B :public A{ int b = 1;public: virtual void func() override { }};class C :public A{public: virtual void

2017-12-06 21:35:34 1635

原创 C++ 标准库中 string 使用的优化技术

往容器中添加元素,若是要使用移动语义,一样的使用 std::move.int main(){ std::string s{"hello world"}; std::cout << (int*)(s.c_str()) << "\n"; std::vector vec; vec.push_back(std::move(s)); std::cout <<

2017-12-06 13:21:01 2493

tmux_for_git-bash.zip

tmux_for_git-bash 来自 github,原始链接也许不能下载。tmux_for_git-bash 来自 github,原始链接也许不能下载。

2020-05-11

The Hacker’s Guide to Scaling Python

The Hacker's Guide to Scaling Python Julien Danjou The Hacker's Guide to Scaling Python Julien Danjou

2018-05-25

mastering go packt 2018

mastering go packt 2018 mastering go packt 2018 mastering go packt 2018

2018-05-09

Mastering TensorFlow 1.x

Mastering TensorFlow 1.x Copyright 2018 Packt Publishing

2018-04-25

Deep Learning with TensorFlow 第二版

Deep Learning with TensorFlow Second Edition 2018 Packt Publishing

2018-04-18

With Open AI, TensorFlow and Keras Using Python

With Open AI, TensorFlow and Keras Using Python

2018-04-18

Discover the Mathematical Language of Data in Python

Discover the Mathematical Language of Data in Python

2018-04-18

Memory Dump Analysis Anthology, Volume 3 内存分析技术

Memory Dump Analysis Anthology 内存分析系列 缺少第四卷

2018-04-08

Memory Dump Analysis Anthology, Volume 5

Memory Dump Analysis Anthology, Volume 5 内存分析技术系列 缺少第四卷

2018-04-08

Memory Dump Analysis Anthology Volume 7

Memory Dump Analysis Anthology, Volume 7 内存分析技术系列

2018-04-08

Machine Learning with TensorFlow

Machine Learning with TensorFlow tensorflow 学习资料

2018-03-19

sourceInsight4 4084破解

sourceInsight4 4084破解

2017-03-05

sourceInsight4 2017最新版

sourceInsight4 支持代码折叠 支持代码折叠 支持代码折叠

2017-02-23

GNU二进制工具链介绍

GNU二进制工具链介绍

2017-02-19

VSPD虚拟串口软件

VSPD虚拟串口软件 vspd7.2.308.7

2016-12-09

securecrt注册机

securecrt注册机,支持最新8.0版本

2016-12-09

Ultra Edit

编辑器

2016-08-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除