问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

Win10系统怎么恢复传统Win7的控制面板

发布网友 发布时间:2022-04-29 15:16

我来回答

1个回答

热心网友 时间:2023-10-14 20:31

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
1、具体代码如下:
Windows Registry Editor Version 5.00
  ;
  ; Created by http://winaero.com, reedited by http://ithome.com
  ;
  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  "MUIVerb"="个性化设置"
  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
  "icon"="desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  @="屏幕保护程序"
  "Position"="Bottom"
  "Icon"="desk.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  @="声音"
  "Position"="Bottom"
  "Icon"="mmsys.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  @="桌面背景"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  @="桌面图标"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]
  @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
  @="窗口颜色"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
2、将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
 Windows Registry Editor Version 5.00
  [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]

热心网友 时间:2023-10-14 20:31

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
1、具体代码如下:
Windows Registry Editor Version 5.00
  ;
  ; Created by http://winaero.com, reedited by http://ithome.com
  ;
  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  "MUIVerb"="个性化设置"
  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
  "icon"="desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  @="屏幕保护程序"
  "Position"="Bottom"
  "Icon"="desk.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  @="声音"
  "Position"="Bottom"
  "Icon"="mmsys.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  @="桌面背景"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  @="桌面图标"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]
  @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
  @="窗口颜色"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
2、将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
 Windows Registry Editor Version 5.00
  [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]

热心网友 时间:2023-10-14 20:31

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
1、具体代码如下:
Windows Registry Editor Version 5.00
  ;
  ; Created by http://winaero.com, reedited by http://ithome.com
  ;
  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  "MUIVerb"="个性化设置"
  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
  "icon"="desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  @="屏幕保护程序"
  "Position"="Bottom"
  "Icon"="desk.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  @="声音"
  "Position"="Bottom"
  "Icon"="mmsys.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  @="桌面背景"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  @="桌面图标"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]
  @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
  @="窗口颜色"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
2、将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
 Windows Registry Editor Version 5.00
  [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]

热心网友 时间:2023-10-14 20:31

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
1、具体代码如下:
Windows Registry Editor Version 5.00
  ;
  ; Created by http://winaero.com, reedited by http://ithome.com
  ;
  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  "MUIVerb"="个性化设置"
  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
  "icon"="desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  @="屏幕保护程序"
  "Position"="Bottom"
  "Icon"="desk.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  @="声音"
  "Position"="Bottom"
  "Icon"="mmsys.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  @="桌面背景"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  @="桌面图标"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]
  @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
  @="窗口颜色"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
2、将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
 Windows Registry Editor Version 5.00
  [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]

热心网友 时间:2023-10-14 20:31

  实际上,目前微软还没有把传统界面彻底清除,使用注册表仍可以“找回”。通过添加右键菜单的方式不但可以让传统设置回归,还可以更加方便的进入相关设置。
1、具体代码如下:
Windows Registry Editor Version 5.00
  ;
  ; Created by http://winaero.com, reedited by http://ithome.com
  ;
  [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  "MUIVerb"="个性化设置"
  "SubCommands"="Wallpaper;Colors;Sounds;Screensaver;Icons"
  "icon"="desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  @="屏幕保护程序"
  "Position"="Bottom"
  "Icon"="desk.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  @="声音"
  "Position"="Bottom"
  "Icon"="mmsys.cpl"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds\Command]
  @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl ,2"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  @="桌面背景"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper\Command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageWallpaper"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  @="桌面图标"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons\Command]
  @="rundll32 shell32.dll,Control_RunDLL desk.cpl,,0"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
  @="窗口颜色"
  "Icon"="%SystemRoot%\\System32\\desk.cpl"
  "Position"="Bottom"
  [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors\command]
  @="control.exe /NAME Microsoft.Personalization /PAGE pageColorization"
2、将以上代码粘贴到记事本中,保存为“所有文件”,文件名随意,但后缀名务必为“.reg”。如果想取消设定,可以先将如下代码按同样方法保存为注册表文件,然后执行即可:
 Windows Registry Editor Version 5.00
  [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Appearance]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Screensaver]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Sounds]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Wallpaper]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Icons]
  [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Colors]
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
青椒炒肉丝家常做法 QQ空间背景覆盖了自定义栏,那又要怎么取消 QQ空间自定义时不小心把模块隐藏了,要怎么找回来? 海底的火山存在吗? vue中路由跳转的三种方式 简洁易懂 vue路由调转的四种方式 ...状态详解介绍_拳击俱乐部Punch Club属性状态详解是什么 夜经济新业态是什么 南昌为什么要搞夜经济 夏天天热,不用冰箱的话,肉怎么保鲜?有没有比较专业的方法呢? 思科视频会议系统可以呼叫个人终端吗 华为B5打印机哪家做的代工 请高手指点,这个电路图的作用是什么,U3左边和单片机的RXD、TXD相连,MAX487可用486代替不?谢谢! STM32开发板串口通信问题,急! 关于RS232-TLL九针串口接口的电路图 在吗急啊,高手微信朋友圈往前一天改日期怎么改,忘发了一天 win10菜单栏栏怎么设置成win7 求小虎队串烧红蜻蜓+蝴蝶飞呀+叫你一声 my love这段曲的电子琴普或者就是简谱也可以 什么是 水体面积 定义 求一款小时候玩的老游戏,过关性质的,就是一个人在岛上与多个人对抗 有谁记得一个游戏 一个人在岛上可以种菜 打猎 钓鱼 收集各种食物 还有蛇 打猎用弓箭 日本动漫有哪些好看? 求一部单机游戏主角一出来就在一个岛上然后和队友伏击敌人突围最后坐船离开的 win10系统怎么变成win7界面 真珠美人鱼-希望的钟声、黑暗的协奏曲的简谱谁有呀?急呀! 《斗破苍穹》萧薰儿的新形象登场,颜值依然垫底吗? 如何培养高中生的数学核心素养方法浅谈 母乳期可以吃紫甘蓝宝宝拉绿 我想问下关于单片机与单片机之间串口通信的电路图 姜米炒饭怎么做 斗破苍穹里熏儿到底是谁 ? 如何申请财产保全,应在什么时候申请?还有一定要请律师吗? 广大女性同胞来答这个问题 问 正在跟你在一起的男朋友跟闺蜜告白了 你们会怎么做? 单片机与PC机的串行通信问题 宽叶不死鸟和棒叶不死鸟怎么养 有一单机游戏,是在一岛上,有一人,在砍树,收集水滴之类的,小地图 苏州各旅游景点的价格哪位朋友知道?感谢关注! 苏州旅游景点门票多少钱 何谓运营战略,解释核心竞争力? 双十一买东西真的会便宜吗? 男女接吻为什么双方会情不自禁的闭上自己的双眼 炒姜米放橘子皮可以吗? 何种打印机可以专打B5纸型! 闺蜜表白了自己的男朋友,她是怎么想的? 镁的化合物在生产生活中有着比较重要的用途.I、氢氧化镁是一种重要的绿色阻燃剂,某工厂合成氢氧化镁的 日本动漫! 什么是电泳技术 录音文件转换成文字 紫甘蓝胡萝卜和牛肉可以一起一煮给宝宝吃好 斗破苍穹中熏儿长啥样