Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
分类:
其他好文 时间:
2021-07-23 17:39:58
阅读次数:
0
内存不够: 1,确认系统已占用内存是否正常,排除数据量过大导致的问题,此时系统内存不足导致 std::bad_alloc 内存剩余: 1,确认接口调用时,调用和背调接口的的参数是否一致,动态库库调用中若不一致,编译链接通过,但执行可能导致 std::bad_alloc 2,确认是否使用vector, ...
cat CentOS-Base.repo # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to p ...
分类:
其他好文 时间:
2021-07-19 16:46:42
阅读次数:
0
Istio介绍 一、Istio介绍 官方文档:https://istio.io/docs/concepts/what-is-istio/ 中文官方文档:https://istio.io/zh/docs/concepts/what-is-istio/ Github地址:https://github.c ...
分类:
其他好文 时间:
2021-07-14 18:47:03
阅读次数:
0
What 实习的第二周的周一,我被安排实现一个:把数据库的数据,导出到Excel并下载 的功能,然后做成公共调用的接口 在实现前后端代码后,发现点击 导出 按钮后,前端后端都不报错,但是浏览器没有相应的 响应下载 项目是采用Spring Boot + Vue的前后端分离,其中所有的请求都是封装在对应 ...
分类:
Web程序 时间:
2021-07-06 16:25:33
阅读次数:
0
14,17,24,83,33,21,43,60,20,28,82,88,79,25,15,93,48,76,40,58,95,13,75,66,38,60,18,25,31,89,20,14,58,53,80,58,63,22,92,60,10,25,88,87 950,928,212,880,46 ...
分类:
其他好文 时间:
2021-07-05 19:05:30
阅读次数:
0
1046 Shortest Distance (20 分) The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest ...
分类:
其他好文 时间:
2021-07-05 17:06:44
阅读次数:
0
我的环境是:Django2.2 + Python3.7 Q1 将Django的DEBUG设置为False后,静态文件加载失败:报404 原因:Django的DEBUG设置为True,表示项目以调试方式运行,这种模式下程序出错后会在前端页面和后台报出对应错误,并且Django会自动搜索静态文件。设置D ...
分类:
其他好文 时间:
2021-07-02 15:53:24
阅读次数:
0
1.volatile关键字的两层语义 一旦一个共享变量(类的成员变量、类的静态成员变量)被volatile修饰之后,那么就具备了两层语义: 1)保证了不同线程对这个变量进行操作时的可见性,即一个线程修改了某个变量的值,这新值对其他线程来说是立即可见的。 2)禁止进行指令重排序。 先看一段代码,假如线 ...
分类:
其他好文 时间:
2021-07-02 15:31:10
阅读次数:
0
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:
移动开发 时间:
2021-07-01 16:54:55
阅读次数:
0