MarkDown学习 标题 三级标题 四级标题 字体 Hello,World Hello,World Hello,World Hello,World Hello,World 引用 选择学习Java,走向人生巅峰 分割线 ![截图](C:\Users\32932\Pictures\Saved Pict ...
分类:
其他好文 时间:
2021-02-05 10:55:02
阅读次数:
0
vue-base 项目初始化 vue create vue-base Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for producti ...
分类:
其他好文 时间:
2021-02-05 10:50:49
阅读次数:
0
下面这份代码把我们刚才做的注册系统功能完善了一下,各个功能的作用都已在注释中给出: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>为梦而狂-注册页</title> 5 <meta http-equiv="Content-Type" content= 6 " ...
分类:
其他好文 时间:
2021-02-05 10:44:42
阅读次数:
0
结构分析 码上行动 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>页面结构分析</title> </head> <body> <header> <h2>网页头部</h2> </header> <secion ...
分类:
Web程序 时间:
2021-02-05 10:35:58
阅读次数:
0
Vim是从 vi 发展出来的一个文本编辑器。代码补完、编译及错误跳转等方便编程的功能特别丰富,在程序员中被广泛使用。 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但是还是有可以进步的地方。 vim 则可以说是程序开发者的一项很好用的工具。 连 vim 的官方网站 (http://ww ...
分类:
系统相关 时间:
2021-02-05 10:30:52
阅读次数:
0
鼠标经过展开下拉菜单 方法一 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" ...
分类:
Web程序 时间:
2021-02-04 11:47:40
阅读次数:
0
ubuntu中安装kernel-devel sudo apt-get install linux-kernel-headers kernel-package ...
分类:
系统相关 时间:
2021-02-04 11:46:36
阅读次数:
0
MarkDown基础语法 标题 标题就是用#+空格+标题文本 其中几个#就是代表几级标题 样式 加粗样式:在要加粗的文本两侧都添加两个* 加粗 斜体样式:在要变斜体的文本两侧都加上一个* 斜体 删除样式:在要改变的文本两侧加上两个~ 删除 高亮 高亮文本 引用 书籍是人类进步的阶梯。 分割线 输入三 ...
分类:
其他好文 时间:
2021-02-03 11:06:58
阅读次数:
0
在网页中插入表格。具体标签和属性都已在代码的注释中给出: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>流年笑掷,未来可期</title> 5 <meta http-equiv="Content-Type" content= 6 "text/html;ch ...
分类:
其他好文 时间:
2021-02-03 10:59:16
阅读次数:
0
1,class / style 绑定就是专门用来实现动态样式效果的技术 2,class 绑定 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev ...
分类:
其他好文 时间:
2021-02-02 11:31:30
阅读次数:
0