2014年5月5日
10:33:47原因:文件乱码了,乱码后以减号开头,删不掉摘抄:文件系统出现一个文件-C.html如何删除/新建?rm--"-C.html"touch---demo.sh可以创建我的测试:如果文件名字是乱码,则可以用tab键补全复制:
cp -- "-old.html" new....
分类:
系统相关 时间:
2014-05-09 17:07:49
阅读次数:
629
find . -xtype f -perm +111 -print0 | xargs -0
file | grep "ELF"
分类:
其他好文 时间:
2014-05-08 14:54:59
阅读次数:
254
1、通配删除相同前缀的缓存DEL命令的参数不支持通配符,但我们可以结合Linux的管道和xargs命令自己实现删除所有符合规则的键。比如要删除所有以“structure_”开头的键,就可以执行下面的语句redis-cli
KEYS "structure_*" | xargs redis-cli DE...
分类:
其他好文 时间:
2014-05-08 14:37:53
阅读次数:
313
$\bf命题:(Riemann-Lebesgue引理)$设函数$f\left( x
\right)$在$\left[ {a,b} \right]$上可积,则\[\mathop {\lim }\limits_{\lambda \to {\rm{
+ }}\infty } \int_a^b {f\lef...
分类:
其他好文 时间:
2014-05-08 08:01:45
阅读次数:
252
$\bf命题:$设$A \in {M_n}\left( F
\right)$,则下列命题等价$(1)$${F^n}{\rm{ = }}N\left( A \right) \oplus R\left( A \right)$
$(2)$$N\left( A \right) \cap R\left( A ...
分类:
其他好文 时间:
2014-05-07 17:59:49
阅读次数:
244
xargs命令把从stdin接收到的数据重新格式化,再将其作为参数提供给其他命令。1.将多行输入转换为单行输出$catexample.txt#样例文件
123456
78910
1112$catexample.txt|xargs
1234567891011122.将单行输入转换成多行输出$catexample.txt|xargs-n3#每行n个参数,空格是默认的定界..
分类:
其他好文 时间:
2014-05-06 17:18:39
阅读次数:
252
$\bf命题:$设$A \in {M_{m \times n}}\left( F
\right),B \in {M_{n \times m}}\left( F \right),m \ge n,\lambda \ne 0$,则\[{\rm{
}}\left| {\lambda {E_m} - AB} ...
分类:
其他好文 时间:
2014-05-04 20:10:21
阅读次数:
332
$\bf命题:$设$A \in {M_{m \times n}}\left( F
\right),B \in {M_{n \times m}}\left( F \right),m \ge n,\lambda \ne 0$,则\[{\rm{
}}\left| {\lambda {E_m} - AB} ...
分类:
其他好文 时间:
2014-05-04 19:33:10
阅读次数:
348
$\bf命题1:$设$\int_a^{ + \infty } {f\left( x
\right)dx} $收敛,若$\lim \limits_{x \to \begin{array}{*{20}{c}} {{\rm{ + }}\infty }
\end{array}} f\left( x \rig...
分类:
其他好文 时间:
2014-05-04 19:22:03
阅读次数:
1000
看了半天各种论坛,是在不知道从哪里下手,所以自己写一篇自己刷机的新的。凤凰那个软件好像已经挂了,每次打开就是service is not authorized. 刷机各种坑,原因是没有好的环境吗?...
分类:
其他好文 时间:
2014-05-04 17:59:23
阅读次数:
798