1.为什么学习rust 官网的解释如下,性能好,可靠,生产力。我的理由,想看看怎么保证内存安全与线程安全的 1. 环境搭建 去网站下载 对应的rustup-init https://forge.rust-lang.org/infra/other-installation-methods.html 然 ...
分类:
其他好文 时间:
2020-07-12 14:35:30
阅读次数:
57
HTML: <ul class="tree" id="tree"> <li>Animals <ul> <li>Mammals <ul> <li>Cows</li> <li>Donkeys</li> <li>Dogs</li> <li>Tigers</li> </ul> </li> <li>Other ...
分类:
其他好文 时间:
2020-07-11 21:19:43
阅读次数:
70
1.编写好一个HTML程序 2.使用快捷键:ctrl+shift+X打开扩展栏 3.输入open in browser,看到第一个插件,点击安装 4.安装成功以后,右击项目,点击默认浏览器打开或者其他浏览器打开 Open In Default Browser Open In Other Browse ...
分类:
Web程序 时间:
2020-07-11 16:50:00
阅读次数:
385
package LeetCode_680 /** * 680. Valid Palindrome II * https://leetcode.com/problems/delete-operation-for-two-strings/description/ * * Given two words ...
分类:
其他好文 时间:
2020-07-10 09:29:42
阅读次数:
68
@Configuration介绍 Spring3.0之前要使用Spring必须要有一个xml配置文件,这也是Spring的核心文件,而Spring3.0之后可以不要配置文件了,通过注解@Configuration完全搞定。 @Configuration即用来代替Spring配置文件的,它就是一个@C ...
分类:
编程语言 时间:
2020-07-09 12:32:42
阅读次数:
98
在Linux中:譬如: 其中蓝色框内的就是对应文件的权限: r:read (4) w:write (2) x:执行权 (1) 每一行都是:三个为一组,一共三组,依序为:用户权限(user,u),组权限(group,g),其他(other,o)(最高权限为:777) 在现有权限上更改:使用+: chm ...
分类:
系统相关 时间:
2020-07-08 10:29:47
阅读次数:
90
1.docker在线安装与启动 1.1安装docker [root@localhost /]#yum install –y epel-release [root@localhost /]# yum -y install docker-io 1.2启动docker服务 [root@localhost ...
分类:
其他好文 时间:
2020-07-08 01:32:28
阅读次数:
187
预备知识 PNG文件格式 8字节 → PNG文件头 再往后就是第一个数据块:数据块由4字节的数据域长度,4字节的类型码,指定长度(前面提到的数据域长度,这里IHDR就是0x0D个字节也即13字节)的数据,和4字节的CRC码组成。 而IHDR的组成为:4字节宽度,4字节高度,1字节位深度,1字节颜色类 ...
分类:
其他好文 时间:
2020-07-07 13:06:54
阅读次数:
187
It lets you focus on improving the “Chatbot” part of your project by providing readymade code for other background tasks like deploying, creating serv ...
分类:
其他好文 时间:
2020-07-07 10:25:28
阅读次数:
79