自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(26)
  • 收藏
  • 关注

原创 Intel® 64 and IA-32 Architectures Software Developer Manuals

下载地址:https://software.intel.com/content/www/cn/zh/develop/articles/intel-sdm.html?wapkw=intel%2064%20%20Manual%20

2020-12-25 17:15:12 283

原创 Ubuntu 版本代号查看

xxxx@xxxx-pc:~$xxxx@xxxx-pc:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 14.04.3 LTSRelease: 14.04Codename: trustyxxxx@xxxx-pc:~$ xxxx@xxxx-pc:~$ ca...

2018-09-18 17:50:36 3020

原创 Andorid4.4 display rotation

adb shell setprop persist.panel.orientation 180adb shell stopadb shell start

2018-06-21 19:55:18 243

原创 kernel kworker debug

echo workqueue:workqueue_queue_work > /sys/kernel/debug/tracing/set_eventcat /sys/kernel/debug/tracing/trace_pipe > /data/trace_pipe.log

2018-03-21 17:10:53 840

原创 I2S 和 PCM 区别

I2S 时序图 PCM 时序图 从时序图可以看出,I2S左右声道分别为高低电平,PCM只有一个起始信号,左声道数据紧跟右声道。

2015-12-11 09:38:58 4105 1

原创 Ubuntu 将光盘保存为ISO文件

cp /dev/cdrom Win7.ISO

2015-12-07 14:06:15 785

原创 Ubuntu VirtualBox 命令行安装

https://www.virtualbox.org/wiki/Linux_Downloads

2015-12-05 14:55:27 621

原创 Windows 删除共享映射

http://blog.csdn.net/ilovechinalqy/article/details/5994407net use c: /del 删除映射的c盘 net use * /del 删除全部,会有提示要求按y确认

2015-12-02 13:55:28 7499

原创 Win7 窗口控制快捷键

Win+D:显示桌面 Win+T:任务栏的 Alt+Tab Win+Home:将当前窗口以外的所有窗口最小化 Win+Space:将所有桌面上的窗口透明化Win+上方向键:最大化当前窗口 Win+下方向键:还原/最小化当前窗口 Win+Shift+上方向键:垂直最大化当前窗口(水平宽度不变) Win+左/右方向键:将当前窗口还原,靠到屏幕左/右侧 Win+Shift+左/右方向键:将当

2015-12-02 10:03:36 1125

原创 如何在Python中嵌入Rdesktop

1.Python之wxPython p = wx.Panel(self) windowid = p.GetHandle() #TODO sizer = wx.BoxSizer() sizer.Add(p, 1, wx.EXPAND) self.SetSizer(sizer) wx.CallAfter(self.Layout)2.Linux tool: rde

2015-11-16 14:16:59 348

原创 python: Fatal IO error 11

错误信息: python: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.解决思路: 1.wxPython: UI elements must not be changed from different Python threads. 2.Do not execute code in the thre

2015-11-16 14:13:26 1331

原创 cpwd.sh

#!/bin/bash# file name: cpwd.sh# function: copy current path to clipboard# dependence: sudo apt-get install xclip# 2013-08-18# zhwe1028@sohu.com# enable mouse middle-button pastepwd | tr -d '\n'

2015-11-16 14:11:21 403

原创 VNC 配置文件

//xstartup#!/bin/sh# Uncomment the following two lines for normal desktop:unset SESSION_MANAGERunset DBUS_SESSION_BUS_ADDRESS#exec /etc/X11/xinit/xinitrc[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xs

2015-11-16 13:58:29 710

原创 VMware PXE Linux 网络启动搭建

资源需求:1.VMware Workstation: 2.tinycore_3.4.iso: http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/archive/3.4/ 3.tftpd32: http://tftpd32.jounin.net/tftpd32_download.html 4.syslinu

2015-11-16 13:53:23 4270

原创 Windows7 下硬盘安装 Ubuntu menu.lst

timeout 10 default 1title Windows 7 root (hd0,0) savedefault makeactive chainloader +1title Ubuntu 12.04 install root (hd0,1) kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-12.04.iso ro q

2015-11-16 10:58:05 481

原创 qemu kernel debug

1.qemu 2.linux-stable –[*]Kernel hacking —-[*]kernel debugging ——[*]Compile kernel with debug info 3.qemu -S -kernel path/linux/arch/x86/boot/bzImage -hda linux-0.2.img -append “root=/dev/sda” 4.

2015-11-16 10:49:28 534

原创 Android 查看wifi密码

root/data/misc/wifi/wpa_supplicant.conf/data/misc/wifi/*.conf

2015-11-16 10:47:20 3760

原创 《闻香识女人》中的7分钟经典演讲

Trask: Mr. Simms, you are a cover-up artist and you are a liar. 西门斯先生,你是一个狡猾的包庇者,是一个说谎者。Frank: But not a snitch! 却不是告密者。Trask: Excuse me? 请原谅,再说一遍。Frank: No, I don’t think I will. 我不会原谅你。Trask: Mr.

2015-11-16 10:45:20 1299 1

转载 嵌入式程序员应知道的基本问题

C语言测试是招聘嵌入式系统程序员过程中必须而且有效的方法。这些年,我既参加也组织了许多这种测试,在这过程中我意识到这些测试能为带面试者和被面试者提供许多有用信息,此外,撇开面试的压力不谈,这种测试也是相当有趣的。 从被面试者的角度来讲,你能了解许多关于出题者或监考者的情况。这个测试只是出题者为显示其对ANSI标准细节的知识而不是技术技巧而设计吗?这个愚蠢的问题吗?如要你答出某个字符的ASCII值。

2015-11-16 10:41:53 326

原创 出圈问题

#include <stdio.h>#define NUMBER (100)static int a[NUMBER];int counter=NUMBER;int index=0;int temp=0;void main(void){ while(counter>=1) { for(index=0; index<NUMBER; index++)

2015-11-16 10:37:08 546

原创 screen 常用命令

$screen (create)$screen -S screen_name (create)$screen top (create)ctrl+a+c (在screen中新建一个虚拟终端)ctrl+a+p (前一个虚拟终端)ctrl+a+n (后一个虚拟终端)ctrl+a+k or exit (关闭一个虚拟终端)ctrl+a+d (detach)ctrl+a+? (help)$sc

2015-11-16 10:32:38 287

原创 Surface USB recovery

https://www.microsoft.com/surface/en-us/support/warranty-service-and-recovery/usbrecoveryUsing a Surface USB recovery drive Your Surface USB recovery drive contains recovery tools for your Surface.If

2015-11-16 10:29:08 598

转载 利用ssh传输文件

在linux下一般用scp这个命令来通过ssh传输文件1、从服务器上下载文件scp username@servername:/path/filename 例如scp root@192.168.0.101:/var/www/test.txt 把192.168.0.101上的/var/www/test.txt 的文件下载到当前目录 scp wzhang@10.239.143.126:/home/w

2015-11-16 10:26:01 306

原创 周_月

星期一: Mon.=Monday 星期二: Tues.=Tuesday 星期三: Wed.=Wednesday 星期四: Thur.=Thursday 星期五: Fri.=Friday 星期六: Sat.=Saturday 星期天: Sun.=Sunday一月份=JAN. Jan.=January 二月份=FEB. Feb.=February 三月份=MAR. Mar.=March

2015-11-16 10:23:35 317

原创 1到100的序数词

第1 first 第2 second 第3 third 第4 fourth 第5 fifth 第6 sixth 第7 seventh 第8 eighth 第9 ninth 第10 tenth 第11 eleventh 第12 twelfth 第13 thirteenth 第14 fourteenth 第15 fifteenth 第16 s

2015-11-16 10:22:30 13735

原创 如何判断两个矩形是否存在交集

typedef struct Rect { int left; int top; int right; int bottom;} Rect;int min(int a, int b) { return (a<b) ? a : b;}int max(int a, int b) { return (a>b) ? a : b;}bool isEmpt

2015-11-16 10:20:08 2465

空空如也

空空如也

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

TA关注的人

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