摘要: Scss Objectives and Outcomes In this exercise you will learn to write Scss code and then automatically transform it into the corresponding CSS code. A 阅读全文
posted @ 2018-05-25 14:56 Marco CAO 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Less Objectives and Outcomes In this exercise you will learn to write Less code and then automatically transform it into the corresponding CSS code. A 阅读全文
posted @ 2018-05-25 14:55 Marco CAO 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Objectives and Outcomes In this exercise, you will learn to use Gulp, the task runner. You will install Gulp CLI and install Gulp plugins using NPM. T 阅读全文
posted @ 2018-05-25 14:41 Marco CAO 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Objectives and Outcomes In this exercise, you will continue to learn to use Grunt, the task runner. You will configure the Grunt file with a set of ad 阅读全文
posted @ 2018-05-25 11:09 Marco CAO 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Grunt Part 1 Objectives and Outcomes In this exercise, you will learn to use Grunt, the task runner. You will install Grunt CLI and install Grunt pack 阅读全文
posted @ 2018-05-25 09:57 Marco CAO 阅读(88) 评论(0) 推荐(0) 编辑
摘要: NPM Scripts Part 2 Objectives and Outcomes In this exercise you will learn to build a distribution folder containing the files that can be deployed on 阅读全文
posted @ 2018-05-24 15:18 Marco CAO 阅读(476) 评论(0) 推荐(0) 编辑
摘要: Watch for changes to the styles.scss file and automatically compile it to the css file. Run multiple NPM scripts in parallel using parallelshell NPM m 阅读全文
posted @ 2018-05-24 13:59 Marco CAO 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 原文链接 http://www.cnblogs.com/handsomeBoys/p/6567063.html HTML: <div class="book-detail-store-item align-center-vertical">居中文字</div> CSS: 阅读全文
posted @ 2018-04-27 10:18 Marco CAO 阅读(513) 评论(0) 推荐(0) 编辑
摘要: select * from all_users; --DROP USER vkdev CASCADE; SELECT * FROM USER_TABLES; --??????????? SELECT A.TABLESPACE_NAME,FILENUM, TOTAL "TOTAL (MB)",F.FR 阅读全文
posted @ 2017-08-16 09:54 Marco CAO 阅读(180) 评论(0) 推荐(0) 编辑
摘要: DECLARE TYPE cst_table_list IS TABLE OF VARCHAR2(40); TYPE cst_list IS TABLE OF VARCHAR2(40); TYPE name_list IS TABLE OF VARCHAR2(40); TYPE type_list 阅读全文
posted @ 2017-08-16 09:53 Marco CAO 阅读(206) 评论(0) 推荐(0) 编辑