参考资料:
https://qemu.readthedocs.io/en/latest/about/index.html

onlylove@ubuntu:~/My/qemu/qemu-lq$ ./qemu-system-arm -h
QEMU emulator version 6.2.0
Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
usage: qemu-system-arm [options] [disk_image]'disk_image' is a raw hard disk image for IDE hard disk 0Standard options: #标准选项
-h or -help     display this help and exit #显示此帮助并退出
-version        display version information and exit #显示版本信息和退出
-machine [type=]name[,prop[=value][,...]]selects emulated machine ('-machine help' for list) #选择模拟计算机property accel=accel1[:accel2[:...]] selects accelerator #选择加速器supported accelerators are kvm, xen, hax, hvf, nvmm, whpx or tcg (default: tcg)vmport=on|off|auto controls emulation of vmport (default: auto) #vmport 的控制模拟dump-guest-core=on|off include guest memory in a core dump (default=on) #在内核dump中包括客户机内存mem-merge=on|off controls memory merge support (default: on) #控制内存合并支持aes-key-wrap=on|off controls support for AES key wrapping (default=on) #AES密钥控件支持dea-key-wrap=on|off controls support for DEA key wrapping (default=on) #DEA密钥控件支持suppress-vmdesc=on|off disables self-describing migration (default=off) #禁止自描述前移nvdimm=on|off controls NVDIMM support (default=off) #NVDIMM控件支持memory-encryption=@var{} memory encryption object to use (default=none) #要使用的内存加密对象hmat=on|off controls ACPI HMAT support (default=off)memory-backend='backend-id' specifies explicitly provided backend for main RAM (default=none) #指定主RAM提供的后端sgx-epc.0.memdev=memid
-cpu cpu        select CPU ('-cpu help' for list) #选择CPU
-accel [accel=]accelerator[,prop[=value][,...]]select accelerator (kvm, xen, hax, hvf, nvmm, whpx or tcg; use 'help' for a list) #选择加速器igd-passthru=on|off (enable Xen integrated Intel graphics passthrough, default=off)kernel-irqchip=on|off|split controls accelerated irqchip support (default=on)kvm-shadow-mem=size of KVM shadow MMU in bytessplit-wx=on|off (enable TCG split w^x mapping)tb-size=n (TCG translation block cache size)dirty-ring-size=n (KVM dirty ring GFN count, default 0)thread=single|multi (enable multi-threaded TCG)
-smp [[cpus=]n][,maxcpus=maxcpus][,sockets=sockets][,dies=dies][,cores=cores][,threads=threads]set the number of CPUs to 'n' [default=1] #设置CPU数量maxcpus= maximum number of total CPUs, includingoffline CPUs for hotplug, etc #最大总CPU数sockets= number of discrete sockets in the system #系统中离散的sockets个数dies= number of CPU dies on one socket (for PC only) #一个插槽上的 CPU 芯片数量cores= number of CPU cores on one socket (for PC, it's on one die) #一个插槽上的 CPU 内核数threads= number of threads on one CPU core #一个 CPU 内核上的线程数
-numa node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]
-numa node[,memdev=id][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=node]
-numa dist,src=source,dst=destination,val=distance
-numa cpu,node-id=node[,socket-id=x][,core-id=y][,thread-id=z]
-numa hmat-lb,initiator=node,target=node,hierarchy=memory|first-level|second-level|third-level,data-type=access-latency|read-latency|write-latency[,latency=lat][,bandwidth=bw]
-numa hmat-cache,node-id=node,size=size,level=level[,associativity=none|direct|complex][,policy=none|write-back|write-through][,line=size]
-add-fd fd=fd,set=set[,opaque=opaque]Add 'fd' to fd 'set'
-set group.id.arg=valueset <arg> parameter for item <id> of type <group>i.e. -set drive.$id.file=/path/to/image
-global driver.property=value
-global driver=driver,property=property,value=valueset a global default for a driver property #为驱动程序属性设置全局默认值
-boot [order=drives][,once=drives][,menu=on|off][,splash=sp_name][,splash-time=sp_time][,reboot-timeout=rb_time][,strict=on|off]'drives': floppy (a), hard disk (c), CD-ROM (d), network (n)'sp_name': the file's name that would be passed to bios as logo picture, if menu=on #文件的名称将作为logo图片传递给BIOS'sp_time': the period that splash picture last if menu=on, unit is ms #启动画面持续的时间段'rb_timeout': the timeout before guest reboot when boot failed, unit is ms #启动失败时,客户重启前的超时时间
-m [size=]megs[,slots=n,maxmem=size]configure guest RAM #配置客户机内存size: initial amount of guest memory #初始客户机内存数量slots: number of hotplug slots (default: none) #热插拔插槽数量maxmem: maximum amount of guest memory (default: none) #客户机内存的最大数量
NOTE: Some architectures might enforce a specific granularity #一些体系结构可能强制执行特定的粒度
-mem-path FILE  provide backing storage for guest RAM #为客户机RAM提供备份存储
-mem-prealloc   preallocate guest memory (use with -mem-path) #预分配客户机内存
-k language     use keyboard layout (for example 'fr' for French) #使用键盘布局
-audio-help     show -audiodev equivalent of the currently specified audio settings #显示 -audiodev 等效于当前指定的音频设置
-audiodev [driver=]driver,id=id[,prop[=value][,...]]specifies the audio backend to use #指定要使用的音频后端id= identifier of the backendtimer-period= timer period in microsecondsin|out.mixing-engine= use mixing engine to mix streams inside QEMUin|out.fixed-settings= use fixed settings for host audioin|out.frequency= frequency to use with fixed settingsin|out.channels= number of channels to use with fixed settingsin|out.format= sample format to use with fixed settingsvalid values: s8, s16, s32, u8, u16, u32, f32in|out.voices= number of voices to usein|out.buffer-length= length of buffer in microseconds
-audiodev none,id=id,[,prop[=value][,...]]dummy driver that discards all output #丢弃所有输出的虚拟驱动器
-audiodev oss,id=id[,prop[=value][,...]]in|out.dev= path of the audio device to usein|out.buffer-count= number of buffersin|out.try-poll= attempt to use poll modetry-mmap= try using memory mapped accessexclusive= open device in exclusive modedsp-policy= set timing policy (0..10), -1 to use fragment mode
-audiodev wav,id=id[,prop[=value][,...]]path= path of wav file to record
-soundhw c1,... enable audio support #启用音频支持and only specified sound cards (comma separated list)use '-soundhw help' to get the list of supported cardsuse '-soundhw all' to enable all of them
-device driver[,prop[=value][,...]]add device (based on driver) #添加设备prop=value,... sets driver propertiesuse '-device help' to print all possible driversuse '-device driver,help' to print all possible properties
-name string1[,process=string2][,debug-threads=on|off]set the name of the guest #设置客户机名字string1 sets the window title and string2 the process nameWhen debug-threads is enabled, individual threads are given a separate nameNOTE: The thread names are for debugging and not a stable API.
-uuid %08x-%04x-%04x-%04x-%012xspecify machine UUID #指定机器UUIDBlock device options: #块设备选项
-fda/-fdb file  use 'file' as floppy disk 0/1 image #使用"file"作为软盘0/1映像
-hda/-hdb file  use 'file' as IDE hard disk 0/1 image #使用"file"作为IDE硬盘0/1映像
-hdc/-hdd file  use 'file' as IDE hard disk 2/3 image
-cdrom file     use 'file' as IDE cdrom image (cdrom is ide1 master) #使用"file"作为IDE光盘映像
-blockdev [driver=]driver[,node-name=N][,discard=ignore|unmap][,cache.direct=on|off][,cache.no-flush=on|off][,read-only=on|off][,auto-read-only=on|off][,force-share=on|off][,detect-zeroes=on|off|unmap][,driver specific parameters...]configure a block backend #配置块后端
-drive [file=file][,if=type][,bus=n][,unit=m][,media=d][,index=i][,cache=writethrough|writeback|none|directsync|unsafe][,format=f][,snapshot=on|off][,rerror=ignore|stop|report][,werror=ignore|stop|report|enospc][,id=name][,aio=threads|native|io_uring][,readonly=on|off][,copy-on-read=on|off][,discard=ignore|unmap][,detect-zeroes=on|off|unmap][[,bps=b]|[[,bps_rd=r][,bps_wr=w]]][[,iops=i]|[[,iops_rd=r][,iops_wr=w]]][[,bps_max=bm]|[[,bps_rd_max=rm][,bps_wr_max=wm]]][[,iops_max=im]|[[,iops_rd_max=irm][,iops_wr_max=iwm]]][[,iops_size=is]][[,group=g]]use 'file' as a drive image #使用"file"作为驱动器映像
-mtdblock file  use 'file' as on-board Flash memory image #使用"file"作为Flash闪存映像
-sd file        use 'file' as SecureDigital card image #使用"file"作为安全数字卡映像
-pflash file    use 'file' as a parallel flash image #使用"file"作为并行闪存映像
-snapshot       write to temporary files instead of disk image files #写入临时文件而不是磁盘映像文件
-fsdev local,id=id,path=path,security_model=mapped-xattr|mapped-file|passthrough|none[,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode][[,throttling.bps-total=b]|[[,throttling.bps-read=r][,throttling.bps-write=w]]][[,throttling.iops-total=i]|[[,throttling.iops-read=r][,throttling.iops-write=w]]][[,throttling.bps-total-max=bm]|[[,throttling.bps-read-max=rm][,throttling.bps-write-max=wm]]][[,throttling.iops-total-max=im]|[[,throttling.iops-read-max=irm][,throttling.iops-write-max=iwm]]][[,throttling.iops-size=is]]
-fsdev proxy,id=id,socket=socket[,writeout=immediate][,readonly=on]
-fsdev proxy,id=id,sock_fd=sock_fd[,writeout=immediate][,readonly=on]
-fsdev synth,id=id
-virtfs local,path=path,mount_tag=tag,security_model=mapped-xattr|mapped-file|passthrough|none[,id=id][,writeout=immediate][,readonly=on][,fmode=fmode][,dmode=dmode][,multidevs=remap|forbid|warn]
-virtfs proxy,mount_tag=tag,socket=socket[,id=id][,writeout=immediate][,readonly=on]
-virtfs proxy,mount_tag=tag,sock_fd=sock_fd[,id=id][,writeout=immediate][,readonly=on]
-virtfs synth,mount_tag=tag[,id=id][,readonly=on]
-iscsi [user=user][,password=password][,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE[,initiator-name=initiator-iqn][,id=target-iqn][,timeout=timeout]iSCSI session parameters #iSCSI 会话参数USB convenience options: #USB选项
-usb            enable on-board USB host controller (if not enabled by default) #启用板载 USB 主控制器
-usbdevice name add the host or guest USB device 'name' #添加主机或客户机USB设备名Display options: #显示选项
-display vnc=<display>[,<optargs>]
-display noneselect display backend type #选择显示后端类型The default display is equivalent to #默认显示等效于"-vnc localhost:0,to=99,id=default"
-nographic      disable graphical output and redirect serial I/Os to console #禁用图形输出并将串行 I/O 重定向到控制台
-curses         shorthand for -display curses
-alt-grab       use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt) #使用 Ctrl-Alt-Shift 来抓取鼠标
-ctrl-grab      use Right-Ctrl to grab mouse (instead of Ctrl-Alt) #使用 Right-Ctrl 键抓取鼠标
-no-quit        disable SDL/GTK window close capability (deprecated) #禁用 SDL/GTK 窗口关闭功能
-sdl            shorthand for -display sdl
-spice [port=port][,tls-port=secured-port][,x509-dir=<dir>][,x509-key-file=<file>][,x509-key-password=<file>][,x509-cert-file=<file>][,x509-cacert-file=<file>][,x509-dh-key-file=<file>][,addr=addr][,ipv4=on|off][,ipv6=on|off][,unix=on|off][,tls-ciphers=<list>][,tls-channel=[main|display|cursor|inputs|record|playback]][,plaintext-channel=[main|display|cursor|inputs|record|playback]][,sasl=on|off][,disable-ticketing=on|off][,password=<string>][,password-secret=<secret-id>][,image-compression=[auto_glz|auto_lz|quic|glz|lz|off]][,jpeg-wan-compression=[auto|never|always]][,zlib-glz-wan-compression=[auto|never|always]][,streaming-video=[off|all|filter]][,disable-copy-paste=on|off][,disable-agent-file-xfer=on|off][,agent-mouse=[on|off]][,playback-compression=[on|off]][,seamless-migration=[on|off]][,gl=[on|off]][,rendernode=<file>]enable spiceat least one of {port, tls-port} is mandatory
-portrait       rotate graphical output 90 deg left (only PXA LCD) #将图形输出向左旋转90-rotate <deg>   rotate graphical output some deg left (only PXA LCD) #将图形输出向左旋转一些
-vga [std|cirrus|vmware|qxl|xenfb|tcx|cg3|virtio|none]select video card type #选择显卡类型
-full-screen    start in full screen #全屏开始
-vnc <display>  shorthand for -display vnc=<display>
-no-acpi        disable ACPI
-smbios file=binaryload SMBIOS entry from binary file #从二进制文件加载 SMBIOS 条目
-smbios type=0[,vendor=str][,version=str][,date=str][,release=%d.%d][,uefi=on|off]specify SMBIOS type 0 fields #指定 SMBIOS 类型 0 字段
-smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str][,uuid=uuid][,sku=str][,family=str]specify SMBIOS type 1 fields
-smbios type=2[,manufacturer=str][,product=str][,version=str][,serial=str][,asset=str][,location=str]specify SMBIOS type 2 fields
-smbios type=3[,manufacturer=str][,version=str][,serial=str][,asset=str][,sku=str]specify SMBIOS type 3 fields
-smbios type=4[,sock_pfx=str][,manufacturer=str][,version=str][,serial=str][,asset=str][,part=str][,max-speed=%d][,current-speed=%d]specify SMBIOS type 4 fields
-smbios type=11[,value=str][,path=filename]specify SMBIOS type 11 fields
-smbios type=17[,loc_pfx=str][,bank=str][,manufacturer=str][,serial=str][,asset=str][,part=str][,speed=%d]specify SMBIOS type 17 fields
-smbios type=41[,designation=str][,kind=str][,instance=%d][,pcidev=str]specify SMBIOS type 41 fieldsNetwork options: #网络选项
-netdev user,id=str[,ipv4=on|off][,net=addr[/mask]][,host=addr][,ipv6=on|off][,ipv6-net=addr[/int]][,ipv6-host=addr][,restrict=on|off][,hostname=host][,dhcpstart=addr][,dns=addr][,ipv6-dns=addr][,dnssearch=domain][,domainname=domain][,tftp=dir][,tftp-server-name=name][,bootfile=f][,hostfwd=rule][,guestfwd=rule][,smb=dir[,smbserver=addr]]configure a user mode network backend with ID 'str',its DHCP server and optional services #配置 ID 为"str"的用户模式网络后端、其 DHCP 服务器和可选服务
-netdev tap,id=str[,fd=h][,fds=x:y:...:z][,ifname=name][,script=file][,downscript=dfile][,br=bridge][,helper=helper][,sndbuf=nbytes][,vnet_hdr=on|off][,vhost=on|off][,vhostfd=h][,vhostfds=x:y:...:z][,vhostforce=on|off][,queues=n][,poll-us=n]configure a host TAP network backend with ID 'str' #配置 ID 为"str"的主机 TAP 网络后端connected to a bridge (default=br0) #连接到桥接器use network scripts 'file' (default=/usr/local/etc/qemu-ifup) #使用网络脚本"file"to configure it and 'dfile' (default=/usr/local/etc/qemu-ifdown)to deconfigure ituse '[down]script=no' to disable script executionuse network helper 'helper' (default=/usr/local/libexec/qemu-bridge-helper) toconfigure ituse 'fd=h' to connect to an already opened TAP interfaceuse 'fds=x:y:...:z' to connect to already opened multiqueue capable TAP interfacesuse 'sndbuf=nbytes' to limit the size of the send buffer (thedefault is disabled 'sndbuf=0' to enable flow control set 'sndbuf=1048576')use vnet_hdr=off to avoid enabling the IFF_VNET_HDR tap flaguse vnet_hdr=on to make the lack of IFF_VNET_HDR support an error conditionuse vhost=on to enable experimental in kernel accelerator(only has effect for virtio guests which use MSIX)use vhostforce=on to force vhost on for non-MSIX virtio guestsuse 'vhostfd=h' to connect to an already opened vhost net deviceuse 'vhostfds=x:y:...:z to connect to multiple already opened vhost net devicesuse 'queues=n' to specify the number of queues to be created for multiqueue TAPuse 'poll-us=n' to specify the maximum number of microseconds that could bespent on busy polling for vhost net
-netdev bridge,id=str[,br=bridge][,helper=helper]configure a host TAP network backend with ID 'str' that isconnected to a bridge (default=br0) #配置 ID 为"str"的主机 TAP 网络后端,该后端连接到网桥using the program 'helper (default=/usr/local/libexec/qemu-bridge-helper)
-netdev l2tpv3,id=str,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport][,rxsession=rxsession],txsession=txsession[,ipv6=on|off][,udp=on|off][,cookie64=on|off][,counter][,pincounter][,txcookie=txcookie][,rxcookie=rxcookie][,offset=offset]configure a network backend with ID 'str' connected toan Ethernet over L2TPv3 pseudowire. #配置 ID 为"str"的网络后端,该后端通过 L2TPv3 伪线路连接到以太网。Linux kernel 3.3+ as well as most routers can talkL2TPv3. This transport allows connecting a VM to a VM,VM to a router and even VM to Host. It is a nearly-universalstandard (RFC3931). Note - this implementation uses staticpre-configured tunnels (same as the Linux kernel).use 'src=' to specify source addressuse 'dst=' to specify destination addressuse 'udp=on' to specify udp encapsulationuse 'srcport=' to specify source udp portuse 'dstport=' to specify destination udp portuse 'ipv6=on' to force v6L2TPv3 uses cookies to prevent misconfiguration aswell as a weak security measureuse 'rxcookie=0x012345678' to specify a rxcookieuse 'txcookie=0x012345678' to specify a txcookieuse 'cookie64=on' to set cookie size to 64 bit, otherwise 32use 'counter=off' to force a 'cut-down' L2TPv3 with no counteruse 'pincounter=on' to work around broken counter handling in peeruse 'offset=X' to add an extra offset between header and data
-netdev socket,id=str[,fd=h][,listen=[host]:port][,connect=host:port]configure a network backend to connect to another networkusing a socket connection #将网络后端配置为使用套接字连接连接到另一个网络
-netdev socket,id=str[,fd=h][,mcast=maddr:port[,localaddr=addr]]configure a network backend to connect to a multicast maddr and port #配置一个网络后端连接到一个组播地址和端口use 'localaddr=addr' to specify the host address to send packets from #使用'localaddr=addr'指定要从中发送数据包的主机地址
-netdev socket,id=str[,fd=h][,udp=host:port][,localaddr=host:port]configure a network backend to connect to another networkusing an UDP tunnel #将网络后端配置为使用 UDP 隧道连接到另一个网络
-netdev vhost-user,id=str,chardev=dev[,vhostforce=on|off]configure a vhost-user network, backed by a chardev 'dev' #配置一个由chardev 'dev'支持的vhost-user网络
-netdev vhost-vdpa,id=str,vhostdev=/path/to/devconfigure a vhost-vdpa network,Establish a vhost-vdpa netdev #配置一个vhost-vdpa网络,建立一个vhost-vdpa netdev
-netdev hubport,id=str,hubid=n[,netdev=nd]configure a hub port on the hub with ID 'n' #在集线器上配置 ID 为"n"的集线器端口
-nic [tap|bridge|user|l2tpv3|vhost-user|socket][,option][,...][mac=macaddr]initialize an on-board / default host NIC (using MAC addressmacaddr) and connect it to the given host network backend #初始化板载/默认主机 NIC(使用 MAC 地址 macaddr)并将其连接到给定的主机网络后端
-nic none       use it alone to have zero network devices (the default is toprovided a 'user' network connection) #单独使用它来拥有零网络设备(默认设置是提供"用户"网络连接)
-net nic[,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]configure or create an on-board (or machine default) NIC andconnect it to hub 0 (please use -nic unless you need a hub) #配置或创建板载(或计算机默认)NIC 并将其连接到集线器 0(除非需要集线器,否则请使用 -nic)
-net [user|tap|bridge|socket][,option][,option][,...]old way to initialize a host network interface #初始化主机网络接口的旧方法(use the -netdev option if possible instead)Character device options: #字符设备选项
-chardev help
-chardev null,id=id[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev socket,id=id[,host=host],port=port[,to=to][,ipv4=on|off][,ipv6=on|off][,nodelay=on|off][,server=on|off][,wait=on|off][,telnet=on|off][,websocket=on|off][,reconnect=seconds][,mux=on|off][,logfile=PATH][,logappend=on|off][,tls-creds=ID][,tls-authz=ID] (tcp)
-chardev socket,id=id,path=path[,server=on|off][,wait=on|off][,telnet=on|off][,websocket=on|off][,reconnect=seconds][,mux=on|off][,logfile=PATH][,logappend=on|off][,abstract=on|off][,tight=on|off] (unix)
-chardev udp,id=id[,host=host],port=port[,localaddr=localaddr][,localport=localport][,ipv4=on|off][,ipv6=on|off][,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev msmouse,id=id[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev vc,id=id[[,width=width][,height=height]][[,cols=cols][,rows=rows]][,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev ringbuf,id=id[,size=size][,logfile=PATH][,logappend=on|off]
-chardev file,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev pipe,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev pty,id=id[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev stdio,id=id[,mux=on|off][,signal=on|off][,logfile=PATH][,logappend=on|off]
-chardev serial,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev tty,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev parallel,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]
-chardev parport,id=id,path=path[,mux=on|off][,logfile=PATH][,logappend=on|off]TPM device options: #TPM 设备选项
-tpmdev passthrough,id=id[,path=path][,cancel-path=path]use path to provide path to a character device; default is /dev/tpm0 #使用路径为字符设备提供路径use cancel-path to provide path to TPM's cancel sysfs entry; ifnot provided it will be searched for in /sys/class/misc/tpm?/device
-tpmdev emulator,id=id,chardev=devconfigure the TPM device using chardev backend #使用 chardev 后端配置 TPM 设备Linux/Multiboot boot specific:
-kernel bzImage use 'bzImage' as kernel image
-append cmdline use 'cmdline' as kernel command line
-initrd file    use 'file' as initial ram disk
-dtb    file    use 'file' as device tree imageDebug/Expert options: #调试/专家选项
-compat [deprecated-input=accept|reject|crash][,deprecated-output=accept|hide]Policy for handling deprecated management interfaces #用于处理已弃用的管理接口的策略
-compat [unstable-input=accept|reject|crash][,unstable-output=accept|hide]Policy for handling unstable management interfaces #处理不稳定管理接口的策略
-fw_cfg [name=]<name>,file=<file>add named fw_cfg entry with contents from file #添加包含文件中内容的命名fw_cfg条目
-fw_cfg [name=]<name>,string=<str>add named fw_cfg entry with contents from string #添加包含字符串中内容的命名fw_cfg条目
-serial dev     redirect the serial port to char device 'dev' #将串行端口重定向到char设备"dev"
-parallel dev   redirect the parallel port to char device 'dev' #将并行端口重定向到char设备"dev"
-monitor dev    redirect the monitor to char device 'dev' #将监视器重定向到char设备"dev"
-qmp dev        like -monitor but opens in 'control' mode #似于-monitor,但在“控制”模式下打开
-qmp-pretty dev like -qmp but uses pretty JSON formatting #像 -qmp,但使用漂亮的 JSON 格式
-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]]
-debugcon dev   redirect the debug console to char device 'dev' #将调试控制台重定向到字符设备"dev"
-pidfile file   write PID to 'file' #将PID写入"文件"
-singlestep     always run in singlestep mode #始终以单步模式运行
--preconfig     pause QEMU before machine is initialized (experimental) #在初始化计算机之前暂停 QEMU
-S              freeze CPU at startup (use 'c' to start execution) #启动时冻结 CPU
-overcommit [mem-lock=on|off][cpu-pm=on|off]run qemu with overcommit hints #使用过度使用提示运行 qemumem-lock=on|off controls memory lock support (default: off)cpu-pm=on|off controls cpu power management (default: off)
-gdb dev        accept gdb connection on 'dev'. (QEMU defaults to starting #在"dev"上接受 gdb 连接。the guest without waiting for gdb to connect; use -S tooif you want it to not start execution.)
-s              shorthand for -gdb tcp::1234
-d item1,...    enable logging of specified items (use '-d help' for a list of log items) #启用指定项目的日志记录
-D logfile      output log to logfile (default stderr) #将日志输出到日志文件
-dfilter range,..  filter debug output to range of addresses (useful for -d cpu,exec,etc..) #将调试输出筛选到地址范围
-seed number       seed the pseudo-random number generator #种子伪随机数生成器
-L path         set the directory for the BIOS, VGA BIOS and keymaps #设置 BIOS、VGA BIOS 和键盘映射的目录
-bios file      set the filename for the BIOS #设置 BIOS 的文件名
-enable-kvm     enable KVM full virtualization support #启用 KVM 完全虚拟化支持
-xen-domid id   specify xen guest domain id #指定xen客户域id
-xen-attach     attach to existing xen domain #附加到现有 xen 域libxl will use this when starting QEMU
-xen-domid-restrict     restrict set of available xen operationsto specified domain id. (Does not affectxenpv machine type). #将可用 xen 操作集限制为指定的域 ID。
-no-reboot      exit instead of rebooting #退出而不是重新启动
-no-shutdown    stop before shutdown #关机前停止
-action reboot=reset|shutdownaction when guest reboots [default=reset] #客户机重新启动时的操作
-action shutdown=poweroff|pauseaction when guest shuts down [default=poweroff] #客户机关闭时操作
-action panic=pause|shutdown|noneaction when guest panics [default=shutdown]
-action watchdog=reset|shutdown|poweroff|inject-nmi|pause|debug|noneaction when watchdog fires [default=reset]
-loadvm [tag|id]start right away with a saved state (loadvm in monitor) #立即以保存状态启动
-daemonize      daemonize QEMU after initializing #初始化后守护 QEMU
-option-rom rom load a file, rom, into the option ROM space #将文件ROM加载到选项ROM空间中
-rtc [base=utc|localtime|<datetime>][,clock=host|rt|vm][,driftfix=none|slew]set the RTC base and clock, enable drift fix for clock ticks (x86 only) #设置RTC基数和时钟,启用时钟刻度漂移修复(仅限x86)
-icount [shift=N|auto][,align=on|off][,sleep=on|off][,rr=record|replay,rrfile=<filename>[,rrsnapshot=<snapshot>]]enable virtual instruction counter with 2^N clock ticks perinstruction, enable aligning the host and virtual clocksor disable real time cpu sleeping, and optionally enablerecord-and-replay mode # 启用虚拟指令计数器,每条指令具有 2^N 个时钟周期,启用主机和虚拟时钟对齐或禁用实时 CPU 休眠,并可选择启用记录和重放模式
-watchdog modelenable virtual hardware watchdog [default=none] #启用虚拟硬件看门狗
-watchdog-action reset|shutdown|poweroff|inject-nmi|pause|debug|noneaction when watchdog fires [default=reset] #监视程序触发时的操作
-echr chr       set terminal escape character instead of ctrl-a #设置终端转义字符而不是 ctrl-a
-incoming tcp:[host]:port[,to=maxport][,ipv4=on|off][,ipv6=on|off]
-incoming rdma:host:port[,ipv4=on|off][,ipv6=on|off]
-incoming unix:socketpathprepare for incoming migration, listen onspecified protocol and socket address #准备传入迁移,侦听指定的协议和套接字地址
-incoming fd:fd
-incoming exec:cmdlineaccept incoming migration on given file descriptoror from given external command #接受给定文件描述符或给定外部命令的传入迁移
-incoming deferwait for the URI to be specified via migrate_incoming #等待URI通过migrate incoming被指定
-only-migratable     allow only migratable devices #仅允许可迁移的设备
-nodefaults     don't create default devices #不创建默认设备 #chroot 到 dir 就在启动 VM 之前
-chroot dir     chroot to dir just before starting the VM
-runas user     change to user id user just before starting the VMuser can be numeric uid:gid instead #在启动 VM 之前更改为用户 ID 用户,用户可以改为数字 uid:gid
-semihosting    semihosting mode #半托管模式
-semihosting-config [enable=on|off][,target=native|gdb|auto][,chardev=id][,arg=str[,...]]semihosting configuration #半托管配置
-old-param      old param mode #旧参数模式
-sandbox on[,obsolete=allow|deny][,elevateprivileges=allow|deny|children][,spawn=allow|deny][,resourcecontrol=allow|deny]Enable seccomp mode 2 system call filter (default 'off'). #启用秒补偿模式 2 系统调用筛选器use 'obsolete' to allow obsolete system calls that are providedby the kernel, but typically no longer used by modernC library implementations.use 'elevateprivileges' to allow or deny the QEMU process abilityto elevate privileges using set*uid|gid system calls.The value 'children' will deny set*uid|gid system calls formain QEMU process but will allow forks and execves to run unprivilegeduse 'spawn' to avoid QEMU to spawn new threads or processes byblocking *fork and execveuse 'resourcecontrol' to disable process affinity and schedular priority
-readconfig <file>
-writeconfig <file>read/write config file (deprecated) #读写配置文件
-no-user-configdo not load default user-provided config files at startup #启动时不加载默认用户提供的配置文件
-trace [[enable=]<pattern>][,events=<file>][,file=<file>]specify tracing options #指定跟踪选项
-plugin [file=]<file>[,<argname>=<argvalue>]load a plugin #加载插件
-enable-fips    enable FIPS 140-2 compliance
-msg [timestamp[=on|off]][,guest-name=[on|off]]control error message format #控制错误消息格式timestamp=on enables timestamps (default: off)guest-name=on enables guest name prefix but only if-name guest option is set (default: off)
-dump-vmstate <file>Output vmstate information in JSON format to file. #将 JSON 格式的 vmstate 信息输出到文件。Use the scripts/vmstate-static-checker.py file tocheck for possible regressions in migration codeby comparing two such vmstate dumps.
-enable-sync-profileenable synchronization profiling #启用同步分析Generic object creation: #通用对象创建
-object TYPENAME[,PROP1=VALUE1,...]create a new object of type TYPENAME setting propertiesin the order they are specified.  Note that the 'id'property must be set.  These objects are placed in the'/objects' path.#创建类型为 TYPENAME 的新对象,按其指定顺序设置属性。 请注意,必须设置"id"属性。During emulation, the following keys are useful: #在仿真过程中,以下键很有用
ctrl-alt-f      toggle full screen #切换全屏
ctrl-alt-n      switch to virtual console 'n' #切换到虚拟控制台"n"
ctrl-alt        toggle mouse and keyboard grab #切换鼠标和键盘抓取When using -nographic, press 'ctrl-a h' to get some help. #使用 -nographic 时,按 "ctrl-a h" 以获得一些帮助。See <https://qemu.org/contribute/report-a-bug> for how to report bugs.
More information on the QEMU project at <https://qemu.org>.
onlylove@ubuntu:~/My/qemu/qemu-lq$
查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. Week 6 Homework

    第六周 1、编写脚本实现登陆远程主机。&#xff08;使用expect和shell脚本两种形式&#xff09;。 expect实现远程登陆&#xff1a; #!/usr/bin/expect spawn ssh 10.0.0.82 expect { "yes/no" { send "yes\n";exp_continue } "pa…...

    2024/3/6 15:45:33
  2. Linux 内核调试 三:《QEMU ARM guest support》翻译

    原文路径&#xff1a;https://wiki.qemu.org/Documentation/Platforms/ARM QEMU通常对ARM客户端有很好的支持。它支持近五十种不同的机器。我们支持这么多的原因是ARM硬件比x86硬件变化更大。ARM CPU通常内置于由许多不同公司使用不同设备创建的"片上系统"&#xff0…...

    2024/3/6 15:45:32
  3. js内置对象中的Array

    1&#xff0c;创建数组的两种方式 let arr [1,2,3] let arr new Array(2) //长度为2&#xff0c;有两个为空的数组元素 let arr new Array(1,2,3) //[1,2,3] 2,检测是否为数组的两种方式 Arrsy.isArray(arr) //优先级高于instanceof&#xff0c;因为可以检测iframes&#x…...

    2024/3/6 15:45:32
  4. 【超好懂的比赛题解】Codeforces Round #767 (Div. 2)(更新中)

    title : Codeforces Round #767 (Div. 2) date : 2022-1-23 tags : ACM,练习记录 author : Linno 题目链接&#xff1a;https://codeforces.com/contest/1629 做题进度&#xff1a;4/7 A-Download More RAM 给你初始内存容量k和n个扩展包&#xff0c;如果你当前内存大于扩展…...

    2024/3/6 15:45:30
  5. Windows Recovery Environment (WinRE) --- create recovery

     Problem: The Windows Recovery Environment (WinRE) for Windows 7 or Windows 8 does not function correctly. The system is unable to boot into WinRE. Additionally, the TBWinRE script is unable to modify WinRE on the system and may be unable to create th…...

    2024/3/4 13:26:26
  6. 蛇形矩阵两种主要偏难的形式

    在经历了无数个大坑&#xff0c;一步步调整&#xff0c;我决定写个蛇形矩阵的教学&#xff0c;因为这玩意对初学者太不友好了&#xff0c;不过它可以提高你对于矩阵的理解&#xff0c;快速掌握二位数组&#xff01; 今天主要说两种形式的矩阵 第一种&#xff1a;绕圈型蛇形矩…...

    2024/3/4 13:26:25
  7. JavaScript — 字面量、常量、变量、标识符

    目录 一、字面量 二、常量 三、变量 1.变量的理解 2.变量命名 3.正确命名变量 四、标识符 一、字面量 在计算机科学中&#xff0c;字面量&#xff08;literal&#xff09;是用于表达源代码中一个固定值的表示法&#xff08;notation&#xff09;。几乎所有计算机编程语言…...

    2024/3/4 13:26:26
  8. Python基础01

    Python基础 学习01 python特点&#xff1a; 1、可读性强 2、简洁 3、效率并不高 4、面向对象 5、免费开源 6、可移植性和跨平台 7、有丰富的库 8、可扩展性&#xff08;可嵌入到c和c语言&#xff09;嵌入式 9、python区分大小写 python解释器&#xff1a; 1、CPython&#x…...

    2024/3/4 13:26:23
  9. 扫描标准阴影圈模板

    ▲ 图 扫描过程简 介&#xff1a; 利用cv2中的HoughCircles算子&#xff0c;检测阴影圈模板中的圈。通过实验可以验证算法的可行性。并看到&#xff0c;其中检测算法中和Canny算子阈值相关的参数对于检测结果分布有一定的影响。 关键词&#xff1a; Canny&#xff0c;HoughCirc…...

    2024/3/6 15:45:29
  10. C语言简单练习题——No.8 ,关于打印字符时不会打印出数字,利用循环实现金字塔

    题目链接&#xff1a; 字符圣诞树_牛客题霸_牛客网 (nowcoder.com)https://www.nowcoder.com/practice/0fae60c3b5c64699b7c0f031c2187dde?tpId107&gioEntermenu 知识点&#xff1a; 1. 如果想要用 printf ( ) 函数打印出字符来&#xff0c;就必须在格式转换中将 %d 改…...

    2024/3/6 15:45:28
  11. VScode配置PHP运行环境

    VS code配置PHP环境 第一步: 配置了PHP环境 如果没有配置php环境的请见上篇个文章 (点我) 第二步: 你需要有VS code 第三步: 配置settings.json 我们按下shiftctrlp然后搜索settings.json进去在最后添加**“php.debug.executablePath”: “C:/php/php.exe”,** 然后保存退…...

    2024/3/6 15:45:27
  12. 如何用堆栈消除递归总结

    参考文章&#xff1a;How to replace recursive functions using stack and while-loop to avoid the stack-overflow. 链接&#xff1a;How to replace recursive functions using stack and while-loop to avoid the stack-overflow - CodeProject 论文是外国文献&#xff…...

    2024/3/6 15:45:26
  13. Android 项目总结(Drawable的之BitmapDrawable)

    Drawable 中比较重要的方法有以下几种: Drawable|- createFromPath|- createFromResourceStream|- createFromStream|- createFromXml||- inflate : 从XML中解析属性,子类需重写|- setAlpha : 设置绘制时的透明度|- setBounds : 设置Canvas为Drawable提供的绘制区域|- se…...

    2024/3/6 15:45:25
  14. 单片机入门必备知识,c语言基础来了

    C语言是一种中级语言&#xff0c;易于移植&#xff0c;既具有高级语言的通用性及易写易读的特点&#xff0c;又具有汇编语言的"位处理"、“地址操作"等能力&#xff0c;允许直接访问无力物理地址&#xff0c;能进行位运算操作&#xff0c;能实现汇编语言的大部分…...

    2024/3/6 15:45:24
  15. 解决IDEA .properties文件中文乱码的问题

    首先&#xff0c;你可能会见到如下提示&#xff1a; File Encoding:ISO-8859-1 &#xff08;disabled for Properties&#xff09; 具体如下图。 在这之前&#xff0c;我一直以为&#xff0c;我已经设置了我这个编辑器下的所有文件的编码格式都是utf-8&#xff0c;直到我这次…...

    2024/3/6 15:45:23
  16. c语言——找零问题

    某人购买物品一共花了x元&#xff08;x<100&#xff09;&#xff0c;用100元现金去支付&#xff0c;售货员需要找零&#xff0c;请设计程序给出一个找零方案&#xff0c;并使找零的张数最少。设现有人民币面值包括&#xff1a;100元、50元、20元、10元、5元、1元、5角和1角。…...

    2024/3/6 15:45:22
  17. Leetcode 刷题笔记(五) —— 链表篇之链表的基础操作和经典题目

    链表篇1. 链表基本操作707. 设计链表2. 双指针迭代法203. 移除链表元素206. 反转链表24. 两两交换链表中的节点3. 双指针之快慢指针19. 删除链表的倒数第 N 个结点160. 相交链表141. 环形链表142. 环形链表 II4. 总结刷题路线来自 &#xff1a;代码随想录 1. 链表基本操作 70…...

    2024/3/6 15:45:21
  18. VSCode查看Android源码,从入门到放弃

    VSCode查看Android源码比较简单&#xff0c;首先下载Android源码&#xff0c;我用的Mac&#xff0c;所以比较方便&#xff0c;对了repo在homebrew里面就有&#xff0c;直接brew install repo就可以&#xff0c;但是版本比官方的略低&#xff0c;但是可以用&#xff0c;只是有警…...

    2024/3/6 15:45:20
  19. fastdds 编译 坑

    1. fastdds 2.5.0使用gcc-9可以编过&#xff0c;但是如果是gcc-4.9&#xff0c;那就惨啦&#xff0c;编译不通过 2. fastdds 2.4.0使用gcc-9可以编过&#xff0c;但是如果是gcc-4.9&#xff0c;那就惨啦&#xff0c;编译不通过...

    2024/3/6 15:45:19
  20. 迁徙过程中的河流-线性dp

    迁徙过程中的河流 思路 规定f[i]f[i]f[i]为前i个人已经过河&#xff0c;a[i],表示第i个人所用时间a[i],表示第i个人所用时间a[i],表示第i个人所用时间 容易想到每次我们用时间消耗小的把船给开会去&#xff0c;这里先从小到大排序&#xff1b; 题目举例中给了我们一种转移方式…...

    2024/3/6 15:45:20

最新文章

  1. 使用unplugin-auto-import页面不引入api飘红

    解决方案&#xff1a;. tsconfig.json文件夹加上 {"compilerOptions": {"target": "ES2020","useDefineForClassFields": true,"module": "ESNext","lib": ["ES2020", "DOM", &q…...

    2024/3/29 16:45:20
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. 安卓Java面试题 226- 230

    226. 简述ContentProvider的权限管理 ?Content Provider的权限的管理很复杂,所以需要慢慢的说。 一个Provider里面可能有私有数据,也有公有数据。也就是说,有可能有些数据可以公开,有些不能公开。并且,有些 数据可以让别人修改,有些不能让别人修改。 围绕上诉的可能情况…...

    2024/3/28 16:48:25
  4. GPT结合R语言回归模型、多元统计分析、混合效应模型、结构方程实战案例

    查看原文>>>科研新边界&#xff1a;GPT & R语言联手&#xff0c;让数据分析不再难&#xff01; 自2022年GPT&#xff08;Generative Pre-trained Transformer&#xff09;大语言模型的发布以来&#xff0c;它以其卓越的自然语言处理能力和广泛的应用潜力&#xf…...

    2024/3/27 20:30:05
  5. 【外汇早评】美通胀数据走低,美元调整

    原标题:【外汇早评】美通胀数据走低,美元调整昨日美国方面公布了新一期的核心PCE物价指数数据,同比增长1.6%,低于前值和预期值的1.7%,距离美联储的通胀目标2%继续走低,通胀压力较低,且此前美国一季度GDP初值中的消费部分下滑明显,因此市场对美联储后续更可能降息的政策…...

    2024/3/27 10:21:24
  6. 【原油贵金属周评】原油多头拥挤,价格调整

    原标题:【原油贵金属周评】原油多头拥挤,价格调整本周国际劳动节,我们喜迎四天假期,但是整个金融市场确实流动性充沛,大事频发,各个商品波动剧烈。美国方面,在本周四凌晨公布5月份的利率决议和新闻发布会,维持联邦基金利率在2.25%-2.50%不变,符合市场预期。同时美联储…...

    2024/3/24 20:11:25
  7. 【外汇周评】靓丽非农不及疲软通胀影响

    原标题:【外汇周评】靓丽非农不及疲软通胀影响在刚结束的周五,美国方面公布了新一期的非农就业数据,大幅好于前值和预期,新增就业重新回到20万以上。具体数据: 美国4月非农就业人口变动 26.3万人,预期 19万人,前值 19.6万人。 美国4月失业率 3.6%,预期 3.8%,前值 3…...

    2024/3/29 2:45:46
  8. 【原油贵金属早评】库存继续增加,油价收跌

    原标题:【原油贵金属早评】库存继续增加,油价收跌周三清晨公布美国当周API原油库存数据,上周原油库存增加281万桶至4.692亿桶,增幅超过预期的74.4万桶。且有消息人士称,沙特阿美据悉将于6月向亚洲炼油厂额外出售更多原油,印度炼油商预计将每日获得至多20万桶的额外原油供…...

    2024/3/29 16:26:39
  9. 【外汇早评】日本央行会议纪要不改日元强势

    原标题:【外汇早评】日本央行会议纪要不改日元强势近两日日元大幅走强与近期市场风险情绪上升,避险资金回流日元有关,也与前一段时间的美日贸易谈判给日本缓冲期,日本方面对汇率问题也避免继续贬值有关。虽然今日早间日本央行公布的利率会议纪要仍然是支持宽松政策,但这符…...

    2024/3/29 5:19:52
  10. 【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响

    原标题:【原油贵金属早评】欧佩克稳定市场,填补伊朗问题的影响近日伊朗局势升温,导致市场担忧影响原油供给,油价试图反弹。此时OPEC表态稳定市场。据消息人士透露,沙特6月石油出口料将低于700万桶/日,沙特已经收到石油消费国提出的6月份扩大出口的“适度要求”,沙特将满…...

    2024/3/28 17:01:12
  11. 【外汇早评】美欲与伊朗重谈协议

    原标题:【外汇早评】美欲与伊朗重谈协议美国对伊朗的制裁遭到伊朗的抗议,昨日伊朗方面提出将部分退出伊核协议。而此行为又遭到欧洲方面对伊朗的谴责和警告,伊朗外长昨日回应称,欧洲国家履行它们的义务,伊核协议就能保证存续。据传闻伊朗的导弹已经对准了以色列和美国的航…...

    2024/3/29 11:11:56
  12. 【原油贵金属早评】波动率飙升,市场情绪动荡

    原标题:【原油贵金属早评】波动率飙升,市场情绪动荡因中美贸易谈判不安情绪影响,金融市场各资产品种出现明显的波动。随着美国与中方开启第十一轮谈判之际,美国按照既定计划向中国2000亿商品征收25%的关税,市场情绪有所平复,已经开始接受这一事实。虽然波动率-恐慌指数VI…...

    2024/3/29 1:13:26
  13. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

    原标题:【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试美国和伊朗的局势继续升温,市场风险情绪上升,避险黄金有向上突破阻力的迹象。原油方面稍显平稳,近期美国和OPEC加大供给及市场需求回落的影响,伊朗局势并未推升油价走强。近期中美贸易谈判摩擦再度升级,美国对中…...

    2024/3/29 8:28:16
  14. 【原油贵金属早评】市场情绪继续恶化,黄金上破

    原标题:【原油贵金属早评】市场情绪继续恶化,黄金上破周初中国针对于美国加征关税的进行的反制措施引发市场情绪的大幅波动,人民币汇率出现大幅的贬值动能,金融市场受到非常明显的冲击。尤其是波动率起来之后,对于股市的表现尤其不安。隔夜美国股市出现明显的下行走势,这…...

    2024/3/29 7:41:19
  15. 【外汇早评】美伊僵持,风险情绪继续升温

    原标题:【外汇早评】美伊僵持,风险情绪继续升温昨日沙特两艘油轮再次发生爆炸事件,导致波斯湾局势进一步恶化,市场担忧美伊可能会出现摩擦生火,避险品种获得支撑,黄金和日元大幅走强。美指受中美贸易问题影响而在低位震荡。继5月12日,四艘商船在阿联酋领海附近的阿曼湾、…...

    2024/3/24 20:11:18
  16. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

    原标题:【原油贵金属早评】贸易冲突导致需求低迷,油价弱势近日虽然伊朗局势升温,中东地区几起油船被袭击事件影响,但油价并未走高,而是出于调整结构中。由于市场预期局势失控的可能性较低,而中美贸易问题导致的全球经济衰退风险更大,需求会持续低迷,因此油价调整压力较…...

    2024/3/29 9:57:23
  17. 氧生福地 玩美北湖(上)——为时光守候两千年

    原标题:氧生福地 玩美北湖(上)——为时光守候两千年一次说走就走的旅行,只有一张高铁票的距离~ 所以,湖南郴州,我来了~ 从广州南站出发,一个半小时就到达郴州西站了。在动车上,同时改票的南风兄和我居然被分到了一个车厢,所以一路非常愉快地聊了过来。 挺好,最起…...

    2024/3/29 0:49:46
  18. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

    原标题:氧生福地 玩美北湖(中)——永春梯田里的美与鲜一觉醒来,因为大家太爱“美”照,在柳毅山庄去寻找龙女而错过了早餐时间。近十点,向导坏坏还是带着饥肠辘辘的我们去吃郴州最富有盛名的“鱼头粉”。说这是“十二分推荐”,到郴州必吃的美食之一。 哇塞!那个味美香甜…...

    2024/3/24 20:11:15
  19. 氧生福地 玩美北湖(下)——奔跑吧骚年!

    原标题:氧生福地 玩美北湖(下)——奔跑吧骚年!让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 让我们红尘做伴 活得潇潇洒洒 策马奔腾共享人世繁华 对酒当歌唱出心中喜悦 轰轰烈烈把握青春年华 啊……啊……啊 两…...

    2024/3/27 7:12:50
  20. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

    原标题:扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!扒开伪装医用面膜,翻六倍价格宰客!当行业里的某一品项火爆了,就会有很多商家蹭热度,装逼忽悠,最近火爆朋友圈的医用面膜,被沾上了污点,到底怎么回事呢? “比普通面膜安全、效果好!痘痘、痘印、敏感肌都能用…...

    2024/3/24 20:11:13
  21. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

    原标题:「发现」铁皮石斛仙草之神奇功效用于医用面膜丽彦妆铁皮石斛医用面膜|石斛多糖无菌修护补水贴19大优势: 1、铁皮石斛:自唐宋以来,一直被列为皇室贡品,铁皮石斛生于海拔1600米的悬崖峭壁之上,繁殖力差,产量极低,所以古代仅供皇室、贵族享用 2、铁皮石斛自古民间…...

    2024/3/26 11:21:23
  22. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

    原标题:丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者【公司简介】 广州华彬企业隶属香港华彬集团有限公司,专注美业21年,其旗下品牌: 「圣茵美」私密荷尔蒙抗衰,产后修复 「圣仪轩」私密荷尔蒙抗衰,产后修复 「花茵莳」私密荷尔蒙抗衰,产后修复 「丽彦妆」专注医学护…...

    2024/3/28 18:26:34
  23. 广州械字号面膜生产厂家OEM/ODM4项须知!

    原标题:广州械字号面膜生产厂家OEM/ODM4项须知!广州械字号面膜生产厂家OEM/ODM流程及注意事项解读: 械字号医用面膜,其实在我国并没有严格的定义,通常我们说的医美面膜指的应该是一种「医用敷料」,也就是说,医用面膜其实算作「医疗器械」的一种,又称「医用冷敷贴」。 …...

    2024/3/28 12:42:28
  24. 械字号医用眼膜缓解用眼过度到底有无作用?

    原标题:械字号医用眼膜缓解用眼过度到底有无作用?医用眼膜/械字号眼膜/医用冷敷眼贴 凝胶层为亲水高分子材料,含70%以上的水分。体表皮肤温度传导到本产品的凝胶层,热量被凝胶内水分子吸收,通过水分的蒸发带走大量的热量,可迅速地降低体表皮肤局部温度,减轻局部皮肤的灼…...

    2024/3/28 20:09:10
  25. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  26. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  27. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  28. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  29. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  30. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  31. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  32. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  33. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  34. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  35. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  36. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  37. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  38. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  39. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  40. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  41. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  42. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  43. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  44. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57