摘要:
Embarcadero® RAD Studio 10.4安装后无法使用,创建Delphi出现 MSBuildToolsPath is not specified for the ToolsVersion "2.0" defined at "HKEY_LOCAL_MACHINE\SOFTWARE\Mi 阅读全文
摘要:
查询数据库: mysql> show databases;+ +| Database |+ +| information_schema || mysql || performance_schema || school || sys || test |+ +6 rows in set (0.03 se 阅读全文
摘要:
选中多行代码,按住tab就会同时向右移动 选中多行代码,按住shift+tab就会同时向左移动 选中多行代码,按住Ctrl+Alt+L就会格式化代码 阅读全文
摘要:
The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ( 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>表单提交学习</title> 6 </head> 7 <body> 8 <!--表单form 9 action:表示表单请求的位置,可以使网 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>内联框架</title> 6 </head> 7 <body> 8 <iframe src="" name="hello" framebor 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>页面结构分析</title> 6 </head> 7 <body> 8 <header> 9 <h2>页首部分</h2> 10 </head 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>媒体元素</title> 6 </head> 7 <body> 8 <video src="../sources/video/录像5.mp4 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>表格学习</title> 6 </head> 7 <body> 8 <!--表格table 9 10 th:这是表头,也就是每一列的标题(t 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>列表学习</title> 6 </head> 7 <body> 8 <!--有序列表--> 9 <ol> 10 <li>Java</li> 阅读全文