摘要:
一、 HTML 1.1 HTML概念 HTML是Hyper Text Markup Language的缩写。意思是『超文本标记语言』。它的作用是搭建网页结构,在网页上展示内容 <p>HTML is a very popular fore-end technology.</p> 这个例子中使用了一个p 阅读全文
摘要:
select eoswind as '数据库', tds_stg_fact_wtg_10m as '表名', table_rows as '记录数', truncate(data_length/1024/1024, 2) as '数据容量(MB)', truncate(index_length/10 阅读全文