1. 准备工作: 需要.netcore或者java程序一套,引入consul第三方包 我这里搭建了一个.netcore的webapi项目,引入Consul第三方包,网上可查资料一堆 环境需要kong,konga管理平台,consul 2. 运行程序,注册服务到consul端 找到项目调试debug目 ...
分类:
其他好文 时间:
2021-03-29 11:48:30
阅读次数:
0
其实我是用mac的, 但是mac的gdb有问题我不知道该怎么解决. 总之一直不能成功. 于是打算在ubuntu上进行调试. 安装过程记在这里了. 然后参考这几篇(其实都没怎么看, 随便试试的) debugging - How do I debug an MPI program? - Stack Ov ...
分类:
数据库 时间:
2021-03-29 11:45:12
阅读次数:
0
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 ...
分类:
编程语言 时间:
2021-03-18 14:13:35
阅读次数:
0
如何检测GPS有没有开启我是写在高德地图API接口中fail函数里的 openGps(){ let system = uni.getSystemInfoSync();// 获取系统信息 if (system.platform 'android') { // 判断平台 var context = pl ...
分类:
移动开发 时间:
2021-03-17 14:37:45
阅读次数:
0
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticsearchTemplate' defined in class pa ...
分类:
编程语言 时间:
2021-03-17 14:15: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
MySQL架构 Replication(MR)异步复制 无法保证当master失效后所有的updates已经复制到了slaves上,只有重启master才能继续恢复这些数据,如果master因为宿主机器物理损坏而无法修复,那些尚未复制到slaves上的updates将永久性丢失;因此异步方式存在一定 ...
分类:
数据库 时间:
2021-03-16 11:41:49
阅读次数:
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