码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
[AWS - Design Resilient Architectures] 1.2 Design highly available and/or fault-tolerant architectures
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:其他好文   时间:2021-04-21 12:22:48    阅读次数:0
c# Visual Studio|There is no editor available for ***,make sure the application for the file type(.vb) is installed问题解决方法
这个问题出现在在使用VS编码当中,电脑意外关机,导致的文件的缺失或者损坏。 使用反编译软件(如:ILSpy)对编译后的 .EXE文件进行反编译,在翻遍的结果中将相关代码拷贝至目标路径下,替换所需文件。 按照目标文件的格式,选择性粘贴(例如winform 中*.cs 和 *.Design.cs文件,存 ...
分类:移动开发   时间:2021-04-19 15:26:49    阅读次数:0
Flutter之不简单的搜索条
使用Flutter开发搜索条的代码如下: main.dart import 'package:flutter/material.dart'; import 'search_bar.dart'; void main() { runApp(MyApp()); } class MyApp extends ...
分类:其他好文   时间:2021-04-19 14:46:27    阅读次数:0
AssetBundle机制和内存管理(转)
AssetBundle机制相关资料收集 最近网友通过网站搜索Unity3D在手机及其他平台下占用内存太大. 这里写下关于Unity3D对于内存的管理与优化. Unity3D 里有两种动态加载机制:一个是Resources.Load,另外一个通过AssetBundle,其实两者区别不大。 Resour ...
分类:其他好文   时间:2021-04-13 12:29:28    阅读次数:0
threejs模型透明出现遮挡
###前言 threejs中想实现模型模型透明,显示里面模型的效果。 ###尝试 首先肯定是拿两个几何体进行尝试,其实只要在材质中开启透明和设置透明度就好了,如果没效果,建议更换材质试试。 var material = new THREE.MeshBasicMaterial({ transparen ...
分类:Web程序   时间:2021-04-10 13:38:26    阅读次数:0
如何为开源项目提交pr
在CNCF:community bridge#1285Reading Material Update And Supplement 这个议题当中,更新扩充好的材料需要同步更新到volcano官网的官方文档上,这篇文章主要来记录如何为开源项目(volcano)提交pr,以达到我们将贡献的开源文档同步更 ...
分类:其他好文   时间:2021-04-06 14:01:47    阅读次数:0
Lecture 2. Discovering what people can't tell you: Contextual Inquiry and Analysis Methodology
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:其他好文   时间:2021-04-05 12:46:46    阅读次数:0
Ant design for Vue 的Select组件的placeholder属性失效
在使用组件a-select 中 添加v-model 绑定,会容易造成 select属性的placeholder失效: 原因时因为palceholder的机制时如果没有输入值就会显示,如果有值(v-model双向绑定一般都有默认值)就不会再显示了 因此我们经常使用初始化数据为空或null的习惯,让pl ...
分类:其他好文   时间:2021-04-05 11:46:19    阅读次数:0
3.31Java面向对象和面向过程
3.31Java面向对象和面向过程 本章内容 面向过程语言介绍 面向对象语言介绍 面向过程语言 代表: C语言 面向对象语言 代表: C++、Java 两种语言的区别与联系 共同点: 面向过程和面向对象都是对软件分析、设计、开发的一种思想,它指导着我们以不同的方式去分析、设计、开发软件 面向过程 特 ...
分类:编程语言   时间:2021-04-02 13:36:09    阅读次数:0
COMP3322 BModern Technologies
COMP3322 BModern Technologies on World Wide WebAssignment TwoTotal 10 pointsDeadline: Mar 29, 2021 23:59OverviewYou are going to design and develop a ...
分类:其他好文   时间:2021-04-01 13:12:04    阅读次数:0
6009条   上一页 1 2 3 4 5 6 ... 601 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!