admin 管理员组

文章数量: 1086019


2024年6月12日发(作者:session和request)

《Web 开发基础》复习资料

一、判断题

(World Wide Web) 即全球广域网,也称为万维网。 ( )

协议规定了Web 服务器与浏览器之间如何打包及如何传输数据。 ( )

规定元素标签可以嵌套,但不允许交叉。 ( )

4.单标记只有开始标记,没有结束标记。开始标记中的/可有可无。 ( )

5.如果网页中包含多个拥有相同id属性值的元素,则网页报错,无法显示。 ( )

6.

元素中不允许包含以下元素:标题元素 (h1~h6)、span 元素、 div元素。

( )

源代码中的空格都是无效的,最终显示时,都会被浏览器删掉。 ( )

8.设置的colspan属性可让单元格跨多行显示。 ( )

9.有序列表可自动将列表项按内容排序后显示。 ( )

10.表单向服务器端提交数据主要有两种方式: get方式和set方式。 ( )

11.内部样式表的优先级总是高于外部样式表。 ( )

12.凡是定义在元素开始标签之外的样式表,都成为外部样式表。 ( )

13.父元素所有样式属性,子元素都会自动继承。 ( )

14.默认情况下, ID 选择器优先级最高,元素选择器优先级最低。 ( )

15.单位1px的显示大小不会随显示器分辨率改变而改变。 ( )

:auto;可设置元素在水平和垂直两个方向都居中。 ( )

17.外边距合并,是指当两个垂直方向外边距相遇时,将合并为一个外边距。 ((

18.所有行内元素都无法使用width和height属性设置大小。 ( )

19.外边距合并,最终的实际外边距取决于两个外边距中距离较小的那个值。 ( )

20.背景图片默认是不平铺的,如果希望平铺可设置background-repeat:repeat。 ( )

)

21.所有元素都有vertical-align属性,可设置内容垂直方向居中。 ( )

22.块级元素默认都是从上到下排列的,且每个块元素独占一行。 ( )

23.行内块元素默认都是从上到下排列的,且每个行内块元素独占一行。 ( )

24.因为每个元素都拥有自己的空间,所以一个元素不可能盖住另一个元素。 ( )

25.即使行内元素浮动后,也允许修改width和height属性。 ()

26.元素一旦浮动后,都会变为行内块级元素,也允许修改大小尺寸。 ( )

27.用opacity设置透明度,仅影响所在元素,不影响子元素。 ( )

y:none不会让元素脱离文档流,虽然看不见,但依然占用空间。 ( )

只作用于某个属性,如背景颜色等。 ( )

30.修改列表项标识为图片,可使用: list-image:url(图片路径)属性( )

-style:none和list-style-type:none均可清除列表项标识。 ( )

32.绝对定位的元素默认总是相对于其所在直接父级元素左上角定位。 ( )

33.未使用定位属性的元素不能使用z-index元素。 ( )

34.:first-child元素只能匹配一个元素。 ( )

+span 只能匹配一个元素。( )

36.:target用于匹配当前点击的a元素。 ( )

1

:not([title=test])也会匹配那些不包含title属性的div元素。 ( )

38.设置元素的linear-gradient属性,可实现线性渐变。 ( )

39.设置元素的radial-gradient属性,可实现径向渐变。 ( )

40.设置元素的repeating-linear-gradient属性,可实现重复渐变。( )

41.2D旋转时,默认的转换原点为元素左上角(0,0)位置。 ( )

42.转换原点是指在转换过程中,距离旋转圆心最远的一点。 ( )

43.视距越小,3D 转换的幅度越明显;视距越大,3D 转换的幅度越不明显。 ( )

44.修改要执行3D 变换的元素本身的perspective属性,可调整视距。 ( )

45.定义元素的transform属性时执行translate()函数,可让元素发生位移。 ( )

46定义元素的transform属性时执行scale()函数,可让元素发生缩放。 ( )

47.定义元素的scale属性,可让元素发生缩放。 ( )

48.静态样式语言中虽然有变量,但是无法记性算术运算。 ( )

49.编译是指将浏览器不认识的Less语言代码转换为CSS 语言代码的过程。 ( )

50.响应式图片可让图片根据浏览设备的宽,响应式调整图片的大小。 ( )

51.元素一旦设置浮动定位属性,就脱离普通文档流定位方式,不占用普通文档流中的页面空

间。 ( )

52. 设置元素的background-image 属性,取值为一个radial-gradient() 命令,可实现径向渐

变。 ( )

53.视口的尺寸可以随意指定,且视口与显示设备的物理分辨率无关。 ( )

54.元素多层结构自底向上,依次是:外边距、背景色、背景图片、边框和内边距,

以及最上层的内容。 ( )

二、单选题

et上提供的主要服务有:Telnet、E-mail、 ( )、FTP。

A. App s D.W3C

2.万维网联盟 (World Wide Web

Consortium), 简 称 ( ),专门负责制定Web 应用的标准。

C.W3C D.3WC

分为( ) 和Web服务器程序。

客户端 C. 数据库 D. 浏览器

程序要想顺利运行,就需要Web 服务器、浏览器、 ( )

三者相互配合,共同发挥作用。

A. 数据库 C. 网 页 D. 通信协议

5.创建Web 内容主要包括三部分: Web 设计、 ( ) 和Web 服务器端应用程序开发。

A.数据库开发 前端网页开发 开发 D. 通信协议

6.下面定义HTML 注释正确的是( )。

A.

>
B.

C.--> D.

<--这里是注释-->

7.下面定义页面编码格式的元素正确的是( )。

A. B.

C. D. </p><p style="text-indent: 2em;font-size:18px;">8下面定义页面编码格式的元素不正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">A.<meta charset=”utf-8”> B.<meta charset="utf-8"/> </p><p style="text-indent: 2em;font-size:18px;">C.<meta charset=”utf-8”></meta> D.<body charset='utf-8'> </p><p style="text-indent: 2em;font-size:18px;">2 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">9.<img>元素的( )属性用于设置要引入的图片的URL 地址。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">10.将<a>元素的target属性值设置为( ),可实现单击<a>在新窗口打开新链接。 </p><p style="text-indent: 2em;font-size:18px;">A. self B. 不指定值 C. blank </p><p style="text-indent: 2em;font-size:18px;">11.以下关于线性渐变描述正确的是:( )。</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">A.线性渐变就是延水平方向填充渐变色 </p><p style="text-indent: 2em;font-size:18px;">B.线性渐变就是延垂直方向填充渐变色 </p><p style="text-indent: 2em;font-size:18px;">C.线性渐变就是以直线的方向来填充渐变色 </p><p style="text-indent: 2em;font-size:18px;">D.线性渐变就是以圆心为中心,延半径向外渐变 </p><p style="text-indent: 2em;font-size:18px;">5 结构标记中专门定义主导航区域的元素是( ) </p><p style="text-indent: 2em;font-size:18px;">A.<header> B.<nav> C.<section> D.<aside> </p><p style="text-indent: 2em;font-size:18px;">13.下列选项中,不属于input元素的type属性可选内容的是( )。 </p><p style="text-indent: 2em;font-size:18px;"> B. password </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">14.设置select元素的( )属性可实现多选。 </p><p style="text-indent: 2em;font-size:18px;"> ed le </p><p style="text-indent: 2em;font-size:18px;">15.设置iframe的 ( )属性,可定义iframe要引入的另一个网页的URL 地址。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">16.以get方式提交表单时,最大可发送的数据大小为:( ) </p><p style="text-indent: 2em;font-size:18px;">A. 1K B.2K C.3K D.4K </p><p style="text-indent: 2em;font-size:18px;">17.下列样式声明语法正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">=purple =”purple” :“purple” :purple </p><p style="text-indent: 2em;font-size:18px;">18.一下定义id选择器正确的是:( )。 </p><p style="text-indent: 2em;font-size:18px;">A.#id{} B..id{} C.@id{} D. !id{} </p><p style="text-indent: 2em;font-size:18px;">19.选择ul元素下所有后代li (既包含直接子元素,又包含更深层后代元素)的选择器 </p><p style="text-indent: 2em;font-size:18px;">是 ( )。 </p><p style="text-indent: 2em;font-size:18px;">>li ,li ~li </p><p style="text-indent: 2em;font-size:18px;">20.选择class为active的a元素,下列选择器正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">A.a+.active C.a .active D a>.actives </p><p style="text-indent: 2em;font-size:18px;">21.鼠标悬停在a元素上时,字体变为红色,正确的CSS 定义是( )。 </p><p style="text-indent: 2em;font-size:18px;">{ color:red } B.a:hover{ font-color:red }</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">C. a:active{ color:red } D.a:active{ font-color:red } </p><p style="text-indent: 2em;font-size:18px;">22.一个元素的内联样式中定义color:red,内部样式表中定义了color:green, </p><p style="text-indent: 2em;font-size:18px;">外部样式表中定义了color:yellow。 最终字体颜色为( )。 </p><p style="text-indent: 2em;font-size:18px;"> D. 无法确定</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">23. ( )可将当前样式声明的优先级提升为最高。 </p><p style="text-indent: 2em;font-size:18px;">A.@important B.?import C. !important D.@import </p><p style="text-indent: 2em;font-size:18px;">24.以下单位属于相对长度单位的是( ) </p><p style="text-indent: 2em;font-size:18px;">A. em B. pt </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">25.下列表示颜色值错误的是( )。 </p><p style="text-indent: 2em;font-size:18px;">3 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">A.#fff B.#e4393c (25,128,128):25128128</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">属性定义正确的是( ) </p><p style="text-indent: 2em;font-size:18px;">: lpx solid red :solid lpx red </p><p style="text-indent: 2em;font-size:18px;">C. border:1px red solid :red lpx solid</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">27.清除文本框的轮廓可使用( )。 </p><p style="text-indent: 2em;font-size:18px;">:0; B. border:none; e:0; D. border-radius:0</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">28.框模型规定,每个元素由内向外由4个部分组成: ( )。 </p><p style="text-indent: 2em;font-size:18px;">A. 内容,边框,内边距,间距</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">B. 内容,内边距,边框,间距 </p><p style="text-indent: 2em;font-size:18px;">C. 内边距,内容,间距,边框</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">D. 内边距,内容,边框,间距 </p><p style="text-indent: 2em;font-size:18px;">29以下设置字体加粗属性正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">-size:bold -weight:bold -style:bold -family:bold </p><p style="text-indent: 2em;font-size:18px;">30.以下设置字体为斜体正确的是( ) </p><p style="text-indent: 2em;font-size:18px;">-style: italic -family:italic -decoration:italic -indent:italic </p><p style="text-indent: 2em;font-size:18px;">31.先后顺序定义三个div: </p><p style="text-indent: 2em;font-size:18px;">div1,div2,div3。div2向左浮动, div1和div3向右浮动,结果从左向右三个div的顺序依 </p><p style="text-indent: 2em;font-size:18px;">次 是 ( )。 </p><p style="text-indent: 2em;font-size:18px;">A.d1 d2 d3 B.d2 dl d3 C.d2 d3 d1 d3 d2 </p><p style="text-indent: 2em;font-size:18px;">提 供 了 ( )属性用于设置元素浮动定位: </p><p style="text-indent: 2em;font-size:18px;">ow </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">33.以下不属于float属性值的是: ( )。 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">34.清除前面元素浮动对当前元素的影响,可设置( )属性。</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">y: clear : both : both : clear </p><p style="text-indent: 2em;font-size:18px;">35.下列选项中,可让图片左右文字与图片垂直居中对齐的css属性是( )。 </p><p style="text-indent: 2em;font-size:18px;">-align:center B. vertical-align:middle </p><p style="text-indent: 2em;font-size:18px;">-valign:center D. vertical-align:baseline </p><p style="text-indent: 2em;font-size:18px;">36.下列设置鼠标悬停时光标变为手指的属性是( )。 </p><p style="text-indent: 2em;font-size:18px;">: move : wait :text :pointer</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">37.元素一旦浮动后,都会变为: ( ). </p><p style="text-indent: 2em;font-size:18px;">A.行内元素B.块元素C. 行内块元素D.浮动元素 </p><p style="text-indent: 2em;font-size:18px;">38.一下不属于clear属性值的是:( )</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">39.下列选项中,可让元素独占一行的属性为( )。 </p><p style="text-indent: 2em;font-size:18px;">y:none y: inline-block y:inline y:block </p><p style="text-indent: 2em;font-size:18px;">40.以下不能实现隐藏元素的是:( )。 </p><p style="text-indent: 2em;font-size:18px;">ow: hidden y:0 y:none lity:hidden </p><p style="text-indent: 2em;font-size:18px;">41.下列清除列表项标志的属性设置正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">4 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">-type:none -style-type:none -type-style: none :none </p><p style="text-indent: 2em;font-size:18px;">42.以下不属于list-style-type属性值的是:( )。 </p><p style="text-indent: 2em;font-size:18px;"> B. circle </p><p style="text-indent: 2em;font-size:18px;">43.将列表项标识改为图片的属性是:( )。 </p><p style="text-indent: 2em;font-size:18px;">-style-type -image -style-image -type </p><p style="text-indent: 2em;font-size:18px;">44.希望能自由修改元素的位置,但又不希望默认文档流中原始位置被释放,应选择 </p><p style="text-indent: 2em;font-size:18px;">( )。 </p><p style="text-indent: 2em;font-size:18px;">A. </p><p style="text-indent: 2em;font-size:18px;">45.三个相邻元素: </p><p style="text-indent: 2em;font-size:18px;"><b></b><span></span><i></i>, 希望选中<b> 元素后的<i>元素,下列选择器正确的是 </p><p style="text-indent: 2em;font-size:18px;">( )。 </p><p style="text-indent: 2em;font-size:18px;">A.b,i{} B.b+i{} C.b~i{} D.b>i{} </p><p style="text-indent: 2em;font-size:18px;">46.选择包含title属性且title属性值中包含“es”的div元素,下列选择器正确的是 </p><p style="text-indent: 2em;font-size:18px;">( )。 </p><p style="text-indent: 2em;font-size:18px;">[title=es] [title*=es] [title^=es] [title$=es] </p><p style="text-indent: 2em;font-size:18px;">47.选择title属性不等于 ”test”的div元素,下列选择器正确的是:( )。 </p><p style="text-indent: 2em;font-size:18px;">:not([title=test])[title!=test] [title*=test] [title$=test] </p><p style="text-indent: 2em;font-size:18px;">48.希望单击一个a元素,控制另一个元素的样式变化,可使用以下哪种选择器: </p><p style="text-indent: 2em;font-size:18px;"> ( )。 </p><p style="text-indent: 2em;font-size:18px;">A.:hover B.:target C.:active D.:link </p><p style="text-indent: 2em;font-size:18px;">49.如果主轴放不下所有项目时,可设置flex-wrap属性值为( ) </p><p style="text-indent: 2em;font-size:18px;">来实现换行显示,但不改变主轴方向。 </p><p style="text-indent: 2em;font-size:18px;"> -reverse e </p><p style="text-indent: 2em;font-size:18px;">50.设置项目在主轴上的对齐方式,可设置以下哪个属性:( )。 </p><p style="text-indent: 2em;font-size:18px;">-direction y-content -flow -wrap </p><p style="text-indent: 2em;font-size:18px;">51.下列不属于align-self属性值的是:( )。 </p><p style="text-indent: 2em;font-size:18px;">-start -end -center ne </p><p style="text-indent: 2em;font-size:18px;">52.文档类型声明:<!DOCTYPE html>说明当前网页使用的是( )标准。 </p><p style="text-indent: 2em;font-size:18px;">4.1 1.0 2.0 5 </p><p style="text-indent: 2em;font-size:18px;">53.以下关键字组合中,等效于设置线性渐变角度为45°的是( )。 </p><p style="text-indent: 2em;font-size:18px;"> top left B. to top right left right </p><p style="text-indent: 2em;font-size:18px;">54.添加-webkit-前缀不可解决( )浏览器的css属性兼容性问题。</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">A.新版opera x </p><p style="text-indent: 2em;font-size:18px;">55.解决Firefox浏览器的css属性兼容性问题,可添加( )前缀。 </p><p style="text-indent: 2em;font-size:18px;">A.-webkit- B.-moz- C.-O- D.-ms- </p><p style="text-indent: 2em;font-size:18px;">56.默认的转换原点是: ( )。 </p><p style="text-indent: 2em;font-size:18px;">A.元素的左上角 B.元素的右上角 C.元素的顶部中心点 D.元素图形的中心点 </p><p style="text-indent: 2em;font-size:18px;">57.下列属性中,可将元素顺时针旋转45°的是( )。 </p><p style="text-indent: 2em;font-size:18px;">orm:rotate(45) orm: rotate(-45) </p><p style="text-indent: 2em;font-size:18px;">5 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">C. transform: rotate(-315deg)orm:rotate(-45deg) </p><p style="text-indent: 2em;font-size:18px;">58.希望修改某个CSS 属性值时平缓变化,可使用CSS 的 ( ) 属 性 。 </p><p style="text-indent: 2em;font-size:18px;">ate-property orm-float tion-property </p><p style="text-indent: 2em;font-size:18px;">59.可使用( )属性设置过渡变化的时间。 </p><p style="text-indent: 2em;font-size:18px;">tion tion-duration on orm-duration </p><p style="text-indent: 2em;font-size:18px;">60.响应式网页划分显示设备的分类,依据的是:( )。</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">A.物理设备的大小 B.物理设备的显示分辨率大小 </p><p style="text-indent: 2em;font-size:18px;">C. 网 页body的大小 D. 浏览器窗口大小 </p><p style="text-indent: 2em;font-size:18px;">61.以下组件必须引入才能正常执行的是( )。 </p><p style="text-indent: 2em;font-size:18px;"> B. btn-group el wn</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">62.下列关于相对长度单位描述正确的是:( )。 </p><p style="text-indent: 2em;font-size:18px;"> 总是相对于body元素的属性值计算倍数 </p><p style="text-indent: 2em;font-size:18px;"> 总是相对于所在父元素的属性值计算倍数</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> 总是相对于所在父元素的属性值计算倍数 </p><p style="text-indent: 2em;font-size:18px;"> 总是相对于当前元素上的另一个属性值计算倍数 </p><p style="text-indent: 2em;font-size:18px;"> -group el wn </p><p style="text-indent: 2em;font-size:18px;">63.如果包含框太窄,无法容纳水平排列的3个浮动元素,那么最后放不下的块会: </p><p style="text-indent: 2em;font-size:18px;">( ). </p><p style="text-indent: 2em;font-size:18px;">A.被挤压到下一行 B.默认隐藏 C.横向溢出D.始终换行到下一行的开头 </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">三、多选题 </p><p style="text-indent: 2em;font-size:18px;">1.以下标记定义正确的是:( ) </p><p style="text-indent: 2em;font-size:18px;">A.<div><p></div></p>B.<div></p><p style="text-indent: 2em;font-size:18px;"></div></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">C.<div><p></p></div> D.<div></p><p style="text-indent: 2em;font-size:18px;"></p><p style="text-indent: 2em;font-size:18px;"></div></p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">2.下列说法错误的是( )。 </p><p style="text-indent: 2em;font-size:18px;">A.<b> 元素专门用于代替换行 </p><p style="text-indent: 2em;font-size:18px;">B.<i>元素专门用于给文字加下划线</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">C.<u> 元素专门用于加粗显示文字 </p><p style="text-indent: 2em;font-size:18px;">D.<p> 元素专门用于显示一段文字,并在开头和结尾自动换行。 </p><p style="text-indent: 2em;font-size:18px;">3.对<audio>标记的属性描述正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">属性用于设置要播放的音频文件的路径</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;">属性用于设置要播放的音频文件的路径 </p><p style="text-indent: 2em;font-size:18px;"> 属性用于设置在网页加载时自动播放音频文件</p><p style="text-indent: 2em;font-size:18px;"> </p><p style="text-indent: 2em;font-size:18px;"> 属性用于设置是否循环播放 </p><p style="text-indent: 2em;font-size:18px;">4.以下关于不规则表格定义正确的是( )。 </p><p style="text-indent: 2em;font-size:18px;">A.当前格td, 向右跨4列(含自己),可写为:<td colspan=”3”> </p><p style="text-indent: 2em;font-size:18px;">B.当前格td, 向右跨4列(含自己),可写为:<td colspan=”4”> </p><p style="text-indent: 2em;font-size:18px;">6 </p></div><br><p><h2></h2></p> <!-- 附件 --> <p class="tag"> 本文标签: <a style="margin-right: 10px" href="/tag/428094.html" target="_blank">元素</a> <a style="margin-right: 10px" href="/tag/232.html" target="_blank">属性</a> <a style="margin-right: 10px" href="/tag/205.html" target="_blank">设置</a> <a style="margin-right: 10px" href="/tag/379.html" target="_blank">用于</a> <a style="margin-right: 10px" href="/tag/241.html" target="_blank">显示</a> </p> <div class="roclinux-cn copyright"> <blockquote> <p> 版权声明:本文标题:国家开放大学56318-《Web开发基础》-专科(复习资料)考试复习资料 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:<a href="http://roclinux.cn/b/1718171914a717865.html">http://roclinux.cn/b/1718171914a717865.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="/p/1735592987a1677723.html" title="Windows CMD命令调用外部程序的使用方法">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="Windows CMD命令调用外部程序的使用方法">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735592987a1677723.html" class="post-item-title" title="Windows CMD命令调用外部程序的使用方法"> <h3>Windows CMD命令调用外部程序的使用方法</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:在财务中的应用论文)命令调用外部程序的使用方法命令是操作系统中的一个命令行工具,它可以通过调用外部程序来完成一些特定的任务。在本文中,我将介绍一些常用的命令以及如何使用它们来调用外部程序。一、命令的基本使用方法命令是通过在命</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735600862a1678842.html" title="MS DOS 命令大全">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="MS DOS 命令大全">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735600862a1678842.html" class="post-item-title" title="MS DOS 命令大全"> <h3>MS DOS 命令大全</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:程序设计基础吴文虎)命令大全一、基础命令无参数:查看当前所在目录的文件和文件夹。:查看当前目录已经其所有子目录的文件和文件夹。:查看包括隐含文件的所有文件。:只显示出隐含文件。:以紧凑方式(一行显示个文件)显示文件和文件夹。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735630051a1682307.html" title="程序设计基础-国家开放大学电大学习网形考作业题目答案">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="程序设计基础-国家开放大学电大学习网形考作业题目答案">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735630051a1682307.html" class="post-item-title" title="程序设计基础-国家开放大学电大学习网形考作业题目答案"> <h3>程序设计基础-国家开放大学电大学习网形考作业题目答案</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:是国产的吗)程序设计基础(科目代码:)一、填空题.计算机的五大主要应用领域是__________、___________、___________、___________和___________。.总线是连接_________</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735638719a1682377.html" title="北语20春《计算机科学导论》作业_1234">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="北语20春《计算机科学导论》作业_1234">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735638719a1682377.html" class="post-item-title" title="北语20春《计算机科学导论》作业_1234"> <h3>北语20春《计算机科学导论》作业_1234</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:教案)春《计算机科学导论》作业_一、单选题(每题分,共道小题,总分值分).()是电子邮件服务的协议。....答:加:.二元运算符()两个输入为,输出也为。....前三项答:中的寄存器可以保存()。.数据.指令.程序计数值.以</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735658212a1682540.html" title="江苏计算机一级B题库之2">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="江苏计算机一级B题库之2">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735658212a1682540.html" class="post-item-title" title="江苏计算机一级B题库之2"> <h3>江苏计算机一级B题库之2</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:注册回调函数是什么意思).必答题第题:下列关于卡的叙述中,错误的是________。卡是"集成电路卡"的简称卡又称为或卡不仅可以存储数据,还可以通过加密逻辑对数据进行加密非接触式卡依靠自带电池供电第题:传输电视信号的有线电视</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735663008a1682577.html" title="2023年教师资格之中学化学学科知识与教学能力通关考试题库带答案解析">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="2023年教师资格之中学化学学科知识与教学能力通关考试题库带答案解析">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735663008a1682577.html" class="post-item-title" title="2023年教师资格之中学化学学科知识与教学能力通关考试题库带答案解析"> <h3>2023年教师资格之中学化学学科知识与教学能力通关考试题库带答案解析</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:)年教师资格之中学化学学科知识与教学能力通关考试题库带答案解析单选题(共题)、、、、是重要的非金属元素,下列说法正确的是()。.、、、的原子半径逐渐增大,非金属性逐渐减弱.氮的氧化物和硫的氧化物既是形成光化学烟雾,又是形成酸</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735665981a1682600.html" title="编程语言基础知识梳理">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="编程语言基础知识梳理">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735665981a1682600.html" class="post-item-title" title="编程语言基础知识梳理"> <h3>编程语言基础知识梳理</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:语言程序设计学生管理系统)编程语言基础知识梳理随着现代计算机技术的不断发展,编程已成为一项重要的技能。编程语言是编写程序的工具,为了能够熟练掌握一门编程语言,必须具备一定的基础知识。本文将从基础知识的梳理角度,逐一介绍编程语</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735674850a1682670.html" title="计算机等级考试(国家)-一级计算机基础及msoffice真题2015年09月(3">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="计算机等级考试(国家)-一级计算机基础及msoffice真题2015年09月(3">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735674850a1682670.html" class="post-item-title" title="计算机等级考试(国家)-一级计算机基础及msoffice真题2015年09月(3"> <h3>计算机等级考试(国家)-一级计算机基础及msoffice真题2015年09月(3</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:汉字的码是多少)一级计算机基础及真题年月()一、选择题、造成计算机中存储数据丢失的原因主要是______。.病毒侵蚀、人为窃取.计算机电磁辐射.计算机存储器硬件损坏.以上全部、为防止计算机病毒传染,应该做到______。.无</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735679714a1682706.html" title="C语言程序设计完整">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="C语言程序设计完整">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735679714a1682706.html" class="post-item-title" title="C语言程序设计完整"> <h3>C语言程序设计完整</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:开并发的时候并非所有变量都已绑定)语言程序设计完整语言是一种面向过程的编程语言,常用于开发系统软件和应用程序。它是一种通用的、高级的、强类型的编程语言,非常适合用于初学者学习编程。一份完整的语言程序包含了预处理、编译、链接和</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735701060a1682888.html" title="(完整word版)易语言-从入门到精通(零基础)">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="(完整word版)易语言-从入门到精通(零基础)">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735701060a1682888.html" class="post-item-title" title="(完整word版)易语言-从入门到精通(零基础)"> <h3>(完整word版)易语言-从入门到精通(零基础)</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:运输的英语动词)(完整版)易语言-从入门到精通(零基础)汉语编程工具易语言--(完整版)易语言-从入门到精通(零基础)目录目录.................................................</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735708925a1682942.html" title="计算机期末题库含答案">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="计算机期末题库含答案">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735708925a1682942.html" class="post-item-title" title="计算机期末题库含答案"> <h3>计算机期末题库含答案</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:简单制作软件)一、填空题(每空分,共分).世界上第一台计算机是在()年,诞生于美国(),这台计算机的英文简称为()。答案:宾夕法尼亚大学.按照计算机的性能指标进行分类,我们可以把计算机分为()、大型计算机、小型计算机和()。</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735714526a1683442.html" title="c语言二级程序设计试题及答案">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="c语言二级程序设计试题及答案">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735714526a1683442.html" class="post-item-title" title="c语言二级程序设计试题及答案"> <h3>c语言二级程序设计试题及答案</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:教程小白)语言二级程序设计试题及答案一、选择题(每题分,共分).下列关于语言的描述中,错误的是:.语言是一种高级语言.语言是面向对象的程序设计语言.语言具有丰富的数据类型.语言具有结构化的特点答案:.在语言中,用于定义一个整</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735720514a1684277.html" title="数据结构知识总结">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="数据结构知识总结">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735720514a1684277.html" class="post-item-title" title="数据结构知识总结"> <h3>数据结构知识总结</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:女人戴玳瑁手镯好吗)数据结构知识总结数据结构是计算机科学中最基本的概念之一,它研究了如何组织和管理数据,以便有效地使用和操作。数据结构是计算机程序设计中的核心,对于解决实际问题具有重要的意义。下面是我对数据结构的知识总结,希</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735721322a1684389.html" title="数据结构的基本知识">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="数据结构的基本知识">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735721322a1684389.html" class="post-item-title" title="数据结构的基本知识"> <h3>数据结构的基本知识</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:转类型)数据结构的基本知识数据结构是计算机科学中非常重要的一个概念,用于组织和存储数据。它不仅是算法设计的基础,也是软件工程中的关键因素。本文将介绍数据结构的基本知识,并探讨一些常见的数据结构和它们的特点。一、数据结构的基本</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735787919a1689767.html" title="2024信息科技操中考作题">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="2024信息科技操中考作题">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735787919a1689767.html" class="post-item-title" title="2024信息科技操中考作题"> <h3>2024信息科技操中考作题</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:怎么读)信息科技操中考作题一、选择题(每题分,共分).在信息科技中,以下哪种设备主要用于存储数据?().鼠标.键盘.硬盘.显示器答案:。解析:鼠标用于操作电脑界面的指针,键盘用于输入文字等信息,显示器用于显示图像和文字,而硬</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/p/1735841714a1694912.html" title="c语言程序设计试题及答案解析">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="c语言程序设计试题及答案解析">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/p" target="_blank">技术日记</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/p/1735841714a1694912.html" class="post-item-title" title="c语言程序设计试题及答案解析"> <h3>c语言程序设计试题及答案解析</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/p" 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">年月日发(作者:金额格式化方法)语言程序设计试题及答案解析语言程序设计试题及答案解析一、选择题.下列哪个选项不是语言的基本数据类型?....答案:.语言中,以下哪个运算符用于计算两个数的乘积?..-.*.答案:二、填空题.在语言中,用于定义</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1737936922a1898659.html" title="计算机如何配置桌面显示属性,WindowsXP显示属性的设置教程">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="计算机如何配置桌面显示属性,WindowsXP显示属性的设置教程">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1737936922a1898659.html" class="post-item-title" title="计算机如何配置桌面显示属性,WindowsXP显示属性的设置教程"> <h3>计算机如何配置桌面显示属性,WindowsXP显示属性的设置教程</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">WindowsXP显示属性的设置教程 计算机属性系配置信息显示不出来怎么解决,以下是小编跟大家介绍WindowsXP显示属性的设置教程&#xff0c;欢迎大家阅读! 显示属性的设置 Windows桌面的背景、屏幕外观、屏幕保护等&a</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1738335955a1965851.html" title="SpringBoot中属性注入失败的问题Consider defining a bean of type ‘’’ in your configuration">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="SpringBoot中属性注入失败的问题Consider defining a bean of type ‘’’ in your configuration">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1738335955a1965851.html" class="post-item-title" title="SpringBoot中属性注入失败的问题Consider defining a bean of type ‘’’ in your configuration"> <h3>SpringBoot中属性注入失败的问题Consider defining a bean of type ‘’’ in your configuration</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">记一个SpringBoot中属性注入失败的问题Consider defining a bean of type ‘’’ in your configuration 今天遇到的一个问题&#xff1a; 代码检查了好几次&#x</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1740896347a2219611.html" title="桌面计算机图标无法显示属性,Win7系统桌面图标显示异常的解决方法大全">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="桌面计算机图标无法显示属性,Win7系统桌面图标显示异常的解决方法大全">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1740896347a2219611.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="/b" 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">win7桌面图标显示异常是我们操作电脑的过程中&#xff0c;一些误操作导致的&#xff0c;那么 首先我们要知道一个图标实际上是多张不同格式的图片的集合体&#xff0c;并且还包含了一定的透明区域。因为计算机操作系</p> </div> <div class="roclinux-cn post-item"> <!--<div class="roclinux-cn post-item-cover">--> <!-- <a class="post-item-img" href="/b/1743862442a2492543.html" title="双击计算机文档,电脑双击文件都是打开属性窗口怎么办">--> <!-- <img class="hover-scale" src="/view/img/nopic.png" alt="双击计算机文档,电脑双击文件都是打开属性窗口怎么办">--> <!-- </a>--> <!-- <ul class="post-categories">--> <!-- <li><a href="/b" target="_blank">编程</a></li>--> <!-- </ul>--> <!--</div>--> <a href="/b/1743862442a2492543.html" class="post-item-title" title="双击计算机文档,电脑双击文件都是打开属性窗口怎么办"> <h3>双击计算机文档,电脑双击文件都是打开属性窗口怎么办</h3> <div class="roclinux-cn post-item-cover" style="display:inline-grid"> <ul class="post-categories"> <li> <a href="/b" 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">电脑双击文件都是打开属性窗口怎么办 电脑双击文件都是打开属性窗口怎么办?不知道电脑怎么回事&#xff0c;双击文件后显示的都是属性窗口&#xff0c;该怎么办呢?下面小编分享电脑鼠标双击文件都是打开属性窗口的解决办法&</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/717865.html?safe_token=jukIAHun2TvYSimRmVg1KoNQQ9kwhbwi_2B9wKsXdY9vPHItYax9qGMuFCiWOYeW2C_2FpSnfORegFwC9z_2FMsovwhQ_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">全部评论 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="/p/1744005357a2517188.html" title="javascript - Why does input[type=&#39;tel&#39;] allow non-numerical characters to be entered? - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Why does input[type=&#39;tel&#39;] allow non-numerical characters to be entered? - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Why does input[type=&#39;tel&#39;] allow non-numerical characters to be entered? - Stack Overflow </h3> </div> </a> <a href="/p/1744049970a2524836.html" title="javascript - Get the pasted content on document on paste event - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="javascript - Get the pasted content on document on paste event - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> javascript - Get the pasted content on document on paste event - Stack Overflow </h3> </div> </a> <a href="/p/1744053444a2525396.html" title="laravel - Filament php modal is not working correctly - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="laravel - Filament php modal is not working correctly - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> laravel - Filament php modal is not working correctly - Stack Overflow </h3> </div> </a> <a href="/b/1744054326a2525589.html" title="一文详解基于NarrotoAI的短剧短视频自动解说、混剪AI平台搭建" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="一文详解基于NarrotoAI的短剧短视频自动解说、混剪AI平台搭建" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> 一文详解基于NarrotoAI的短剧短视频自动解说、混剪AI平台搭建 </h3> </div> </a> <a href="/p/1744089514a2531766.html" title="android - Could not find method implementation() for arguments [com.firebaseui:firebase-ui-auth:8.0.2] - Stack Overflow" class="photo-item" target="_blank" style="background:#364cc6"> <!--<img src="/view/img/nopic.png" alt="android - Could not find method implementation() for arguments [com.firebaseui:firebase-ui-auth:8.0.2] - Stack Overflow" class="photo-item-img hover-scale" />--> <div class="photo-item-inner"> <h3 class="photo-item-title"> android - Could not find method implementation() for arguments [com.firebaseui:firebase-ui-auth:8.0.2] - Stack Overflow </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="/p/1743992606a2515008.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - fade outfade in and roll up jquery effect - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - fade outfade in and roll up jquery effect - Stack Overflow" target="_blank" href="/p/1743992606a2515008.html"> <h3>javascript - fade outfade in and roll up jquery effect - Stack Overflow</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1743993595a2515177.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="制作PE启动盘(内含Win11 iso镜像)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="制作PE启动盘(内含Win11 iso镜像)" target="_blank" href="/b/1743993595a2515177.html"> <h3>制作PE启动盘(内含Win11 iso镜像)</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744016971a2519096.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="powershell - Converting a script module to a manifest one. But each file doesn&#39;t have access to each cmdlet without expo" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="powershell - Converting a script module to a manifest one. But each file doesn&#39;t have access to each cmdlet without expo" target="_blank" href="/p/1744016971a2519096.html"> <h3>powershell - Converting a script module to a manifest one. But each file doesn&#39;t have access to each cmdlet without expo</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744018818a2519423.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="jquery - Javascript: Non Linear Range Slider - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="jquery - Javascript: Non Linear Range Slider - Stack Overflow" target="_blank" href="/p/1744018818a2519423.html"> <h3>jquery - Javascript: Non Linear Range Slider - Stack Overflow</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744030713a2521447.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="你应该知道的八款国产操作系统" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="你应该知道的八款国产操作系统" target="_blank" href="/b/1744030713a2521447.html"> <h3>你应该知道的八款国产操作系统</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744041493a2523337.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="html - Trying to project ng-template into component - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="html - Trying to project ng-template into component - Stack Overflow" target="_blank" href="/p/1744041493a2523337.html"> <h3>html - Trying to project ng-template into component - Stack Overflow</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744049185a2524696.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="java - Selecting JTree node on popup - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="java - Selecting JTree node on popup - Stack Overflow" target="_blank" href="/p/1744049185a2524696.html"> <h3>java - Selecting JTree node on popup - Stack Overflow</h3> </a> <span class="post-date">15天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744067781a2527924.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Google Maps API v3 BrowserIsCompatible - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Google Maps API v3 BrowserIsCompatible - Stack Overflow" target="_blank" href="/p/1744067781a2527924.html"> <h3>javascript - Google Maps API v3 BrowserIsCompatible - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744077663a2529650.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Can I record the output of an &lt;audio&gt; without use of the microphone? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Can I record the output of an &lt;audio&gt; without use of the microphone? - Stack Overflow" target="_blank" href="/p/1744077663a2529650.html"> <h3>javascript - Can I record the output of an &lt;audio&gt; without use of the microphone? - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744079480a2529966.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Jquery FullCalendar 2 week view Next prev buttons - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Jquery FullCalendar 2 week view Next prev buttons - Stack Overflow" target="_blank" href="/p/1744079480a2529966.html"> <h3>javascript - Jquery FullCalendar 2 week view Next prev buttons - Stack Overflow</h3> </a> <span class="post-date">14天前</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="/p/1744100356a2533471.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow" target="_blank" href="/p/1744100356a2533471.html"> <h3>javascript - How do I toggle the readonly attribute of all child element with jquery - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100331a2533470.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow" target="_blank" href="/p/1744100331a2533470.html"> <h3>javascript - Might it be possible to block an entire US state from accessing my site, using PHP? - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100330a2533469.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="c++ - Is dereferencing std::span::end always undefined? - Stack Overflow" target="_blank" href="/p/1744100330a2533469.html"> <h3>c++ - Is dereferencing std::span::end always undefined? - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100302a2533468.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Delay function execution if it has been called recently - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Delay function execution if it has been called recently - Stack Overflow" target="_blank" href="/p/1744100302a2533468.html"> <h3>javascript - Delay function execution if it has been called recently - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/p/1744100275a2533467.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="javascript - Google Maps Autocomplete List - Stack Overflow" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="javascript - Google Maps Autocomplete List - Stack Overflow" target="_blank" href="/p/1744100275a2533467.html"> <h3>javascript - Google Maps Autocomplete List - Stack Overflow</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098521a2533348.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="/b/1744098521a2533348.html"> <h3>windows设置断电重启开机后自动输入锁屏密码登录</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098338a2533314.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="/b/1744098338a2533314.html"> <h3>Windows系统设置开机默认开启数字小键盘</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744098057a2533264.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Windows11 开机自动同步时间(开机时间不更新问题)" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Windows11 开机自动同步时间(开机时间不更新问题)" target="_blank" href="/b/1744098057a2533264.html"> <h3>Windows11 开机自动同步时间(开机时间不更新问题)</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097709a2533205.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="/b/1744097709a2533205.html"> <h3>windows配置开机自启动软件或脚本</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/b/1744097548a2533178.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="【Redis】Windows设置Redis为开机自启动" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="【Redis】Windows设置Redis为开机自启动" target="_blank" href="/b/1744097548a2533178.html"> <h3>【Redis】Windows设置Redis为开机自启动</h3> </a> <span class="post-date">14天前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736247036a1725023.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels" target="_blank" href="/lvyou/1736247036a1725023.html"> <h3>Exploring the Finest Accommodations: A Comprehensive Guide to Ruston LA Hotels</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246824a1724956.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan" target="_blank" href="/lvyou/1736246824a1724956.html"> <h3>The Enchanting Experience of ScaliniTella NYC: A Culinary Gem in the Heart of Manhattan</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246607a1724902.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience" target="_blank" href="/lvyou/1736246607a1724902.html"> <h3>Exploring the Exquisite Aloft Chicago O'Hare: A Blend of Modern Luxury and Convenience</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246384a1724842.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX" target="_blank" href="/lvyou/1736246384a1724842.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Waco, TX</h3> </a> <span class="post-date">3月前</span> </div> </li> <li class="mclas"> <!--<div class="list-img">--> <!-- <a href="/lvyou/1736246169a1724784.html" target="_blank">--> <!-- <img src="/view/img/nopic.png" alt="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" class="hover-scale" />--> <!-- </a>--> <!--</div>--> <div class="list-content"> <a title="A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA" target="_blank" href="/lvyou/1736246169a1724784.html"> <h3>A Culinary Journey: Discovering the Finest Dining Experiences in Athens, GA</h3> </a> <span class="post-date">3月前</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 Linux大棚 – 不忘初心的技术博客,浮躁时代的安静角落</a>| <a target="_blank" rel="nofollow" href="https://beian.miit.gov.cn/" style="font-size: 12px;">豫ICP备2022026798号-10</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>