场景:新功能在本地的dev_feat分支开发过程中,提交了多次,生成了多个commit id,开发测试完成后将新功能合并到dev分支上,但是不想要这些提交记录,那么可以将多个commitid合并成一个,再merge或者push到dev分支上。 比如git log 看到以下三个提交: 前面说过 com ...
分类:
其他好文 时间:
2020-12-09 11:56:27
阅读次数:
5
华为交换机的vlan隔离策略要在vlan里应用traffic policy来做#acl number 3011 rule 5 deny ip source 192.168.2.0 0.0.0.255 destination 192.168.1.0 0.0.0.255 rule 10 deny ip ...
分类:
其他好文 时间:
2020-12-09 11:33:07
阅读次数:
4
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements ...
分类:
其他好文 时间:
2020-12-03 12:09:41
阅读次数:
6
tensorflow版本:1.15.0 tf.summary.scalar,tf.summary.histogram,tf.summary.merge_all,tf.summary.merge,tf.summary.FileWriter,writer.add_summary用法简单演示! impor ...
分类:
其他好文 时间:
2020-12-03 11:45:54
阅读次数:
4
在OC中,由于分类底层结构的限制,并不能添加成员变量到分类中,但是可以通过关联对象实现。 涉及到的相关api //添加关联对象 // objece 需要添加关联对象的对象 // key 用来去关联值得key // value 关联的值 // policy 政策(retain、assin) void ...
分类:
其他好文 时间:
2020-12-02 12:33:34
阅读次数:
7
Referrer-Policy: no-referrer——不显示Referrer的任何信息在请求头中。 Referrer-Policy: no-referrer-when-downgrade——这是默认值。当从https网站跳转到http网站或者请求其资源时(安全降级HTTPS→HTTP),不显示 ...
分类:
其他好文 时间:
2020-12-02 12:15:04
阅读次数:
2
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:
系统相关 时间:
2020-12-01 11:45:15
阅读次数:
10
上一篇中,我们提到了日志数据是如何进行解析了。然而,Serilog 灵活采用了不同的策略(Policy)决定一个日志对象如何解析到LogEventPropertyValue的子类对象中,即采用了IScalarConversionPolicy以及IDestructingPolicy接口对数据做转换。在 ...
分类:
其他好文 时间:
2020-11-26 14:27:51
阅读次数:
4
startWith 在订阅的时候插入发送事件,后加入的先发送。完成事件发送时不会插入。 let ob = PublishSubject<String>() ob.startWith("插入1").startWith("插入2").subscribe(onNext: { element in prin ...
分类:
编程语言 时间:
2020-11-25 12:35:08
阅读次数:
3
Github使用记录 配置Git $ ssh-keygen -t rsa -C "your_email@youremail.com" 改为自己的name和地址,继续回车,默认路径和密码,继续回车,生成.ssh,打开id_rsa.pub,复制key到github的setting中。 $ ssh -T ...
分类:
其他好文 时间:
2020-11-25 12:05:08
阅读次数:
7