[OpenSim]Forward Dynamics Tool文件设置

首先,以下讨论摘自官网:点击这里
       前向动力学工具(FD Tool)使用与CMC工具(CMC Tool)中相同的模型model和执行器actuator输入,并且也同样使用在CMC Tool计算过程中所使用过的初始状态Initial states和控制controls文件,这些文件共同作为FD Tool的输入文件并运行肌肉驱动(Muscle driven)的前向动力学仿真(Forward Dynamics Simulation)。该过程旨在重现CMC跟踪的相同运动(Desired Kinematics以及Tracking Task,这在作者的另一篇博文当中提及,点击这里跳转)。
       在FD Tool中,Initial states和controls的输入栏是可选的。如果states未有输入文件设置,则模型将采用状态变量的默认值。同样,如果未指定任何controls作为输入,则积分将以零值进行。
       与CMC Tool在闭环系统中使用PD控制器来确保跟踪(Tracking Task)所需轨迹的思路相反,FD Tool是一种开环系统。FD Tool盲目地应用记录的执行器控制,而没有反馈或校正机制,以帮助确保准确的跟踪。理论上,在与CMC Tool完全相同的条件下开始,并给它完全相同的CMC计算的控制,FD应该重现在CMC期间计算的相同轨迹。然而,与CMC相比,即使是数值上(由于截断或舍入)或FD Tool使用这些数值的方式上的微小差异,也会导致前向模拟偏离预期轨迹。这对于较长时间的模拟来说尤其是个问题,在这种情况下,微小的差异有更多的时间积累,而在这种情况下,差异会变得更加明显,最终导致模拟变得完全不稳定。
可以通过多种方式来减少FD Tool与CMC之间的差异
1)在CMC步骤中,建议将输出精度设置为20,以确保FD Tool读取和使用的值与CMC的值高精度匹配。
2)FD Tool将模型的初始状态设置为与FD Tool初始时间相对应的CMC状态值。如果将FD Tool设置为在没有CMC状态值可用的时间启动,则初始时间将调整为具有状态值的最近时间。这是自动完成的。
3)通过FD Tool的设置文件< use_specified_dt >中的属性,还可以使用与CMC中相同的积分时间步骤。建议将此属性设置为true,以最小化长时正演模拟的差异。如果设置为false,则FD Tool的积分器将根据所需的设置误差容限自适应地计算自己的时间步长。由于这些时间步长往往与CMC中使用的时间步长不同,因此结果的差异通常会更快。

Solve for equilibrium for actuator states”的解释为:
Flag indicating whether or not to compute equilibrium values for states other than the coordinates or speeds.For example,equilibrium muscle fiber lengths or muscle forces.
即,指示是否为坐标coordinates或速度speeds以外的状态计算平衡值的标志。例如,平衡肌纤维长度或肌力。

FD Tool文件设置

       在作者的其他博客已经介绍了Forward Dynamics Tool的面板(点击这里跳转),这里不再解释,并直接运用该博客文章当中的存在于FD Tool plane当中的设置栏标识。

Contros一栏

       关于控件的xml文件来自于CMC,这就要求我们应当先对Desired Kinematics进行CMC计算,计算所得的Result当中包含controls.xml文件。关于这个controls.xml文件可以通过肌肉激励编辑器Excitation Editor打开以观察所研究肌肉的激活情况。

Initial States一栏

       关于initial states一栏的输入sto文件来自于CMC计算结果中的states.sto文件。在这里我们需要注意的是:
1)initial states.sto≠desired kinematics.mot文件的内容;
2)此外,若你仅保留desired kinematics.mot文件中的第一行数据,你理所当然的认为这是初始状态,然而,至少以我的知识水平和经验来看,这是不对的。你可以打开来自CMC的states.sto文件进行比较。

Actuators and External Loads面板

       Actuators一栏和External Loads一栏均没有文件输入是不影响Forward Dynamics Simulation的运行,但是所得的结果一定不可能是完全正确的(这一点我实在官方论坛上查询各学习者之间的问答偶然发现的一句话)。关于Actuators.xml的编辑我还不知道如何进行。

这里给出gait2354_CMC_Actuators.xml文件内容,希望你可以得到提示

<?xml version="1.0" encoding="UTF-8" ?>
<OpenSimDocument Version="30000"><ForceSet name="gait2354_CMC"><defaults><CoordinateActuator name="default"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate></coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1000</optimal_force></CoordinateActuator></defaults><objects><PointActuator name="FX"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which this actuator is applied.--><body>pelvis</body><!--Location of application point; in body frame unless point_is_global=true--><point>-0.0724376 0 0</point><!--Interpret point in Ground frame if true; otherwise, body frame.--><point_is_global>false</point_is_global><!--Force application direction; in body frame unless force_is_global=true.--><direction>1 0 0</direction><!--Interpret direction in Ground frame if true; otherwise, body frame.--><force_is_global>true</force_is_global><!--The maximum force produced by this actuator when fully activated.--><optimal_force>4</optimal_force></PointActuator><PointActuator name="FY"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which this actuator is applied.--><body>pelvis</body><!--Location of application point; in body frame unless point_is_global=true--><point>-0.0724376 0 0</point><!--Interpret point in Ground frame if true; otherwise, body frame.--><point_is_global>false</point_is_global><!--Force application direction; in body frame unless force_is_global=true.--><direction>0 1 0</direction><!--Interpret direction in Ground frame if true; otherwise, body frame.--><force_is_global>true</force_is_global><!--The maximum force produced by this actuator when fully activated.--><optimal_force>8</optimal_force></PointActuator><PointActuator name="FZ"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which this actuator is applied.--><body>pelvis</body><!--Location of application point; in body frame unless point_is_global=true--><point>-0.0724376 0 0</point><!--Interpret point in Ground frame if true; otherwise, body frame.--><point_is_global>false</point_is_global><!--Force application direction; in body frame unless force_is_global=true.--><direction>0 0 1</direction><!--Interpret direction in Ground frame if true; otherwise, body frame.--><force_is_global>true</force_is_global><!--The maximum force produced by this actuator when fully activated.--><optimal_force>4</optimal_force></PointActuator><TorqueActuator name="MX"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which the torque actuator is applied.--><bodyA>pelvis</bodyA><!--Name of Body to which the equal and opposite torque is applied.--><bodyB>ground</bodyB><!--Interpret axis in Ground frame if true; otherwise, body A's frame.--><torque_is_global>true</torque_is_global><!--Fixed direction about which torque is applied, in Ground or body A frame depending on 'torque_is_global' property.--><axis>1 0 0</axis><!--The maximum torque produced by this actuator when fully activated.--><optimal_force>2</optimal_force></TorqueActuator><TorqueActuator name="MY"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which the torque actuator is applied.--><bodyA>pelvis</bodyA><!--Name of Body to which the equal and opposite torque is applied.--><bodyB>ground</bodyB><!--Interpret axis in Ground frame if true; otherwise, body A's frame.--><torque_is_global>true</torque_is_global><!--Fixed direction about which torque is applied, in Ground or body A frame depending on 'torque_is_global' property.--><axis>0 1 0</axis><!--The maximum torque produced by this actuator when fully activated.--><optimal_force>2</optimal_force></TorqueActuator><TorqueActuator name="MZ"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of Body to which the torque actuator is applied.--><bodyA>pelvis</bodyA><!--Name of Body to which the equal and opposite torque is applied.--><bodyB>ground</bodyB><!--Interpret axis in Ground frame if true; otherwise, body A's frame.--><torque_is_global>true</torque_is_global><!--Fixed direction about which torque is applied, in Ground or body A frame depending on 'torque_is_global' property.--><axis>0 0 1</axis><!--The maximum torque produced by this actuator when fully activated.--><optimal_force>2</optimal_force></TorqueActuator><!-- Reserve Motors to assist muscles --><CoordinateActuator name="hip_flexion_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_flexion_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="hip_adduction_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_adduction_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="hip_rotation_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_rotation_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="knee_angle_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>knee_angle_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="ankle_angle_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>ankle_angle_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="subtalar_angle_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>subtalar_angle_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="mtp_angle_r_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>mtp_angle_r</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="hip_flexion_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_flexion_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="hip_adduction_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_adduction_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="hip_rotation_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>hip_rotation_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="knee_angle_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>knee_angle_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="ankle_angle_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>ankle_angle_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="subtalar_angle_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>subtalar_angle_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="mtp_angle_l_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>mtp_angle_l</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="lumbar_extension_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>lumbar_extension</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="lumbar_bending_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>lumbar_bending</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator><CoordinateActuator name="lumbar_rotation_reserve"><!--Flag indicating whether the force is disabled or not. Disabled means that the force is not active in subsequent dynamics realizations.--><isDisabled>false</isDisabled><!--Minimum allowed value for control signal. Used primarily when solving for control values.--><min_control>-infinity</min_control><!--Maximum allowed value for control signal. Used primarily when solving for control values.--><max_control>infinity</max_control><!--Name of the generalized coordinate to which the actuator applies.--><coordinate>lumbar_rotation</coordinate><!--The maximum generalized force produced by this actuator.--><optimal_force>1</optimal_force></CoordinateActuator></objects><groups /></ForceSet>
</OpenSimDocument>
查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. 算法精讲-leetcode23-合并K个排序链表**

    合并K个排序链表题目描述解题思路代码示例运行结果 题目描述 合并 k 个排序链表,返回合并后的排序链表。示例: 输入: [1->4->5,1->3->4,2->6 ] 输出: 1->1->2->3->4->4->5->6解题思路 链表两两合并,最终剩下一个链表就是所需结果。 合并…...

    2024/4/16 5:23:13
  2. 剑指offer刷题详细分析:part6:31题——35题

    剑指offer所有题目详解,可访问我的github项目:KongJetLin-offer目录Number31:整数中1出现的次数(从1到n整数中1出现的次数) Number32:把数组排成最小的数 Number33:丑数 Number34:第一个只出现一次的字符 Number35:数组中的逆序对题目31 整数中1出现的次数(从1到n整数…...

    2024/5/1 9:51:50
  3. PyTorch 学习by_LX(一):pytorch GPU版本安装等碎碎念

    新买的RTX2070到了,一顿操作后装的是cuda11.0,而pytorch目前支持的最高cuda版本为10.2;无奈需要重装,本想在不卸载cuda11.0的条件下安装10.2,一顿操作猛如虎,结果运行pytorch还是报错,无奈选择卸载11.0; 1.卸载cuda11.0 进入控制面板,卸载程序,将带有11.0版本号的NVI…...

    2024/4/20 3:41:03
  4. 算法精讲-leetcode20-有效的括号

    有效的括号题目描述解题思路代码示例运行结果 题目描述 给定一个只包括 (,),{,},[,] 的字符串,判断字符串是否有效。有效字符串需满足:左括号必须用相同类型的右括号闭合。左括号必须以正确的顺序闭合。 注意空字符串可被认为是有效字符串。示例1: 输入: "()"…...

    2024/5/7 15:31:43
  5. 习题4-3 求分数序列前N项和 (15分)

    本题要求编写程序,计算序列 2/1+3/2+5/3+8/5+… 的前N项之和。注意该序列从第2项起,每一项的分子是前一项分子与分母的和,分母是前一项的分子。 输入格式: 输入在一行中给出一个正整数N。 输出格式: 在一行中输出部分和的值,精确到小数点后两位。题目保证计算结果不超过双精…...

    2024/4/20 17:08:16
  6. 利用matlab编程实现的声波的时域差分方程(非均匀介质)

    一、 声波方程的数值计算 网格离散 声波基本方程如下 ∂p∂t=−ρc2(∂vx∂x+∂vy∂y+∂vz∂z)∂vz∂t=−1ρ∂p∂z \frac{\partial p}{\partial t}=-\rho c^{2}\left(\frac{\partial v_{x}}{\partial x}+\frac{\partial v_{y}}{\partial y}+\frac{\partial v_{z}}{\partial z}…...

    2024/4/16 10:25:35
  7. 企业网架构配置

    企业网架构配置实验拓扑如下接入层汇聚层核心层配置BGP通过R5去分支、R4去互联网 并且时期互相备份互联网 实验拓扑如下接入层 1、创建VLAN使用 batch命令批量的常见vlan 2、更改接口模式 trunk或access并将接口划入vlan port link-type trunk port trunk allow-pass vlan 2 to…...

    2024/5/8 6:50:43
  8. 单例模式详解--通过源码分析:反射及反序列化破坏单例原理及枚举式单例如果防止其破坏、readResolve()如何防止反序列化破坏单例以及spring容器式单例思想

    目录写在前面饿汉式单例模式:一般形式静态代码块懒汉式单例模式:双重检查锁静态内部类反射破坏单例序列化破坏单例:添加readResolve()方法保证序列化不会破坏单例demo及运行结果原理分析注册试单例模式枚举式单例模式代码实现原理详解容器式单例模式demo及运行结果spring框架…...

    2024/5/7 14:18:03
  9. HCIE第二天总结

    1.对分布路由进行ip地址规划,同时划分路由的区域(AS) 2配置OSPF协议(1)在两台核心交换机与两台边界路由器之间启用OSPF协议,划分在同一个区域内部,宣告各个接口及直连地址 (2)两台核心交换机上利用VRRP配置vlan2与vlan3的网关,宣告网关地址 (3)华为设备需要将与路由…...

    2024/5/7 17:38:37
  10. 要只看每日减少的新增数量,别忘了疫情最开始的时候可能也只有几个人患病

    不要只看每日减少的新增数量,别忘了疫情最开始的时候可能也只有几个人患病...

    2024/5/7 22:13:07
  11. 深度好文《睡觉是在为国家做贡献?NO!》

    睡觉是在为国家做贡献?不对,你“睡觉”做了三件事情:1. 成就了那些“不睡觉”的人;2. 对自己不负责;3.只能说不给国家添乱,但不能说做贡献。其实政府提倡的是不出门或者少出门。那些宣扬“睡觉就是在为国家做贡献”的人更多的是在短视频上圈粉。这部分人或以两口子吵架的…...

    2024/5/7 22:56:25
  12. Fiddler4学习

    本文基于Fiddler 4版本。 问题:fiddler是什么? 解决方案:你女朋友的闺蜜(HTTP代理)。你就是客户端,女朋友就是服务端。问题:fiddler的用途? 解决方案: 1、监听http或者https请求。3、伪造客户端请求和服务端响应。 断点后,AutoResponder和Composer构造请求或响应4、监…...

    2024/5/7 18:00:58
  13. MySQL简介

    数据库存储电子文件的处所,用户可以对文件中的数据运行新增、截取、更新、删除等操作。而我们本文的MySQL就是众多数据库中的一个!MySQL原理:mysqld就是一个子进程即守护进程;设计原因,如果MySQL服务端意外挂掉,重新建个子进程,就可以重新启动服务端了选择连接的协议,大…...

    2024/5/7 12:46:15
  14. quratz学习记录

    一、quratz概念 quratz就是基于java开发的任务调度框架 官网地址 二、quratz的运行环境可以运行嵌入在另一个独立式的应用框架 可以在应用服务器(或者servlet容器)内被实例化,并且参与事务 可以作为一个独立的程序运行(其自己的java虚拟机中),可以通过RMI使用 可以被实例…...

    2024/5/7 23:24:05
  15. 微服务Spring Cloud之整合Zuul网关

    1.Zuul网关通过之前的介绍,使用Spring Cloud实现微服务的架构基本成型,大致是这样的:我们使用Spring Cloud Netflix中的Eureka实现了服务注册中心以及服务注册与发现;而服务间通过Ribbon或Feign实现服务的消费以及均衡负载。为了使得服务集群更为健壮,使用Hystrix的融断机…...

    2024/5/7 20:57:56
  16. 5.数据同步原理

    下图展示了 Soul 数据同步的流程,Soul 网关在启动时,会从从配置服务同步配置数据,并且支持推拉模式获取配置变更信息,并且更新本地缓存。而管理员在管理后台,变更用户、规则、插件、流量配置,通过推拉模式将变更信息同步给 Soul 网关,具体是 push 模式,还是 pull 模式取…...

    2024/5/7 20:32:45
  17. 阿里云服务器通过外网ip访问服务器之tomcat配置

    1.tomcat默认端口为8080,首先在云服务器控制台配置安全组规则,如下图2.配置tomcat的配置文件server.xml。找到tomcat文件目录下的conf,打开里面的配置文件server.xml,将标签<Host>里面的name值改为你的外网ip,就能通过http://你的外网ip:8080访问了...

    2024/4/4 19:53:47
  18. ThinkPHP5.1 多图片,多文件打压缩包

    ThinkPHP5.1 多图片,多文件打压缩包 情景:前端下载一个以上图片,采用下载压缩包方法 使用PHP自带的ZipArchive类 开启压缩类的方法 这里我将方法大概描述一下避免链接失效 Windows环境: 首先需要从官网上下载,下载地址 https://windows.php.net/downloads/pecl/releases/z…...

    2024/4/20 6:18:25
  19. 解决Mac IntelliJ IDEA 卡顿问题

    大家好,我又发布博客啦,遇到有实用的小技巧就想写篇博客记录下来,废话不多说,我来介绍一下这篇博客的主要用处!! 机器配置:用Idea已经好旧了,之前项目小的时候不会出什么问题,最近开发的项目是比较大型了,写代码的时候老是遇到Idea卡顿,电脑发热、风扇呼呼呼的响。然…...

    2024/4/18 10:31:06
  20. 学好Java设计模式--工厂模式

    一篇文章读懂工厂模式 工厂模式(Factory Pattern)是 Java 中最常用的设计模式之一。这种类型的设计模式属于创建型模式,它提供了一种创建对象的最佳方式。在工厂模式中,我们在创建对象时不会对客户端暴露创建逻辑,并且是通过使用一个共同的接口来指向新创建的对象。如果创…...

    2024/4/14 13:46:46

最新文章

  1. 【完美解决】使用git时候出现error setting certificate verify locations: CAfile:问题

    1、出现场景&#xff1a; 在使用idea的时候&#xff0c;进行git下的push&#xff0c;出现下面的错误&#xff1a; 2、原因分析&#xff1a; 可能因为重装过系统&#xff0c;或者是安装git的位置发生了变化等情况出现。 3、解决方案&#xff1a; 找到git的安装路径&#xf…...

    2024/5/8 7:30:14
  2. 梯度消失和梯度爆炸的一些处理方法

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

    2024/5/7 10:36:02
  3. audio_video_img图片音视频异步可视化加载

    最近在做即时消息&#xff0c;消息类型除了文字还有音频、视频、图片展示&#xff0c;如果消息很多&#xff0c;在切换聊天框时&#xff0c;会有明显卡顿&#xff0c;后续做了懒加载&#xff0c;方案是只加载用户能看到的资源&#xff0c;看不到的先不加载&#xff1b; LazyAud…...

    2024/5/8 2:36:28
  4. STL--vector有哪些应用场景

    vector 在 C 中是一种非常灵活和强大的容器&#xff0c;适用于多种不同的应用场景。以下是一些常见的应用场景&#xff1a; 1 动态数据集合&#xff1a;当你不确定数据集的大小&#xff0c;或者数据集的大小会随时间变化时&#xff0c;vector 是理想的选择。例如&#xff0c;在…...

    2024/5/7 5:20:54
  5. 【外汇早评】美通胀数据走低,美元调整

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

    2024/5/8 6:01:22
  6. 【原油贵金属周评】原油多头拥挤,价格调整

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

    2024/5/7 9:45:25
  7. 【外汇周评】靓丽非农不及疲软通胀影响

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

    2024/5/4 23:54:56
  8. 【原油贵金属早评】库存继续增加,油价收跌

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

    2024/5/7 14:25:14
  9. 【外汇早评】日本央行会议纪要不改日元强势

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

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

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

    2024/5/4 23:55:05
  11. 【外汇早评】美欲与伊朗重谈协议

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

    2024/5/4 23:54:56
  12. 【原油贵金属早评】波动率飙升,市场情绪动荡

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

    2024/5/7 11:36:39
  13. 【原油贵金属周评】伊朗局势升温,黄金多头跃跃欲试

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

    2024/5/4 23:54:56
  14. 【原油贵金属早评】市场情绪继续恶化,黄金上破

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

    2024/5/6 1:40:42
  15. 【外汇早评】美伊僵持,风险情绪继续升温

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

    2024/5/4 23:54:56
  16. 【原油贵金属早评】贸易冲突导致需求低迷,油价弱势

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

    2024/5/4 23:55:17
  17. 氧生福地 玩美北湖(上)——为时光守候两千年

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

    2024/5/7 9:26:26
  18. 氧生福地 玩美北湖(中)——永春梯田里的美与鲜

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

    2024/5/4 23:54:56
  19. 氧生福地 玩美北湖(下)——奔跑吧骚年!

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

    2024/5/4 23:55:06
  20. 扒开伪装医用面膜,翻六倍价格宰客,小姐姐注意了!

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

    2024/5/5 8:13:33
  21. 「发现」铁皮石斛仙草之神奇功效用于医用面膜

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

    2024/5/4 23:55:16
  22. 丽彦妆\医用面膜\冷敷贴轻奢医学护肤引导者

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

    2024/5/4 23:54:58
  23. 广州械字号面膜生产厂家OEM/ODM4项须知!

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

    2024/5/6 21:42:42
  24. 械字号医用眼膜缓解用眼过度到底有无作用?

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

    2024/5/4 23:54:56
  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