上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页
摘要: 需求: 1 不使用materil依赖内建的主题,使用自己创建的主题 2 利用自己创建的主题实现白天模式和黑夜模式 1 自定义主题 1.1 创建自定义主题文件 them.scss // 引入material自定义主题支持 @import '~@angular/material/theming'; // 阅读全文
posted @ 2017-12-24 22:06 寻渝记 阅读(4596) 评论(4) 推荐(0) 编辑
摘要: 1 在共享模块中导入MdListModule模块 import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { MdSidenavModule, MdToolbar 阅读全文
posted @ 2017-12-24 10:30 寻渝记 阅读(899) 评论(0) 推荐(0) 编辑
摘要: 设计需求:设计一个登陆页面 1 模块导入 1.1 将MdCardModule和MdButtonModule模块导入到共享模块中 import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/commo 阅读全文
posted @ 2017-12-23 21:47 寻渝记 阅读(478) 评论(0) 推荐(0) 编辑
摘要: 1 创建相关 1.1 创建项目 ng new 项目名 -> 创建新项目 ng new 项目名 --skip-install -> 不进行模块安装 ng new 项目名 -si ng new 项目名 -si --style=scss -> 执行样式风格 1.2 其它创建命令 ng g m 模块名 -> 阅读全文
posted @ 2017-12-23 10:44 寻渝记 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 前提准备: 搭建好Angular开发环境 1 安装Visual Studio Code 教程简单,不会的去问度娘 2 安装Chrome浏览器 教程简单,不会的趣闻度娘 3 Visual Studio Code需要安装的插件 3.1 Debugger for Chrome 用于直接在谷歌浏览器中调试A 阅读全文
posted @ 2017-12-23 10:37 寻渝记 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 需求:先需要增加一个登录模块 1 创建登录模块 ng g m testLogin 1.1 将共享模块导入到登录模块中 import { NgModule } from '@angular/core'; import { TestLoginComponent } from './test-login/ 阅读全文
posted @ 2017-12-22 12:11 寻渝记 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: 1 MdIconModule模块的使用 1.1 在需要用到的模块中引入Material图标模块 import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; i 阅读全文
posted @ 2017-12-21 22:21 寻渝记 阅读(2192) 评论(0) 推荐(0) 编辑
摘要: 前提准备: 构建好一个Angular2应用 熟悉CSS的flex布局风格 1 利用flex进行布局 1.1 创建三个组件 app-header app-main app-footer 1.2 在主组件中编写大体结构代码 1.3 在全局样式中编写代码实现flex风格布局 1.3 布局效果如下 2 利用 阅读全文
posted @ 2017-12-21 16:45 寻渝记 阅读(2277) 评论(0) 推荐(0) 编辑
摘要: 准备: 创建一个基于SpringBoot的web项目 1 引入相关依赖 jpa、mysql、druid <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs 阅读全文
posted @ 2017-12-11 18:56 寻渝记 阅读(9523) 评论(0) 推荐(0) 编辑
摘要: 1 在MySQL数据库中创建相应的表 /* Navicat MySQL Data Transfer Source Server : 虚拟机_zeus01 Source Server Version : 50717 Source Host : 10.24.3.108:3306 Source Datab 阅读全文
posted @ 2017-12-10 17:07 寻渝记 阅读(1293) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 30 下一页