昨天群里讨论标题的问题 实矩阵酉相似是否等价于正交相似? 我在这里找到了答案。第一步是证明如下引理。 $A$和$B$正交相似,当且仅当$A$和$A^\mathsf{T}$同时实相似到$B$和$B^\mathsf{T}$。这里$\mathsf{T}$表示转置。 方便起见,用$'$表示转置。一面是简单地 ...
分类:
其他好文 时间:
2020-02-18 09:32:16
阅读次数:
142
pip 运行报错: 关于:Fatal error in launcher: Unable to create process using '"e:\python36\python3.exe" "E:\python36\Script\pip3.exe"问题 由于安装tensorflow,下载 了Ana ...
分类:
编程语言 时间:
2020-02-17 15:59:46
阅读次数:
177
BFC(Block formatting context)直译为"块级格式化上下文"。它是一个独立的渲染区域,只有Block level box参与, 它规定了内部的Block level Box如何布局,并且与这个区域外部毫不相干。 BFC是一个独立的布局环境,其中的元素布局是不受外界的影响,并且 ...
分类:
其他好文 时间:
2020-02-17 15:53:37
阅读次数:
71
网址:http://www.beijing.gov.cn/hudong/hdjl/com.web.search.mailList.flow Python爬虫代码: import requests import re import xlwt # #https://flightaware.com/liv ...
分类:
其他好文 时间:
2020-02-16 01:18:23
阅读次数:
120
后来在用JAVA爬取北京信件内容过程中出现好多问题。 我该用python爬取。 这个是我爬取出来的各个信件网址的后缀即(http://www.beijing.gov.cn/hudong/hdjl/com.web.suggest.suggesDetail.flow?originalId=AH20021 ...
分类:
其他好文 时间:
2020-02-14 22:20:42
阅读次数:
136
[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1 cookie=0x0, duration=432.489s, table=0, n_packets=1, n_bytes=70, in_port="s1_p1" actions=output:"s1_p1" ...
分类:
其他好文 时间:
2020-02-14 18:30:26
阅读次数:
111
类型type:clusterip和service内部的关系 待办https://stackoverflow.com/questions/41509439/whats-the-difference-between-clusterip-nodeport-and-loadbalancer-service-... ...
分类:
其他好文 时间:
2020-02-14 16:07:37
阅读次数:
68
实例一: from docx import Document from docx.enum.text import WD_ALIGN_PARAGRAPH from docx.oxml.ns import qn # 中文格式 from docx.shared import Pt # 磅数 from d ...
分类:
编程语言 时间:
2020-02-14 16:06:46
阅读次数:
150
本文实例为大家分享了微信小程序实现无限滚动列表的具体代码,供大家参考,具体内容如下 实现方式是利用小程序原声组件swiper,方向设置为纵向 :vertical=‘true'设置同时显示的滑块数量:display-multiple-items=‘4'设置自动轮播:autoplay:‘true'. 话 ...
分类:
微信 时间:
2020-02-14 10:42:31
阅读次数:
556
1、什么是日志审计 对每天所记录的信息进行审计和检查应该是涉及到重要的信息记录,所以对其真实性的完整性进行考量 2、日志审计介绍 https://zhidao.baidu.com/question/519807266620033285.html?qbl=relate_question_4&word= ...
分类:
其他好文 时间:
2020-02-13 22:37:32
阅读次数:
83