自定义博客皮肤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)
  • 问答 (2)
  • 收藏
  • 关注

原创 利用命令启动AVD虚拟机

emulator -avd *elumator_name* -noskin -qemu -no-frameemulator_name 用模拟器名称替换-noskin不知有什么用,反正加上去了-qemu -no-frame去除默认的设备边框emulator在$HOME/Android/Sdk/tools/目录下,在这个文件夹附近还有附赠的adb这样就不用打开AndroidStudio再启动它了官网资料占用空间真的很大...

2020-06-19 16:22:16 631

原创 复旦中文文本分类数据集下载

复旦中文文本分类数据集和鲸社区https://www.kesci.com/home/dataset/5d3a9c86cf76a600360edd04

2020-05-13 14:52:50 2276 1

原创 Genymotion启动报错:The virtual device got no IP address

Genymotion启动报错:The virtual device got no IP address的原因之一如果系统的声音被某软件独占了,那么Genymotion会启动失败。我平时听歌用的Foobar2K里被我设置成系统声音独占,今天才发现了这个问题。开启模拟器的时候先把Foobar2K关了或者停止音乐就ok了。...

2019-01-07 22:25:32 318

8051助记符/地址对照表

ACALL - Absolute Call ADD, ADDC - Add Accumulator (With Carry) AJMP - Absolute Jump ANL - Bitwise AND CJNE - Compare and Jump if Not Equal CLR - Clear Register CPL - Complement Register DA - Decimal Adjust DEC - Decrement Register DIV - Divide Accumulator by B DJNZ - Decrement Register and Jump if Not Zero INC - Increment Register JB - Jump if Bit Set JBC - Jump if Bit Set and Clear Bit JC - Jump if Carry Set JMP - Jump to Address JNB - Jump if Bit Not Set JNC - Jump if Carry Not Set JNZ - Jump if Accumulator Not Zero JZ - Jump if Accumulator Zero LCALL - Long Call LJMP - Long Jump MOV - Move Memory MOVC - Move Code Memory MOVX - Move Extended Memory MUL - Multiply Accumulator by B NOP - No Operation ORL - Bitwise OR POP - Pop Value From Stack PUSH - Push Value Onto Stack RET - Return From Subroutine RETI - Return From Interrupt RL - Rotate Accumulator Left RLC - Rotate Accumulator Left Through Carry RR - Rotate Accumulator Right RRC - Rotate Accumulator Right Through Carry SETB - Set Bit SJMP - Short Jump SUBB - Subtract From Accumulator With Borrow SWAP - Swap Accumulator Nibbles XCH - Exchange Bytes XCHD - Exchange Digits XRL - Bitwise Exclusive OR Undefined - Undefined Instruction

2019-06-20

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

TA关注的人

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