<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>form表单</title> </head> <!-- 所有标签都有的属性 id 用来标识元素的唯一性 name 用来提交数据时的参数名称 style 设置元素的css行内样式 c ...
分类:
其他好文 时间:
2021-01-25 11:39:18
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>常用标签</title> </head> <!-- 格式化标签 font 行内元素 不会自动换行 设置字体相关的属性 常用属性 color 字体颜色(颜色名,rgb,16进制) s ...
分类:
其他好文 时间:
2021-01-25 11:38:37
阅读次数:
0
转自:https://www.cnblogs.com/ggjucheng/archive/2011/12/14/2287738.html https://www.cnblogs.com/fengliu-/p/10219850.html https://blog.csdn.net/m122385376 ...
分类:
其他好文 时间:
2021-01-25 11:36:24
阅读次数:
0
Linux 下有很多实用工具可以让你在终端界面查看文本文件。其中一个就是 more。 more 跟我之前另一篇文章里写到的工具 —— less 很相似。它们之间的主要不同点在于 more 只允许你向前查看文件。 尽管它能提供的功能看起来很有限,不过它依旧有很多有用的特性值得你去了解。下面让我们来快速 ...
分类:
系统相关 时间:
2021-01-25 11:24:37
阅读次数:
0
感谢作者> https://www.cnblogs.com/botoo/p/11762045.html CentOS7中自带的python版本是python-2.7.5,由于新开的虚拟机需要使用python3,于是便升级一下版本。 安装Python3.7.3 官网下载地址:https://www.p ...
分类:
编程语言 时间:
2021-01-25 11:22:41
阅读次数:
0
1.父域页面(a.html):act/msg/evalStr 为自定义属性 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> </head> <body> <input type ...
分类:
其他好文 时间:
2021-01-25 11:20:46
阅读次数:
0
{eyou:arclist addfields='content' } <span>{$field.content}</span> {/eyou:arclist} addfields='content' 为调取文章内容的标签属性,必加在arclist里 {$field.content} 为调取文章内 ...
分类:
其他好文 时间:
2021-01-25 11:17:08
阅读次数:
0
1、使用浏览器访问访问路径:\\.\globalroot\device\condrv\kernelconnect会立刻导致系统崩溃。会影响Windows10 1709及以上版本 2、使用以下代码保存成html文件用浏览器打开也可导致电脑崩溃。 ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 模态框(Modal)插件</title> <link rel="stylesheet" href="http://cdn.static.runoob. ...
分类:
其他好文 时间:
2021-01-25 10:58:08
阅读次数:
0
https://codeleading.com/article/77623120369/ Jetson AGX Xavier系统备份与克隆系统到新Xavier板 参考:https://www.ncnynl.com/archives/201903/2890.html 将正常系统的xavier与host ...
分类:
其他好文 时间:
2021-01-25 10:50:39
阅读次数:
0