其实我是用mac的, 但是mac的gdb有问题我不知道该怎么解决. 总之一直不能成功. 于是打算在ubuntu上进行调试. 安装过程记在这里了. 然后参考这几篇(其实都没怎么看, 随便试试的) debugging - How do I debug an MPI program? - Stack Ov ...
分类:
数据库 时间:
2021-03-29 11:45:12
阅读次数:
0
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:
Web程序 时间:
2021-03-29 11:40:19
阅读次数:
0
Amundsen的使命,整理有关数据的所有信息,并使其具有普遍适用性。 这是Amundsen官网的一句话,对于元数据的管理工作,复杂且繁琐。可用的工具很多各有千秋,数据血缘做的较好的应该是Apache Atlas,而数据可视化做的较好的应该是Apache Superset。业界一直需要一个可以整合这 ...
分类:
其他好文 时间:
2021-03-26 15:12:41
阅读次数:
0
wpa_supplicant and Hotspot 2.0 This document describe how the IEEE 802.11u Interworking and Wi-Fi Hotspot 2.0 (Release 1) implementation in wpa_suppli ...
分类:
其他好文 时间:
2021-03-18 14:15:04
阅读次数:
0
原文:https://reactjs.org/blog/2019/08/15/new-react-devtools.html Introducing the New React DevTools We are excited to announce a new release of the Reac ...
分类:
其他好文 时间:
2021-03-17 14:05:07
阅读次数:
0
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:
其他好文 时间:
2021-03-16 14:09:27
阅读次数:
0
我真的服了。 关于tmp应该保存什么值,糊涂了,自己画内存图才明白。 tmp应该存的是oldHead.next而不是oldHead。难怪一直在循环里跳不出来。debug好久。 tmp要存将要被改变,但原来的值还要用的变量! /** * Definition for singly-linked lis ...
分类:
其他好文 时间:
2021-03-16 13:52:45
阅读次数:
0
```python #先安装 pip install django-debug-toolbar #在settings.py里面设置 #在本机调试就写本机的IP地址 INTERNAL_IPS = ['127.0.0.1', ] #要引入jquery,自己在bootcdn上面选一个合适的 DEBUG_T ...
分类:
其他好文 时间:
2021-03-16 11:41:15
阅读次数:
0
处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
分类:
其他好文 时间:
2021-03-15 11:18:36
阅读次数:
0
线上PHP环境的安装一般使用编译的方式,但是需要手动一个一个安装,这次使用yum来进行安装 1.安装EPEL源 rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 或者 yum install ...
分类:
Web程序 时间:
2021-03-11 20:48:12
阅读次数:
0