代码改变世界

随笔档案-2020年05月

后盾人教程

2020-05-14 01:30 by cascle, 1974 阅读, 收藏, 编辑
摘要: CSS 3 系列课程开课了,老铁快上车吧 一 引用CSS差别 link标签:外部 style标签:内联 style属性:嵌入式 注释:/* */ 结尾:分号,不能省略 css导入其他css样式: @import url(“path”); 适合组件化设计 vscode支持less:安装easy les 阅读全文

【教程】Angular基础教程-大漠穷秋-2018

2020-05-05 02:21 by cascle, 989 阅读, 收藏, 编辑
摘要: 一.快速上手 ng -v看版本号 ng new 项目名,创建项目 ng serve,启动开发服务器 e2e:end to end,继承测试目录 根模块:app_module.ts 根组件:app_component.ts spec:单元测试文件 html:模板文件 css:样式表(ng new的时候 阅读全文

TypeScript完全解读入门进阶课程(26课时)

2020-05-03 12:31 by cascle, 656 阅读, 收藏, 编辑
摘要: typescript playground可以实时编译 第一章. 环境搭建 1.npm init 2.npm install typescript tslint 3.tsc --init,生成tsconfig.json配置文件 4.nmp install webpack webpack-cli we 阅读全文

MySQL 基础+高级篇- 数据库 -sql -尚硅谷(高级篇)

2020-05-02 21:03 by cascle, 295 阅读, 收藏, 编辑
摘要: MySQL高级 第一章:RPM安装 阅读全文
点击右上角即可分享
微信分享提示