第1关:结构函数 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace H1 { class Prog ...
在网上找了一些调试springboot 的文章,使用内置tomacat步骤大体都是如下步骤 1.配置插件: <configuration> <jvmArguments> -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address= ...
分类:
编程语言 时间:
2020-06-15 15:54:25
阅读次数:
65
第1关:写一个函数 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace G1 { class Pro ...
ctrl+Alt打开terminal,uname -a查看linux内核版本。我这里安装的ubuntu的内核版本为5.4.0-29-generic。 socket.h中只有函数声明,要获得c文件得解压linux内核源码。 extern int socket (int __domain, int __ ...
分类:
其他好文 时间:
2020-06-14 20:33:35
阅读次数:
52
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:
其他好文 时间:
2020-06-14 18:40:45
阅读次数:
66
Using geometry objects with geoprocessing tools In many geoprocessing workflows, you may need to run a specific operation using coordinate and geometr... ...
分类:
其他好文 时间:
2020-06-14 18:35:28
阅读次数:
66
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:
其他好文 时间:
2020-06-14 18:20:36
阅读次数:
70
原文:redis 主从复制 redis 主从复制# master 节点提供数据,也就是写。slave 节点负责读。 不是说master 分支不能读数据,也能只是我们希望将读写进行分离。 slave 是不能写数据的,只能处理读请求 主从实现# 客户端 127.0.0.1:6379 服务器 212.64... ...
分类:
其他好文 时间:
2020-06-14 14:40:55
阅读次数:
53
通过分析源码可以更好理解List<T>的工作方式,帮助我们写出更稳定的代码。 List<T>源码地址: https://github.com/dotnet/corefx/blob/master/src/System.Collections/src/System/Collections/Generic ...
分类:
Web程序 时间:
2020-06-13 23:22:08
阅读次数:
99
1、V模型:变化的瀑布模型加测试级别 把测试活动分成4个级别:从小到大(从低到高)UT——>IT——>ST——>UAT 测试开始时间:编码完成之后 不足之处:测试没有及早的进入,没有说明每个测试级别如何做。 2、W模型:V模型的改进,设计和执行结合 优点:测试尽早介入;在用户需求阶段就可以介入测试; ...
分类:
其他好文 时间:
2020-06-13 17:27:35
阅读次数:
66