自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小猪爱拱地

勤奋和毅力是通向成功的阶梯

  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 Linux kernel 4+ version with QEMU

在最新的 linux kernel上,使用 QMEU模拟 arm vexpress a9的时候,一开始就 stuck了。。 没有任何输出可以看到。问题应该是vexpress的配置文件有问题了。可以通过 指定 DTB  文件来绕过。./qemu-2.8.0/arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel ./linux-4.9.13

2017-02-28 02:44:31 682

原创 dollar符号后的单引号

作用是让引号内的转义字符得到解释。~$ echo $'Name\tAge\nBob\t24\nMary\t36'Name AgeBob 24Mary 36~$ echo $'\u25b6'▶可以用echo 达到类似的结果:~$ echo -e 'Name\tAge\nBob\t24\nMary\t36'Name AgeBob 24Mary 36也可以用 ev

2017-02-13 22:04:30 1581

原创 find 和 mv

目的是使用一条命令把搜到的文件转移到另一个目录。当前的目录结构:~/tmp$ tree ..└── dir1 directory, 0 files生成测试文件::~/tmp$ for file in {1..100}.txt > do> touch $file> done:~/tmp$ ls100.txt 1.txt 2.txt 3.txt 4.tx

2017-02-06 08:17:21 1879

Algorithm (4th), by Robert Sedgewick

Amazon 五星书。 Classic Reference The latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know. See algs4.cs.princeton.edu/code. Completely Revised Code New Java implementations written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.

2012-04-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除