码迷,mamicode.com
首页 >  
搜索关键字:material theme    ( 3272个结果
<EDEM API案例01>Particle Replacement
本案例包括以下几部分: 1-介绍 本案例使用自定义颗粒工厂和颗粒体积力接口,实现颗粒替换功能。 案例重点: 加载颗粒体积力API; 加载自定义颗粒工厂API; 2-前提 本案例假定用户熟悉Windows软件界面风格,并对EDEM界面较为熟悉。EDEM版本2.7 3-问题描述 球磨机内钢球和破碎物碰撞 ...
分类:Windows程序   时间:2019-01-01 19:54:58    阅读次数:412
Spring Theme简单应用
Spring MVC特性里由一个是关于Spring Theme主题的应用,所以写了个Demo 1.这里先看项目结构(Meven项目) 2.所需的POM依赖 3.Properties Theme文件配置 4.编写HTML文件 5.SpringMVC XML配置 6.编写Controller 备注:这样 ...
分类:编程语言   时间:2018-12-31 12:22:30    阅读次数:395
angular6-material dialog应用
1. 打开弹窗的点击事件 project.component.html project.component.ts 2. 弹窗 new-project.component.html new-project.component.ts 3. 特别注意:new-project组件是一个服务。在project ...
分类:其他好文   时间:2018-12-31 11:23:40    阅读次数:473
october页面
Pages Pages:页面;网站页面的内容由Page模板定义。模板文件位置:themes/theme_name/pages目录下。页面文件的扩展名为htm。文档结构中,Configuration(配置)和Twig Markup(标记)部分是必须的,PHP代码部分是可选的。 最简单的例子 url = ...
分类:其他好文   时间:2018-12-28 23:33:42    阅读次数:238
Chrome DevTools: Color tricks in the Elements Panel
to change the color format Tip one The Colour Platters are customeised for you .they show colour for: Color Palettes Material CSS Variables Custome Ti ...
分类:其他好文   时间:2018-12-28 22:08:03    阅读次数:188
Gravitational Teleport docker-compose简单运行
Gravitational Teleport 可以作为堡垒机进行使用,为了测试方便使用docker-compose 运行一个all in one 的demo 备注: 官方提供的docker-compose 文件版太旧,而且复杂 环境准备 docker-compose 文件 version: '2' ...
分类:其他好文   时间:2018-12-28 20:36:57    阅读次数:530
torch.backend.cudnn.benchmark
大部分情况下,设置这个 flag 可以让内置的 cuDNN 的 auto-tuner 自动寻找最适合当前配置的高效算法,来达到优化运行效率的问题。 一般来讲,应该遵循以下准则: ...
分类:其他好文   时间:2018-12-26 10:38:43    阅读次数:238
使用element-ui集成路飞项目
1 emement-ui -下载:npm install element-ui -使用:在main.js中配置 import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; Vue.use(... ...
分类:其他好文   时间:2018-12-25 15:17:42    阅读次数:133
angular6引入material-ui
第一步:安装material和cdk和animations,一个也不能缺,否则会报错。 第二步:在核心模块引入BrowserAnimationsModule和需要用到的material组件 如果想要禁止material的动画效果,可以导入NoopAnimationsModule 第三步:导入mate ...
分类:其他好文   时间:2018-12-24 13:52:26    阅读次数:635
react context toggleButton demo
//toggleButton demo: //code: //1.Appb.js: import React from 'react'; import {ThemeContext, themes} from './theme-context'; import ThemeTogglerButton f ...
分类:其他好文   时间:2018-12-22 19:37:16    阅读次数:215
3272条   上一页 1 ... 61 62 63 64 65 ... 328 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!