玩过C++shared_ptr类型的智能指针的同学,是否有接触过std::enable_shared_from_this,它的出现为我们提供哪些编程方面的便利呢?下面就介绍它。 一、std::enable_shared_from_this的作用 按照enable_shared_from_this - ...
分类:
其他好文 时间:
2021-05-24 08:33:15
阅读次数:
0
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:
其他好文 时间:
2021-05-24 08:27:38
阅读次数:
0
主要有两个问题: 1.未打开密码登录方式 输入 vi /etc/ssh/sshd_config 找到 PasswordAuthentication 设置为 yes。 记得重启ssh:输入 systemctl restart sshd 2. 没有创建对应的用户 腾讯云默认的用户是lighthouse, ...
分类:
系统相关 时间:
2021-05-24 08:11:48
阅读次数:
0
// 父类 function Parent() {this.eyes = 'blue'} Parent.prototype.getEyes = function getEyes() { console.log(this.eyes) } // 子类 function Chilren() {} // 原 ...
分类:
其他好文 时间:
2021-05-24 08:11:12
阅读次数:
0
<style type="text/css"> <!-- @import url(E:/mashibin/html/TP0002/v2/demo1/node_modules/@fortawesome/fontawesome-free/css/all.css);/*这里是通过@import引用CSS的 ...
分类:
其他好文 时间:
2021-05-24 07:48:28
阅读次数:
0
Git命令来获取/查找以test_ca_v开头的最后一个标签 git describe --match "test_ca_v*" --abbrev=0 --tags $(git rev-list --tags --max-count=1) 效果: ...
分类:
其他好文 时间:
2021-05-24 07:47:44
阅读次数:
0
MarkDown 30s入门 标题 “#” + “空格” + ”你要写的标题内容“ + ”Enter“ = 一级大标题 “##” + “空格” + ”你要写的标题内容“ + ”Enter“ = 二级大标题 “###” + “空格” + ”你要写的标题内容“ + ”Enter“ = 三级大标题 “## ...
分类:
其他好文 时间:
2021-05-24 07:09:21
阅读次数:
0
打开设置,选择编程语言 At end of line (K&R style) 是侧括号换行,其他可自行尝试 ...
分类:
其他好文 时间:
2021-05-24 07:05:28
阅读次数:
0
rsync+notify实时同步 简介 rsync与传统的cp、tar备份方式相比,rsync具有安全性高、备份迅速、支持增量备份等优点,通过rsync可以解决对实时性要求不高的数据备份需求,例如定期的备份文件服务器数据到远端服务器,对本地磁盘定期做数据镜像等。 随着应用系统规模的不断扩大,对数据的 ...
分类:
其他好文 时间:
2021-05-24 06:25:50
阅读次数:
0
1 <html> 2 <head> 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 4 <title>Reg</title> 5 <style> 6 .state1{ 7 color:#aaa; 8 } 9 ...
分类:
Web程序 时间:
2021-05-24 06:16:05
阅读次数:
0