安装 1、 直接在百度搜索 sublilme 进入中文官网 如下图: 2、点击windows版本下载 3、 安装选项全部默认即可 激活 1、 双击打开软件Help > Enter菜单,在弹出的文本框中把激活码复制进去激活码 BEGIN LICENSE Member J2TeaMSingle User ...
分类:
其他好文 时间:
2021-03-10 13:22:41
阅读次数:
0
Some people hear their own inner voices with great clearness. And they live by what they hear.Such people become crazy,or they become legends ...... 有 ...
分类:
其他好文 时间:
2021-03-10 13:21:51
阅读次数:
0
问题 vscode使用chrome调试报错"无法访问您的文件"或者"localhost 拒绝了我们的连接请求"。 解决 ctrl+p 搜索launch.json文件 改为: { "version": "0.2.0", "configurations": [ { "name": "使用本机 Chrom ...
分类:
其他好文 时间:
2021-03-10 13:21:22
阅读次数:
0
1、知道什么是前驱图:有向、无环;前驱图的表示方式有两种:箭头、集合2、程序顺序执行的特征:顺序性、封闭性、可再现性;程序并发执行的特征:间断性、失去封闭性、不可在现性。失去封闭性和不可在现行是我们不希望看到的,对程序设计是不利的3、进程:由程序段、数据段、PCB(进程控制块)组成,PCB中包含了一 ...
分类:
其他好文 时间:
2021-03-10 13:20:26
阅读次数:
0
给你一个长度为 n 的链表,每个节点包含一个额外增加的随机指针 random ,该指针可以指向链表中的任何节点或空节点。 构造这个链表的 深拷贝。 深拷贝应该正好由 n 个 全新 节点组成,其中每个新节点的值都设为其对应的原节点的值。新节点的 next 指针和 random 指针也都应指向复制链表中 ...
分类:
其他好文 时间:
2021-03-10 13:19:43
阅读次数:
0
1.分页查询 ①配置类中追加分页插件 //注册分页插件 @Bean public PaginationInterceptor paginationInterceptor() { return new PaginationInterceptor(); } ②测试分页查询 //测试分页查询 @Test ...
分类:
其他好文 时间:
2021-03-10 13:13:53
阅读次数:
0
1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 #include <cmath> 5 #include <cstring> 6 #include <cstdlib> 7 using namespace std; 8 ...
分类:
其他好文 时间:
2021-03-10 13:13:30
阅读次数:
0
顺序语句 案例 package com.bk201.struct; public class ShunXuDemo { public static void main(String[] args) { System.out.println("H"); System.out.println("e"); ...
分类:
其他好文 时间:
2021-03-10 13:13:09
阅读次数:
0
## 伪类:伪类用于DOM树之外的消息,或是不能简单选择器进行表示的信息。前者包含那些匹配指定状态的元素,比如:visited,:active ;后者包含那些满足一定逻辑条件的DOM树中的元素,比如:first-child,:fitst-of-type,:target ## 伪元素:伪元素为DOM树 ...
分类:
其他好文 时间:
2021-03-10 13:12:45
阅读次数:
0
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:
其他好文 时间:
2021-03-10 13:11:51
阅读次数:
0
系统的目录结构 Windows D:\Linux脱产10期视频\基础阶段 反斜线 Linux 所有的文件或者目录的起点或者顶点都是以根开始的 / 斜线 Linux的目录结构就像是一个倒挂的树形结构 必知必会的目录及文件 [root@qls ~]# ls -1 / 软连接文件 /bin #存放系统命令 ...
分类:
其他好文 时间:
2021-03-10 13:11:37
阅读次数:
0
题目描述 1065 A+B and C (64bit) (20 分) Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line ...
分类:
其他好文 时间:
2021-03-10 13:11:02
阅读次数:
0
项目主目录下url.py from app01 import viewsurlpatterns = [ url(r'^admin/', admin.site.urls), # url(r'^home/', views.home), url(r'^$', views.home), # 匹配根路径 # ...
分类:
其他好文 时间:
2021-03-10 13:10:45
阅读次数:
0
需要特别声明,此篇文章翻译于Kuba Michalski《Understanding null, undefined and NaN.》一文 当您开始学习JavaScript时,首先需要学习的是数据类型。只要我们讨论Number、String、Boolean,Object时,还是相当清晰的,一旦涉及 ...
分类:
其他好文 时间:
2021-03-10 13:10:14
阅读次数:
0
一、服务器规划 主机名 主机IP 磁盘配比 角色 node1 public-ip:10.0.0.130cluster-ip:192.168.2.130 sda,sdb,sdcsda是系统盘,另外两块数据盘 ceph-deploy,monitor,mgr,osd node2 public-ip:10. ...
分类:
其他好文 时间:
2021-03-10 13:09:58
阅读次数:
0
1、背景 由于传统已知的三种方法获取uuid都不能保证它唯一不变,那么我们可以利用钥匙串服务,来生成并存储一个唯一不变的字符,作为唯一的设备id. /** 利用CFUUIDCreateString函数生产UUID, 卸载应用重新安装后会不一致*/ + (NSString *)getUUID{ CFU ...
分类:
其他好文 时间:
2021-03-10 13:09:09
阅读次数:
0
【0】默认文件内容 #(1)cluster#cluster.name:集群名称 # 默认名称为 elasticsearch#(2)node #node.name:node-1 #默认为计算机名,但应该为节点起一个描述性名称 #node.attr.rack:r1 #添加自定义的节点属性 #(3)pat ...
分类:
其他好文 时间:
2021-03-10 13:08:38
阅读次数:
0