Linus Torvalds I am not a visionary, i do not have a five year plan, i’m an engineer. I am perfectly fine with all the people who are walking around a ...
分类:
其他好文 时间:
2019-11-28 19:13:56
阅读次数:
83
当 $A$ 有足够的特征向量的时候,我们有 $S^{ 1}AS=\Lambda$。在这部分,$S$ 仍然是最好的选择,但现在我们允许任意可逆矩阵 $M$,矩阵 $A$ 和 $M^{ 1}AM$ 称为 相似矩阵 ,并且不管选择哪个 $M$,特征值都保持不变。 1. 相似矩阵 假设 $M$ 是任意的可逆 ...
分类:
其他好文 时间:
2019-11-24 11:29:33
阅读次数:
48
1 /** 2 * 功能描述: 使用三种不同循环结构对1+2+3+...+100 求和 3 * 4 * @Author: apple. 5 * @Date: 2019/11/22 9:12 AM 6 */ 7 public class Demo07 { 8 //while循环 9 public st ...
分类:
其他好文 时间:
2019-11-22 10:29:19
阅读次数:
161
1、在 /etc/profile 加上一段shell 步骤1、vi /etc/profile 2、i 进入命令行模式 3、在最后加上下面这段文字 history USER=`whoami` USER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed ...
分类:
系统相关 时间:
2019-11-20 12:33:53
阅读次数:
103
Note 1: Good1. The collection of Linkun's [1]:1.1coolJoy says "cool" when he heard that Ross's wife is a lesbian1.2neatI am not a neat man.-- "I do re ...
分类:
其他好文 时间:
2019-11-17 21:03:02
阅读次数:
83
cd desktop adb root adb shell am force-stop 包名 //杀死进程 adb pull /data/local/log Logcat //输出系统1860日志: adb shell rm -r /data/local/log //删除系统日志 adb pull ...
分类:
数据库 时间:
2019-11-13 16:01:04
阅读次数:
97
如题,var eq = tr.eq(i); var kucun_amt = eq.children('td#inputline').find('input').val(); var L7_amt = eq.children('td#L7').text(); var check1 = kucun_am ...
分类:
Web程序 时间:
2019-11-13 12:35:20
阅读次数:
107
#修改远程仓库地址 先删后加 git remote rm origin git remote add origin git地址 修改远程地址后 必须执行一次指定将本地仓库推送到远程仓库,不能直接git push 执行以下命令 git commit -am '注释' git push -u origi... ...
分类:
其他好文 时间:
2019-11-12 13:26:46
阅读次数:
81
I am trying to kickstart a newly built VM. I am stuck with the following. Want to start with a console so that I can include username and other info f ...
分类:
其他好文 时间:
2019-11-09 23:44:33
阅读次数:
139
题目背景 无 题目描述 为了检测生产流水线上总共N件产品的质量,我们首先给每一件产品打一个分数A表示其品质,然后统计前M件产品中质量最差的产品的分值Q[m] = min{A1, A2, ... Am},以及第2至第M + 1件的Q[m + 1], Q[m + 2] ... 最后统计第N - M + ...
分类:
其他好文 时间:
2019-11-09 13:48:26
阅读次数:
79