OSI 7层 vs TCP/IP 4~5 层模型介绍 OSI 7层模型 (Open System Interconnection) OSI是Open System Interconnection的缩写,意为开放式系统互联。国际标准化组织(ISO)制定了OSI模型,该模型定义了不同计算机互联的标准,是 ...
分类:
其他好文 时间:
2021-02-22 12:30:52
阅读次数:
0
灵魂拷问!来看看这份超全面的《Android面试题及解析》,成功定级腾讯T3-2 ...
分类:
移动开发 时间:
2021-02-22 12:05:26
阅读次数:
0
1 // 报错内容 Your project does not reference ".NETFramework,Version=v4.5" framework. Add a reference to ".NETFramework,Version=v4.5" in the "TargetFramew ...
分类:
Web程序 时间:
2021-02-22 11:53:25
阅读次数:
0
es6基础语法 require vs import 语法 示例: 如何导入 moment包 //require语法 const moment = require('moment'); date = moment().locale('zh-cn').format('YYYY_MM_DD_HH_mm_s ...
分类:
其他好文 时间:
2021-02-20 12:19:45
阅读次数:
0
线上有一个消息消费服务,主线程批量从kafka拉取消息,然后提交到子线程池中挨个消费。分布式追踪用到的kafka插件会使子线程创建的ThreadLocalScope被循环引用,从而造成内存泄漏。 ...
分类:
其他好文 时间:
2021-02-20 11:53:15
阅读次数:
0
valgrind是很好的检查内存泄漏的工具 使用命令: $ valgrind --tool=memcheck --log-file=/root/valgrind_log_all --leak-check=full --error-limit=no --show-reachable=yes --tra ...
分类:
其他好文 时间:
2021-02-19 13:36:36
阅读次数:
0
swiper6和swiper5所需文件所在目录不一样。(懒得截屏说明了,有兴趣的小伙伴可以去试试,图仅展示两个版本的区别)。 本次使用vs cod 中install swiper@5.4.5,会按照swiper6的目录去找文件,会报找不到某个文件的error。 ...
分类:
其他好文 时间:
2021-02-17 14:38:07
阅读次数:
0
Problem Description Due to the increase in the number of students of Berland State University it was decided to equip a new computer room. You were gi ...
分类:
其他好文 时间:
2021-02-16 12:07:01
阅读次数:
0
项目地址 https://github.com/conwnet/github1s 使用方式 把浏览器里地址栏里github项目地址github后面加1s改为github1s即可。 以Sentinel项目为例: https://github.com/alibaba/Sentinel 改为 https: ...
分类:
其他好文 时间:
2021-02-15 12:11:40
阅读次数:
0
我的VS编译启动默认是iis Express 先启动,然后在调试的时候附加到进程,选择dotnet.exe,一般会有两个,我推测第一个应该是dotnet的运行时。 我们附加到那个ID比较大的进程就好了。 附加完成后看到断点显示正常就好了,如果是显示空心的无文档状态则应该附加错了。 ...
分类:
Web程序 时间:
2021-02-10 13:40:36
阅读次数:
0