Since Sonya has just learned the basics of matrices, she decided to play with them a little bit. Sonya imagined a new type of matrices that she called ...
分类:
其他好文 时间:
2020-05-28 12:59:01
阅读次数:
66
申请地址: https://powerapps.microsoft.com/en-us/communityplan/ Dynamics 365客户端编程示例:两个选项集字段的联动 https://www.cnblogs.com/luoyong0201/p/Dynamics_365_Client_Pr ...
分类:
移动开发 时间:
2020-05-27 18:43:05
阅读次数:
192
window terminal下添加alias 首先需要将window terminal的启动已powerShell打开的窗口,一半都是默认行为 github地址 https://github.com/DaiHangLin/my-power-shell-module 此項目是爲了在powerShel ...
1修改 tools -> Model Options ->Naming Convention -> Table 中 code的长度限制 2修改 tools -> Model Options ->Naming Convention -> Column中 code的长度限制 ...
分类:
其他好文 时间:
2020-05-26 18:18:29
阅读次数:
117
26个咨询公司常用的分析模型: 安索夫矩阵(Ansoff Matrix) 标杆分析法(benchmarking) 波士顿矩阵(BCG Matrix) 波特价值链分析模型(Michael Porter's Value Chain Model) 波特五力分析模型(Michael Porter's Fiv ...
分类:
其他好文 时间:
2020-05-26 09:19:27
阅读次数:
159
[TOC] 1. FSL MCFLIRT 的警告 1.1 prestats页面给出头动警告的标准是什么? Mean displacements: absolute=1.62mm, relative=0.69mm 1.2 JISCMail里搜到这样说 Hi this is but that is an ...
分类:
其他好文 时间:
2020-05-25 19:32:45
阅读次数:
183
思路: 矩阵的转置与翻转 1. 一想到转置就是 array.T 或者 array.transpose() ,没想到矩阵也可以直接用遍历翻转。 for i in range(len(matrix)): for j in range(i,len(matrix)): matrix[i][j],matrix ...
分类:
其他好文 时间:
2020-05-25 19:10:25
阅读次数:
62
QEMUQEMU提供了一个开源的服务器全虚拟化解决方案,它可以使你在特定平台的物理机上模拟出其它平台的处理器,比如在X86 CPU上虚拟出Power的CPU,此时的Guest OS感觉不到虚拟机的存在,就像运行在物理机上,QEMU可以单独使用模拟CPU和各种外设,也可以作为一个用户空间工具和运行在内 ...
分类:
其他好文 时间:
2020-05-25 00:16:53
阅读次数:
219
--显示 2^1 ~ 2^4的幂, Power(expressions,y) declare @value int, @counter int set @value =2 set @counter =1 while @counter < 5 begin select power(@value,@co ...
分类:
其他好文 时间:
2020-05-24 16:47:41
阅读次数:
53
点击下载该标准 标准编号:DL/T 5210.6-2019标准名称:电力建设施工质量验收规程 第6部分:调整试验英文名称:Code for construction quality acceptance of electric power construct-Part 6:Commissioning ...
分类:
其他好文 时间:
2020-05-24 15:15:10
阅读次数:
484