admin 管理员组

文章数量: 887242


2024年1月16日发(作者:java开发的实用工具)

1 _____和_____标签用来定义表格的行和单元格。

2表格的_____和_____属性用于水平和垂直合并单元格。 Colspan rowspan

3表单主要由_____、_____和_____三部分构成。 表单标签 表单域 表单按钮

4_____标签定义浏览器不支持框架时显示的内容。 </p><p style="text-indent: 2em;";>5 CSS样式由_____、_____、_____三部分组成 选择符 属性 属性值 </p><p style="text-indent: 2em;";>6常用的选择符主要有三类:_____、_____、_____ HTML选择符 ID选择符 类选择符 </p><p style="text-indent: 2em;";>7在WEB页面中使用CSS的方法有三种_____、_____、_____ 内部样式表 内嵌样式 外部样式表 </p><p style="text-indent: 2em;";>8 常用的页面布局技术有______、______和______。 DIV+CSS布局 框架布局 表格布局 </p><p style="text-indent: 2em;";>9 一个标准的网页由_______、_______和_______三部分组成。 结构 外观 行为 </p><p style="text-indent: 2em;";>10 使用_____语句可以在HTML中引入d:/文件 <script type="text/javascript" src="d:/"></script> </p><p style="text-indent: 2em;";>11 在JavaScript中根据变量的作用域可以分为____和____两种 全局变量 局部变量 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>12 在浏览器的DOM中,根对象是______ window </p><p style="text-indent: 2em;";>13 表单对象是________对象的子对象 document </p><p style="text-indent: 2em;";>14 Div层的隐藏和显示主要是用到_________属性,该属性的值为_________时隐藏Div层 </p><p style="text-indent: 2em;";> Display none </p><p style="text-indent: 2em;";>15调试Servlet时,Eclipse要进入____________视图下 Debug </p><p style="text-indent: 2em;";>16 Servlet中会话跟踪技术的方案有_____、______、______和隐藏表单域技术。 Cookie Session URL重写 </p><p style="text-indent: 2em;";>17 JSP页面中的6个基本元素包括___________、___________、___________、___________、动作标签和注释。 </p><p style="text-indent: 2em;";> 指令 声明 表达式 脚本 </p><p style="text-indent: 2em;";>18 JSP页面在容器中运行需要经过3个过程:_____,_______和______ 编辑 翻译 执行 </p><p style="text-indent: 2em;";>19 JSP页面中常见的3种指令有:___________、______________和___________ page指令 include指令 taglib指令 </p><p style="text-indent: 2em;";>20 JSP页面的Page指令中的____________属性用于设置脚本语言 language </p><p style="text-indent: 2em;";>21广义上来讲,满足______、______、______三个要求的Java类可以称为JavaBean </p><p style="text-indent: 2em;";> 无参数构造方法 属性私有 属性具有公有的get和set方法 </p><p style="text-indent: 2em;";>22用于查找或者实例化一个JavaBean的动作名称为____,用于设置JavaBean的属性的动作名称为_____,用于把请求转发到另一个页面的动作名称为______ jsp:useBean jsp:setProperty jsp:forward </p><p style="text-indent: 2em;";>23 param标准动作用于为其他动作标签提供附加参数信息,该动作通常可以与______、________等一起使用 </p><p style="text-indent: 2em;";><jsp:include> <jsp:forward> </p><p style="text-indent: 2em;";>24 JSP内置对象中主要用于输入输出功能的有______,________,________ request response out </p><p style="text-indent: 2em;";>25 JSP的4种作用范围分别使用_____、_______、______、_______来表示,它们都具有________和_________方法 </p><p style="text-indent: 2em;";> pageContext request session application getAttribute() setAttribute() </p><p style="text-indent: 2em;";>26 JSTL分为______、______、______、______、______五部分 </p><p style="text-indent: 2em;";>核心标签库 国际化输出标签库(I18N标签库) XML标签库 SQL标签库 EL函数库 </p><p style="text-indent: 2em;";>27 Servlet上下文监听器有2个:_________和_______________ ServletContextListener </p><p style="text-indent: 2em;";>ServletContextAttributeListener </p><p style="text-indent: 2em;";>28针对Session会话的监听器有4个:_____,______,_________和____________ </p><p style="text-indent: 2em;";>HttpSessionListener HttpSessionActivationListener HttpSessionBindingListener </p><p style="text-indent: 2em;";>HttpSessionAttributeListener </p><p style="text-indent: 2em;";>简述HTML和HTTP的区别和联系 </p><p style="text-indent: 2em;";>超文本传输协议(HTTP,HyperText Transfer Protocol)是客户端浏览器或其他程序与Web服务器之间的应用层通信协议,可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>用以实现客户端和服务器端的信息传输。可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>超文本标签语言(HTML,HyperText Mark-up Language),即HTML语言,是目前网络上应用最为广泛的语言,也是构成网页文档的主要语言。HTML是网络的通用语言,是一种简单、通用的标签语言,是专门为HTTP协议设计的,当然也可用于其他用途。 </p><p style="text-indent: 2em;";>简述DIV+CSS布局的优缺点。 </p><p style="text-indent: 2em;";>DIV布局的优点是:网页代码精简、提高页面下载速度、表现和内容相分离等;缺点则是:过于灵活,比较难控制。因此DIV布局比较适合应用于复杂的不规则页面、业务种类较多的大型商业网站。 </p><p style="text-indent: 2em;";>简述使用表格布局的注意事项 </p><p style="text-indent: 2em;";> 不要把整个网页当成一个大表格,尽可能使用多个表格进行分块。 </p><p style="text-indent: 2em;";>因为一个大表格的内容要全部加载后才会显示。这样会降低页面的响应速度和效率。此外,单元格在调整时不够方便,往往在调整局部的单元格时,会对其它的单元格产生联动的效果,违背了调整的初衷。 </p><p style="text-indent: 2em;";>嵌套表格作为相对独立的表格,控制十分方便,这也是使用表格布局的常用方法,但是一般不宜超过三层,一旦表格嵌套过多会影响浏览器的响应速度,并且不易后期维护。 </p><p style="text-indent: 2em;";>当用表格布局时,表格的边框宽度一般设置为0。最外层表格宽度一般使用固定的像素值,而嵌套的表格的宽度则使用百分比来设定,如果使用像素值则需要计算的绝对精确,因此不提倡使用像素值。 </p><p style="text-indent: 2em;";>简述“==”和“===”的主要区别 </p><p style="text-indent: 2em;";>"=="运算符是在类型转换后执行而"==="是在类型转换前比较。 </p><p style="text-indent: 2em;";>简述break和continue语句的区别 </p><p style="text-indent: 2em;";>break语句用于结束循环,执行循环体后的语句; </p><p style="text-indent: 2em;";>continue语句用于结束本次循环,执行下次循环 </p><p style="text-indent: 2em;";>简述JavaScript中数组对象的常用方法 </p><p style="text-indent: 2em;";>concat() </p><p style="text-indent: 2em;";>连接两个或更多的数组,并返回合并后的新数组 </p><p style="text-indent: 2em;";>join() </p><p style="text-indent: 2em;";>把数组的所有元素放入一个字符串并返回此字符串。元素通过指定的分隔符进行分隔 </p><p style="text-indent: 2em;";>pop() </p><p style="text-indent: 2em;";>删除并返回数组的最后一个元素 </p><p style="text-indent: 2em;";>push() </p><p style="text-indent: 2em;";>向数组的末尾添加一个或更多元素,并返回新的长度 </p><p style="text-indent: 2em;";>reverse() </p><p style="text-indent: 2em;";>颠倒数组中元素的顺序 </p><p style="text-indent: 2em;";>sort() </p><p style="text-indent: 2em;";>对数组的元素进行排序 </p><p style="text-indent: 2em;";>toString() </p><p style="text-indent: 2em;";>把数组转换为字符串,并返回结果 </p><p style="text-indent: 2em;";>简述DOM的特点? </p><p style="text-indent: 2em;";> DOM是一种与浏览器、平台、语言无关的接口,编程人员通过DOM可以访问页面中其他的标准组件。 </p><p style="text-indent: 2em;";> DOM解决了Netscape的JavaScript和Microsoft的JavaScript之间的冲突,给予Web设计师和开发者一个标准的方法,让其来访问站点中的数据、脚本和表现层对象。可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> DOM是以层次结构组织的节点或信息片断的集合。DOM是一种树形的结构,开发人员可在节点树中导航寻找特定信息。解析该结构通常需要加载整个文档,解析完毕后才能够操作节点。 </p><p style="text-indent: 2em;";>列举DOM对象模型中的主要对象? </p><p style="text-indent: 2em;";>Window对象、Document对象、Location对象、Navigator对象、History对象和From对象等。 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>简述表单验证中的分类? </p><p style="text-indent: 2em;";> 验证必填项验证长度 验证输入内容的格式 验证两个表单项的值是否相同 验证邮箱的输入是否合法 </p><p style="text-indent: 2em;";>简述Servlet的生命周期? </p><p style="text-indent: 2em;";>servlet有良好的生存期的定义,包括加载和实例化、初始化、处理请求以及服务结束。这个生存期由t接口的init,service和destroy方法表达。 Servlet被服务器实例化后,容器运行其init方法,请求到达时运行其service方法,service方法自动派遣运行与请求对应的doXXX方法(doGet,doPost)等,当服务器决定将实例销毁的时候调用其destroy方法。 </p><p style="text-indent: 2em;";>简述转发和重定向两种页面跳转方式的区别,在Servlet中分别使用什么方法实现? </p><p style="text-indent: 2em;";>重定向和请求转发是Servlet处理完数据后进行页面跳转的两种主要方式。 </p><p style="text-indent: 2em;";>重定向是指页面重新定位到某个新地址,之前的Request失效,进入一个新的Request,且跳转后浏览器地址栏内容将变为新的指定地址。重定向是通过HttpServletResponse对象的sendRedirect()来实现。 </p><p style="text-indent: 2em;";>请求转发是指将请求再转发到另一页面,此过程依然在Request范围内,转发后浏览器地址栏内容不变。请求转发使用RequestDispatcher接口中的forward()方法来实现。 </p><p style="text-indent: 2em;";>编写一个输出"Hello World!"Servlet程序。 </p><p style="text-indent: 2em;";>import .*; </p><p style="text-indent: 2em;";>import t.*; </p><p style="text-indent: 2em;";>import .*; </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>//创建一个Servlet类,继承HttpServlet </p><p style="text-indent: 2em;";>public class Hello extends HttpServlet { </p><p style="text-indent: 2em;";> // 重写doGet() </p><p style="text-indent: 2em;";> public void doGet(HttpServletRequest request, HttpServletResponse response) </p><p style="text-indent: 2em;";> throws ServletException, IOException { </p><p style="text-indent: 2em;";> // 设置响应到客户端的文本类型为HTML </p><p style="text-indent: 2em;";> tentType("text/html"); </p><p style="text-indent: 2em;";> // 获取输出流 </p><p style="text-indent: 2em;";> PrintWriter out = ter(); </p><p style="text-indent: 2em;";> n("Hello World"); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";>简述session的生命周期? </p><p style="text-indent: 2em;";>1) 客户端向服务器第一次发送请求的时候,request中并无SessionID。 </p><p style="text-indent: 2em;";>2) 此时服务器会创建一个Session对象,并分配一个SessionID。Serssion对象保存在服务器端,此时为新建状态,调用()返回true。可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>3) 当服务器端处理完毕后,会将SessionID通过response对象传回到客户端,浏览器负责保存到当前进程中。 </p><p style="text-indent: 2em;";>4) 当客户端再次发送请求时,会同时将SessionID发送给服务器。 </p><p style="text-indent: 2em;";>5) 服务器根据传递过来的SessionID将这次请求(request)与保存在服务器端的Session对象联系起来。此时Session已不处于新建状态,调用()返回false。 </p><p style="text-indent: 2em;";>6) 循环执行过程3-5,直到Session超时或销毁。 </p><p style="text-indent: 2em;";>简述ServletContext的生命周期? </p><p style="text-indent: 2em;";>1) 新Servlet容器启动的时候,服务器端会创建一个ServletContext对象; </p><p style="text-indent: 2em;";>2) 在容器运行期间ServletContext对象一直存在; </p><p style="text-indent: 2em;";>3) 当容器停止时,ServletContext的生命周期结束。 </p><p style="text-indent: 2em;";>开发一个Servlet用于销毁会话 </p><p style="text-indent: 2em;";>package t; </p><p style="text-indent: 2em;";>import ption; </p><p style="text-indent: 2em;";>import tException; </p><p style="text-indent: 2em;";>import rvlet; </p><p style="text-indent: 2em;";>import rvletRequest; </p><p style="text-indent: 2em;";>import rvletResponse; </p><p style="text-indent: 2em;";>import ssion; </p><p style="text-indent: 2em;";>public class DestroyServlet extends HttpServlet { </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> public DestroyServlet() { </p><p style="text-indent: 2em;";> super(); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";> protected void doGet(HttpServletRequest request, </p><p style="text-indent: 2em;";> HttpServletResponse response) throws ServletException, IOException { </p><p style="text-indent: 2em;";> doPost(request, response); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";> protected void doPost(HttpServletRequest request, </p><p style="text-indent: 2em;";> HttpServletResponse response) throws ServletException, IOException { </p><p style="text-indent: 2em;";> HttpSession session = sion(); </p><p style="text-indent: 2em;";> if (session != null) { </p><p style="text-indent: 2em;";> // 销毁Session </p><p style="text-indent: 2em;";> date(); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";>} </p><p style="text-indent: 2em;";> 简述JSP页面中的组成元素。 </p><p style="text-indent: 2em;";>JSP页面主要有6类基本元素组成: </p><p style="text-indent: 2em;";> JSP指令:用来向JSP容器提供编译信息。 JSP声明:用于在JSP页面中定义变量和方法。 </p><p style="text-indent: 2em;";>JSP表达式:用于将Java表达式的运行结果输出在页面中。 JSP脚本:用于在JSP页面中插入Java代码。 </p><p style="text-indent: 2em;";> JSP动作:实现一些常见的特定功能。 JSP注释 </p><p style="text-indent: 2em;";>简述执行JSP页面的原理。可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>1) 客户端发出请求(request); </p><p style="text-indent: 2em;";>2) 容器接收到请求后检索对应的JSP页面,如果该JSP页面是第一次被请求,则容器将其翻译成一个Java文件,即Servlet; </p><p style="text-indent: 2em;";>3) 容器将翻译后的Servlet源代码编译形成字节码,即.class文件,并加载到内存执行; </p><p style="text-indent: 2em;";>4) 最后把执行结果即响应(response)发送回客户端。 </p><p style="text-indent: 2em;";>在JSP页面打印九九乘法表 </p><p style="text-indent: 2em;";><%@ page language="java" contentType="text/html; charset=GBK"%> </p><p style="text-indent: 2em;";><html> </p><p style="text-indent: 2em;";><head> </p><p style="text-indent: 2em;";><title>乘法表</title> </p><p style="text-indent: 2em;";></head> </p><p style="text-indent: 2em;";><body> </p><p style="text-indent: 2em;";><% </p><p style="text-indent: 2em;";> for (int i = 1; i <=9; i++) { </p><p style="text-indent: 2em;";> for (int j = 1; j <=i; j++) { </p><p style="text-indent: 2em;";> (j+"*"+i+"="+j*i+"&nbsp;"); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";> //换行 </p><p style="text-indent: 2em;";> ("</p><p style="text-indent: 2em;";>"); </p><p style="text-indent: 2em;";> } </p><p style="text-indent: 2em;";>%> </p><p style="text-indent: 2em;";></body> </p><p style="text-indent: 2em;";></html> </p><p style="text-indent: 2em;";>简述include指令和include标准动作的区别 </p><p style="text-indent: 2em;";>include标准动作用于在JSP页面动态包含其他页面。该动作的功能与JSP的include指令类似,区别是include指令在编译时完成包含,是静态包含;而include标准动作是在运行时完成包含,是动态包含 </p><p style="text-indent: 2em;";> 在Servlet的doGet()和doPost()方法中,如何得到与JSP内置对象out、request、response、session、application分别对应的对象 </p><p style="text-indent: 2em;";>根据HttpServletRequest和HttpServletResponse对象分别获取,例如,sion()获取Session对象.sion().getServletContext()获取application对象.ter()获得out对象. </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>JSP内置对象共有几个,分别是什么? </p><p style="text-indent: 2em;";>JSP内置对象共有9个,分别是request,response,session,application,out,pageContext,config,page和exception </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>在应用中,如果监听类同时实现ServletContextListener ServletContextAttributeListener两个接口时,简述工作流程 </p><p style="text-indent: 2em;";>1) Web应用启动的时候,contextInitialized(ServletContextEvent event)方法进行初始化; </p><p style="text-indent: 2em;";>2) 如果在Application范围内添加一个属性,将会触发ServletContextAttributeEvent事件,通过AttributeAdded(ServletContextAttributeEvent event)方法进行处理; </p><p style="text-indent: 2em;";>3) 如果在Application的范围内修改属性值,将会触发ServletContextAttributeEvent事件,通过AttributeReplaced(ServletContextAttributeEvent event)方法进行处理; </p><p style="text-indent: 2em;";>4) 如果在Application的范围内删除一个属性,将会触发ServletContextAttributeEvent事件,通过AttributeRemoved(ServletContextAttributeEvent event)方法进行处理;可复制、编制,期待你的好评与关注! </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>5) Web应用关闭时,contextDestroyed(ServletContextEvent event)方法进行卸载。 </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> (注:文档可能无法思考全面,请浏览后下载,供参考。) </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";> </p><p style="text-indent: 2em;";>可复制、编制,期待你的好评与关注! </p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/266.html" target="_blank">页面</a> <a style="margin-right: 10px" href="/tag/463.html" target="_blank">对象</a> <a style="margin-right: 10px" href="/tag/379.html" target="_blank">用于</a> <a style="margin-right: 10px" href="/tag/735.html" target="_blank">表格</a> <a style="margin-right: 10px" href="/tag/281.html" target="_blank">方法</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:javaweb期末试题填空简答整理 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="http://www.freenas.com.cn/jishu/1705363843h482726.html">http://www.freenas.com.cn/jishu/1705363843h482726.html</a>, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。 </p> </blockquote> </div> </div> <div class="roclinux-cn block-wrap single-relative"> <h2 class="block-title"> 更多相关文章 </h2> <div class="roclinux-cn post-list"> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732333202h1532121.html" title="Angular2实现表格分页与搜索栏的实战教程">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Angular2实现表格分页与搜索栏的实战教程">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732333202h1532121.html" class="post-item-title" title="Angular2实现表格分页与搜索栏的实战教程"> <h3>Angular2实现表格分页与搜索栏的实战教程</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">1月前</div> </div> <p class="post-item-summary">本文还有配套的精品资源&amp;#xff0c;点击获取 简介&amp;#xff1a;在Angular2项目中整合表格分页和搜索栏可以显著提升用户体验&amp;#xff0c;尤其在数据量大的情况下。本文通过利用Bootstrap框架及An</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732353022h1533631.html" title="腾讯QQ中批量删除好友的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="腾讯QQ中批量删除好友的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732353022h1533631.html" class="post-item-title" title="腾讯QQ中批量删除好友的方法"> <h3>腾讯QQ中批量删除好友的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">1月前</div> </div> <p class="post-item-summary">不知道腾讯为什么不增加这个功能&amp;#xff0c;这个需求是有的&amp;#xff0c;为啥不做呢&amp;#xff1f;不懂 网上看到有这种需求&amp;#xff0c;好友多了&amp;#xff0c;好多不联系的&amp;#xff0c</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732383845h1536713.html" title="WIN7、WIN10下顺利使用S7-200编程软件的方法:">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="WIN7、WIN10下顺利使用S7-200编程软件的方法:">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732383845h1536713.html" class="post-item-title" title="WIN7、WIN10下顺利使用S7-200编程软件的方法:"> <h3>WIN7、WIN10下顺利使用S7-200编程软件的方法:</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">1月前</div> </div> <p class="post-item-summary">S7-200是西门子老一代的产品&amp;#xff0c;已经停产&amp;#xff0c;且对于WIN7及以后的系统支持不好。最近找到了一个比完美的解决方案&amp;#xff1a; 在WINDOWS系统下安装VMWARE12&amp;#xf</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732492631h1540276.html" title="【尝鲜】windows11免虚拟机直接安装Android安卓应用 - 安装Windows Subsystem for Android with Amazon Appstore的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="【尝鲜】windows11免虚拟机直接安装Android安卓应用 - 安装Windows Subsystem for Android with Amazon Appstore的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732492631h1540276.html" class="post-item-title" title="【尝鲜】windows11免虚拟机直接安装Android安卓应用 - 安装Windows Subsystem for Android with Amazon Appstore的方法"> <h3>【尝鲜】windows11免虚拟机直接安装Android安卓应用 - 安装Windows Subsystem for Android with Amazon Appstore的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">29天前</div> </div> <p class="post-item-summary">效果图 步骤 主要步骤 win11电脑开启虚拟机支持组件安装官方的“Windows Subsystem for Android” 安卓子系统开启安卓子系统&amp;#xff0c;安装apk安卓应用程序&amp;#xff0c;方法有3种&</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732725219h1552389.html" title="Win10搜索框无反应?四种方法助你轻松解决">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win10搜索框无反应?四种方法助你轻松解决">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732725219h1552389.html" class="post-item-title" title="Win10搜索框无反应?四种方法助你轻松解决"> <h3>Win10搜索框无反应?四种方法助你轻松解决</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">26天前</div> </div> <p class="post-item-summary">Win10搜索框无反应?四种方法助你轻松解决 在我们日常电脑的使用过程中,搜索框无疑是一个极为便捷的工具,它允许我们快速定位并访问所需的文件、应用程序以及系统设置。然而,近期不少Win10用户反馈,他们遇到了一个令人头疼的问题——Win1</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732774742h1554437.html" title="windows7搭建yum源的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="windows7搭建yum源的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732774742h1554437.html" class="post-item-title" title="windows7搭建yum源的方法"> <h3>windows7搭建yum源的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">26天前</div> </div> <p class="post-item-summary">windows7搭建yum源的方法 在虚拟机上多台linux测试时候&amp;#xff0c;常会遇到需要安装rpm包的情况。每次挂载光盘都挺费事的&amp;#xff0c;索性直接在本机搭建yum源&amp;#xff0c;将虚拟机的repo</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1732785701h1555028.html" title="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1732785701h1555028.html" class="post-item-title" title="win7计算机之间传输文件,让两台win7电脑实现互传文件的方法"> <h3>win7计算机之间传输文件,让两台win7电脑实现互传文件的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">26天前</div> </div> <p class="post-item-summary">有时候需要两台win7电脑之间相互传送文件&amp;#xff0c;有什么办法可以实用文件互传呢&amp;#xff1f;方法当然是有的&amp;#xff0c;网上也有很多相关的教程&amp;#xff0c;但是操作起来比较麻烦。所以在这里小编教</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733238467h1564728.html" title="优盘数据恢复怎么做?5个方法告诉你!">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="优盘数据恢复怎么做?5个方法告诉你!">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733238467h1564728.html" class="post-item-title" title="优盘数据恢复怎么做?5个方法告诉你!"> <h3>优盘数据恢复怎么做?5个方法告诉你!</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">20天前</div> </div> <p class="post-item-summary">优盘也就是U盘&amp;#xff0c;是我们生活中如影随形的数据存储设备&amp;#xff0c;它容量大、便携等优点让它成为我们在储存、传输、备份数据时的得力助手。U盘使用得越久&amp;#xff0c;里面存储的数据越多&amp;#xff0</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733279623h1570356.html" title="无法识别的USB设备怎么解决-六种方法解决!(Win10Win11通用)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="无法识别的USB设备怎么解决-六种方法解决!(Win10Win11通用)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733279623h1570356.html" class="post-item-title" title="无法识别的USB设备怎么解决-六种方法解决!(Win10Win11通用)"> <h3>无法识别的USB设备怎么解决-六种方法解决!(Win10Win11通用)</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">20天前</div> </div> <p class="post-item-summary">近期有用户反映大概每隔两秒左右弹一次关于“无法识别的USB设备”的窗口&amp;#xff0c;只是一直弹框&amp;#xff0c;耳机鼠标键盘显示器等均能正常运行&amp;#xff0c;玩游戏都没什么影响&amp;#xff0c;就是弹框很烦</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733296741h1572590.html" title="Win11 删除“入门”和“Windows备份”以及 Win10 删除“Windows备份”的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win11 删除“入门”和“Windows备份”以及 Win10 删除“Windows备份”的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733296741h1572590.html" class="post-item-title" title="Win11 删除“入门”和“Windows备份”以及 Win10 删除“Windows备份”的方法"> <h3>Win11 删除“入门”和“Windows备份”以及 Win10 删除“Windows备份”的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">20天前</div> </div> <p class="post-item-summary">说明&amp;#xff1a;此方法适用于已经安装好的Windows。 Win11 删除&quot;入门&quot;和&quot;Windows备份&quot;: 1.将在C:WindowsSystemAppsMicrosoftWi</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733396518h1585529.html" title="新版华为管家+NFC实现多屏协同2.0的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="新版华为管家+NFC实现多屏协同2.0的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733396518h1585529.html" class="post-item-title" title="新版华为管家+NFC实现多屏协同2.0的方法"> <h3>新版华为管家+NFC实现多屏协同2.0的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">19天前</div> </div> <p class="post-item-summary">前期准备工作&amp;#xff1a; 一台带有无线网卡(必须支持蓝牙连接&amp;#xff0c;最好还要支持5Ghz WIFI)、安装了Windows 10(64位)操作系统、使用英特尔CPU(使用AMD的CPU电脑需要自行寻找刷写BIO</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733501035h1599233.html" title="迅捷fw325r虚拟服务器设置,迅捷FAST FW325R路由器无线桥接设置方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="迅捷fw325r虚拟服务器设置,迅捷FAST FW325R路由器无线桥接设置方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733501035h1599233.html" class="post-item-title" title="迅捷fw325r虚拟服务器设置,迅捷FAST FW325R路由器无线桥接设置方法"> <h3>迅捷fw325r虚拟服务器设置,迅捷FAST FW325R路由器无线桥接设置方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">迅捷(FAST)FW325R路由器无线桥接的设置方法&amp;#xff0c;主要是用迅捷FW325R无线路由器&amp;#xff0c;去无线桥接另一台无线路由器的wifi信号&amp;#xff1b;桥接设置成功后&amp;#xff0c;可以</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733513250h1600978.html" title="win7 做无盘服务器配置,两种方法轻松实现无盘安装Win7系统">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win7 做无盘服务器配置,两种方法轻松实现无盘安装Win7系统">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733513250h1600978.html" class="post-item-title" title="win7 做无盘服务器配置,两种方法轻松实现无盘安装Win7系统"> <h3>win7 做无盘服务器配置,两种方法轻松实现无盘安装Win7系统</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">腾讯视频爱奇艺优酷外卖 充值4折起 第一种方法&amp;#xff0c;基本 1.首先我们用鑫蓝PE启动进入到PE系统&amp;#xff0c;如果你的引导分区(如C盘)是XP则不用格式化&amp;#xff0c;是vista或Window</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733513980h1601070.html" title="Js判断linux还是windows,js获取客户端操作系统类型的方法【测试可用】">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Js判断linux还是windows,js获取客户端操作系统类型的方法【测试可用】">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733513980h1601070.html" class="post-item-title" title="Js判断linux还是windows,js获取客户端操作系统类型的方法【测试可用】"> <h3>Js判断linux还是windows,js获取客户端操作系统类型的方法【测试可用】</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">17天前</div> </div> <p class="post-item-summary">本文实例讲述了js获取客户端操作系统类型的方法。分享给大家供大家参考&amp;#xff0c;具体如下&amp;#xff1a; p&gt; &quot;http:www.w3TRxhtml1DTDxhtml1-transitio</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733745486h1619605.html" title="解决Windows7 Path环境变量过长的方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="解决Windows7 Path环境变量过长的方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733745486h1619605.html" class="post-item-title" title="解决Windows7 Path环境变量过长的方法"> <h3>解决Windows7 Path环境变量过长的方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">15天前</div> </div> <p class="post-item-summary">http:blog.csdnswhardarticledetails53141937 今天在使用ffmpeg开发时出现了找不到文件的情况&amp;#xff0c;最终发现cmd中path命令打印的路径不完整&amp;#xff08;</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733897128h1639469.html" title="win10 C盘扩容(系统自带磁盘管理功能受限时,请尝试此方法,亲测有效)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="win10 C盘扩容(系统自带磁盘管理功能受限时,请尝试此方法,亲测有效)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733897128h1639469.html" class="post-item-title" title="win10 C盘扩容(系统自带磁盘管理功能受限时,请尝试此方法,亲测有效)"> <h3>win10 C盘扩容(系统自带磁盘管理功能受限时,请尝试此方法,亲测有效)</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">13天前</div> </div> <p class="post-item-summary">C盘的空间不够用了&amp;#xff0c;D盘里面又有很多东西&amp;#xff0c;空闲盘与C盘之间又隔了个D盘&amp;#xff0c;这样无法直接扩容C盘的&amp;#xff0c;可以试试下面的方法。 提醒&amp;#xff1a;此方</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1733974193h1649604.html" title="Win7下的 Visual Studio 2008 破解90天限制的激活升级方法。">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win7下的 Visual Studio 2008 破解90天限制的激活升级方法。">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1733974193h1649604.html" class="post-item-title" title="Win7下的 Visual Studio 2008 破解90天限制的激活升级方法。"> <h3>Win7下的 Visual Studio 2008 破解90天限制的激活升级方法。</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">12天前</div> </div> <p class="post-item-summary">&amp;#xfeff;&amp;#xfeff; 如今&amp;#xff0c;Windows7 的推出&amp;#xff0c;大大加速了 Vista 的退出历史舞台。对于开发人员而言&amp;#xff0c;更是喜欢追逐新的事务。 很多朋友</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1734723719h1660085.html" title="Win7延长激活时间方法(微软官方文档)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win7延长激活时间方法(微软官方文档)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1734723719h1660085.html" class="post-item-title" title="Win7延长激活时间方法(微软官方文档)"> <h3>Win7延长激活时间方法(微软官方文档)</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">3天前</div> </div> <p class="post-item-summary">1、首先安装后&amp;#xff0c;有一个30天的使用期。 2、在30天试用期即将结束时&amp;#xff0c;用rearm命令后重启电脑&amp;#xff0c;剩余时间又回复到30天。中声明该命令只能重复使用3次&amp;#xff0c;</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1734802716h1670561.html" title="Windows 7 引导信息修复方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows 7 引导信息修复方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1734802716h1670561.html" class="post-item-title" title="Windows 7 引导信息修复方法"> <h3>Windows 7 引导信息修复方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">2天前</div> </div> <p class="post-item-summary">bootsect nt60 SYS mbr 你可以使用win7安装盘&amp;#xff08;非OEM安装盘&amp;#xff09;启动系统&amp;#xff0c;并选择修复系统。然后选择命令行&amp;#xff0c;敲入以上命令。一般</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/jishu/1734976688h1685700.html" title="Win11推送如何操作 Windows11推送的详细步骤方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Win11推送如何操作 Windows11推送的详细步骤方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/jishu" target="_blank">技术总结</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/jishu/1734976688h1685700.html" class="post-item-title" title="Win11推送如何操作 Windows11推送的详细步骤方法"> <h3>Win11推送如何操作 Windows11推送的详细步骤方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/jishu" target="_blank">技术总结</a> </li> </ul> </div> </a> <div class="roclinux-cn post-item-footer"> <div class="roclinux-cn tag-wrap"> </div> <div class="roclinux-cn post-item-meta">20小时前</div> </div> <p class="post-item-summary">随着win11系统发布已经过了两个多月的时间&amp;#xff0c;相信很多用户都收到了微软发出的推送通知了吧&amp;#xff0c;不过据小编了解依旧有一部分的用户还没有受到推送&amp;#xff0c;那么我们怎么让电脑推送win11呢&</p> </div> </div> </div> <div class="roclinux-cn comments"> <div class="roclinux-cn postcomm block-wrap" id="divCommentPost"> <h2 class="block-title"> 发表评论 </h2> <form id="saypl" target="_self" method="post" name="saypl" action="/comment/create/482726.html?safe_token=sXbzvpXWt1_2FQfyutA7nvJapx61zZUIw7x0B817hgt79hfPFLAN1F0QwvIFOW3FOB50EVdh1AUiBv4H1z4h9Rrw_3D_3D"> <input type="hidden" name="doctype" value="1" /> <input type="hidden" name="quotepid" value="0" /> <div class="roclinux-cn comment-box comment-textarea"> <textarea name="message" id="txaArticle" class="text" cols="50" rows="4" tabindex="5" placeholder="评论内容"></textarea> </div> <input name="sumbit" type="submit" tabindex="6" value="发表评论" class="sub"> </form> </div> </div> <div class="sn-comments"> <div class="sn-comments__title">全部评论&nbsp;0</div> <div class="sn-comments__body"> <div class="sn-empty">暂无评论</div> </div> </div> </div> </div> <div class="aside"> <div class="block-wrap" id="side-top-dxt"> <h2 class="block-title">推荐文章<i class="mcico mico-right"></i></h2> <div class="mcdas"> <a href="/jishu/1732357670h1534904.html" title="数据库设计感悟" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/uploads/image/0909.jpg" alt="数据库设计感悟" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 数据库设计感悟 </h3> </div> </a> <a href="/jishu/1732360522h1535083.html" title="洛谷P2179 骑行川藏" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/uploads/image/0902.jpg" alt="洛谷P2179 骑行川藏" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 洛谷P2179 骑行川藏 </h3> </div> </a> <a href="/jishu/1732449037h1537908.html" title="小米6微信无法连接网络连接到服务器,如何修复小米手机上的无法连接到网络错误..." class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="小米6微信无法连接网络连接到服务器,如何修复小米手机上的无法连接到网络错误..." class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 小米6微信无法连接网络连接到服务器,如何修复小米手机上的无法连接到网络错误... </h3> </div> </a> <a href="/jishu/1732549405h1543350.html" title="戴尔重装win10系统的使用教程 戴尔如何重装win10系统" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="戴尔重装win10系统的使用教程 戴尔如何重装win10系统" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 戴尔重装win10系统的使用教程 戴尔如何重装win10系统 </h3> </div> </a> <a href="/jishu/1733551381h1606003.html" title="电脑系统文件损坏?三种解决方案助你恢复正常使用" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="电脑系统文件损坏?三种解决方案助你恢复正常使用" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 电脑系统文件损坏?三种解决方案助你恢复正常使用 </h3> </div> </a> </div> </div> <div class="block-wrap" id="side-hot-view-item"> <h2 class="block-title">热门文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732050141h1519098.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="usage.txt-1" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="usage.txt-1" target="_blank" href="/jishu/1732050141h1519098.html"> <h3>usage.txt-1</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732351687h1533254.html" target="_blank">--> <!-- <img src="/uploads/image/0666.jpg" alt="python检测鼠标单击后截图代码" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="python检测鼠标单击后截图代码" target="_blank" href="/jishu/1732351687h1533254.html"> <h3>python检测鼠标单击后截图代码</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732351877h1533311.html" target="_blank">--> <!-- <img src="/uploads/image/0907.jpg" alt="2023辽宁工程技术大学计算机考研信息汇总" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="2023辽宁工程技术大学计算机考研信息汇总" target="_blank" href="/jishu/1732351877h1533311.html"> <h3>2023辽宁工程技术大学计算机考研信息汇总</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732354676h1534089.html" target="_blank">--> <!-- <img src="/uploads/image/0681.jpg" alt="陈赫离婚四大疑云:为何离了还秀恩爱" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="陈赫离婚四大疑云:为何离了还秀恩爱" target="_blank" href="/jishu/1732354676h1534089.html"> <h3>陈赫离婚四大疑云:为何离了还秀恩爱</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732356784h1534657.html" target="_blank">--> <!-- <img src="/uploads/image/0876.jpg" alt="mklink硬连接在也不用担心C盘塞满了" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="mklink硬连接在也不用担心C盘塞满了" target="_blank" href="/jishu/1732356784h1534657.html"> <h3>mklink硬连接在也不用担心C盘塞满了</h3> </a> <span class="post-date">1月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1732492585h1540274.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Gromacs 分子动力学 远程安装介绍 全网最详细的Gromacs安装前说明 该怎么选择合适的安装方式 Windows直接可用的Gromacs(预编译版)有什么危害?Gromacs安装需要准备什么?" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Gromacs 分子动力学 远程安装介绍 全网最详细的Gromacs安装前说明 该怎么选择合适的安装方式 Windows直接可用的Gromacs(预编译版)有什么危害?Gromacs安装需要准备什么?" target="_blank" href="/jishu/1732492585h1540274.html"> <h3>Gromacs 分子动力学 远程安装介绍 全网最详细的Gromacs安装前说明 该怎么选择合适的安装方式 Windows直接可用的Gromacs(预编译版)有什么危害?Gromacs安装需要准备什么?</h3> </a> <span class="post-date">29天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1733746630h1619754.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="FREENAS WINDOWS SMB 公用文件夹的共享设置。。" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="FREENAS WINDOWS SMB 公用文件夹的共享设置。。" target="_blank" href="/jishu/1733746630h1619754.html"> <h3>FREENAS WINDOWS SMB 公用文件夹的共享设置。。</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734802842h1670576.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="《ASP.NET5》Windows 7下Visual Studio 2015安装记录" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="《ASP.NET5》Windows 7下Visual Studio 2015安装记录" target="_blank" href="/jishu/1734802842h1670576.html"> <h3>《ASP.NET5》Windows 7下Visual Studio 2015安装记录</h3> </a> <span class="post-date">2天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734849153h1672924.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="新买的笔记本自带windows系统吗" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="新买的笔记本自带windows系统吗" target="_blank" href="/jishu/1734849153h1672924.html"> <h3>新买的笔记本自带windows系统吗</h3> </a> <span class="post-date">2天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1734974745h1685448.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows系统安装Cygwin 运行makefile命令" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows系统安装Cygwin 运行makefile命令" target="_blank" href="/jishu/1734974745h1685448.html"> <h3>Windows系统安装Cygwin 运行makefile命令</h3> </a> <span class="post-date">20小时前</span> </div> </li> </ul> </div> <div class="block-wrap" id="side-new-view-item"> <h2 class="block-title">最新文章<i class="mcico mico-right"></i> </h2> <ul> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713021540h628456.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Raid技术" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Raid技术" target="_blank" href="/free/1713021540h628456.html"> <h3>Raid技术</h3> </a> <span class="post-date">8月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713021438h628450.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="LSI_阵列卡操作手册" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="LSI_阵列卡操作手册" target="_blank" href="/free/1713021438h628450.html"> <h3>LSI_阵列卡操作手册</h3> </a> <span class="post-date">8月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019527h628324.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="破解Centos7_root用户密码" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="破解Centos7_root用户密码" target="_blank" href="/free/1713019527h628324.html"> <h3>破解Centos7_root用户密码</h3> </a> <span class="post-date">8月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019479h628321.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Redhat重置Root用户密码方法" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Redhat重置Root用户密码方法" target="_blank" href="/free/1713019479h628321.html"> <h3>Redhat重置Root用户密码方法</h3> </a> <span class="post-date">8月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/free/1713019358h628310.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="远程批量修改linux服务器密码的脚本" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="远程批量修改linux服务器密码的脚本" target="_blank" href="/free/1713019358h628310.html"> <h3>远程批量修改linux服务器密码的脚本</h3> </a> <span class="post-date">8月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1735049187h1695207.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Linux 进入VI编辑器之后翻页" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Linux 进入VI编辑器之后翻页" target="_blank" href="/jishu/1735049187h1695207.html"> <h3>Linux 进入VI编辑器之后翻页</h3> </a> <span class="post-date">24秒前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1735049116h1695198.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="git log后快速查看" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="git log后快速查看" target="_blank" href="/jishu/1735049116h1695198.html"> <h3>git log后快速查看</h3> </a> <span class="post-date">1分钟前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1735048877h1695160.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="linux man命令如何翻页,Linux中man命令" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="linux man命令如何翻页,Linux中man命令" target="_blank" href="/jishu/1735048877h1695160.html"> <h3>linux man命令如何翻页,Linux中man命令</h3> </a> <span class="post-date">5分钟前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1735042533h1694321.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="使用Ventoy神器制作USB启动盘" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="使用Ventoy神器制作USB启动盘" target="_blank" href="/jishu/1735042533h1694321.html"> <h3>使用Ventoy神器制作USB启动盘</h3> </a> <span class="post-date">1小时前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/jishu/1735042388h1694302.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="华为欧拉系统使用U盘制作引导安装华为欧拉操作系统" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="华为欧拉系统使用U盘制作引导安装华为欧拉操作系统" target="_blank" href="/jishu/1735042388h1694302.html"> <h3>华为欧拉系统使用U盘制作引导安装华为欧拉操作系统</h3> </a> <span class="post-date">1小时前</span> </div> </li> </ul> </div> </div> </div> <div class="footer"> CopyRight © 2022 All Rights Reserved. <br class="footer-br" /> <a href="/" target="_blank">Powered By 技术交流 – FreeNAS中文网</a>| <a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">浙ICP备08016383号-4</a> 友情链接: <a href="https://www.freenas.com.cn/sitemap/1.txt" title="sitemaps">网站地图1</a> <a href="https://www.freenas.com.cn/sitemap/2.txt" title="sitemaps">网站地图2</a> <a href="https://www.freenas.com.cn/sitemap/3.txt" title="sitemaps">网站地图3</a> <a href="https://www.freenas.com.cn/sitemap/4.txt" title="sitemaps">网站地图4</a> <a href="https://www.freenas.com.cn/sitemap/5.txt" title="sitemaps">网站地图5</a> <a href="https://www.freenas.com.cn/sitemap/6.txt" title="sitemaps">网站地图6</a> <a href="https://www.freenas.com.cn/sitemap/7.txt" title="sitemaps">网站地图7</a> <a href="https://www.freenas.com.cn/sitemap/8.txt" title="sitemaps">网站地图8</a> <a href="https://www.freenas.com.cn/sitemap/9.txt" title="sitemaps">网站地图9</a> <a href="https://www.freenas.com.cn/sitemap/10.txt" title="sitemaps">网站地图10</a> <a href="https://www.freenas.com.cn/sitemap/11.txt" title="sitemaps">网站地图11</a> <a href="https://www.freenas.com.cn/sitemap/12.txt" title="sitemaps">网站地图12</a> <a href="https://www.freenas.com.cn/sitemap/13.txt" title="sitemaps">网站地图13</a> <a href="https://www.freenas.com.cn/sitemap/14.txt" title="sitemaps">网站地图14</a> <a href="https://www.freenas.com.cn/sitemap/15.txt" title="sitemaps">网站地图15</a> <a href="https://www.freenas.com.cn/sitemap/16.txt" title="sitemaps">网站地图16</a> <a href="https://www.freenas.com.cn/sitemap/17.txt" title="sitemaps">网站地图17</a> <a href="https://www.freenas.com.cn/sitemap/18.txt" title="sitemaps">网站地图18</a> <a href="https://www.freenas.com.cn/sitemap/19.txt" title="sitemaps">网站地图19</a> <a href="https://www.freenas.com.cn/sitemap/20.txt" title="sitemaps">网站地图20</a> <a href="https://www.freenas.com.cn/sitemap/21.txt" title="sitemaps">网站地图21</a> <a href="https://www.freenas.com.cn/sitemap/22.txt" title="sitemaps">网站地图22</a> <a href="https://www.freenas.com.cn/sitemap/23.txt" title="sitemaps">网站地图23</a> <a href="https://www.freenas.com.cn/sitemap/24.txt" title="sitemaps">网站地图24</a> <a href="https://www.freenas.com.cn/sitemap/25.txt" title="sitemaps">网站地图25</a> <a href="https://www.freenas.com.cn/sitemap/26.txt" title="sitemaps">网站地图26</a> <a href="https://www.freenas.com.cn/sitemap/27.txt" title="sitemaps">网站地图27</a> <a href="https://www.freenas.com.cn/sitemap/28.txt" title="sitemaps">网站地图28</a> <a href="https://www.freenas.com.cn/sitemap/29.txt" title="sitemaps">网站地图28</a> <a href="https://www.freenas.com.cn/sitemap/30.txt" title="sitemaps">网站地图30</a> <a href="https://www.freenas.com.cn/sitemap/31.txt" title="sitemaps">网站地图31</a> <a href="https://www.freenas.com.cn/sitemap/32.txt" title="sitemaps">网站地图32</a> <a href="https://www.freenas.com.cn/sitemap/33.txt" title="sitemaps">网站地图33</a> <a href="https://www.freenas.com.cn/sitemap/34.txt" title="sitemaps">网站地图34</a> <a href="https://www.freenas.com.cn/sitemap/35.txt" title="sitemaps">网站地图35</a> <a href="https://www.freenas.com.cn/sitemap/36.txt" title="sitemaps">网站地图36</a> <a href="https://www.freenas.com.cn/sitemap/37.txt" title="sitemaps">网站地图37</a> <a href="https://www.freenas.com.cn/sitemap/38.txt" title="sitemaps">网站地图38</a> <a href="https://www.freenas.com.cn/sitemap/39.txt" title="sitemaps">网站地图39</a> <a href="https://www.freenas.com.cn/sitemap/40.txt" title="sitemaps">网站地图40</a> <a href="https://www.freenas.com.cn/sitemap/41.txt" title="sitemaps">网站地图41</a> <a href="https://www.freenas.com.cn/sitemap/42.txt" title="sitemaps">网站地图42</a> <a href="https://www.freenas.com.cn/sitemap/43.txt" title="sitemaps">网站地图43</a> <a href="https://www.freenas.com.cn/sitemap/44.txt" title="sitemaps">网站地图44</a> <a href="https://www.freenas.com.cn/sitemap/45.txt" title="sitemaps">网站地图45</a> <a href="https://www.freenas.com.cn/sitemap/46.txt" title="sitemaps">网站地图46</a> </div> <script src="/view/js/xiuno.js?2.3.0"></script> <script src="/view/template/quzhiwa/js/custom.js?2.3.0"></script> <script> $('.cat-tab-wrap li[data-active="fid-4"]').addClass('current-menu-item'); $('.menu-header-container li[data-active="fid-4"]').addClass('current-menu-item'); </script> </body> </html>