码迷,mamicode.com
首页 >  
搜索关键字:component    ( 5606个结果
Angular 组件引入其他css不生效
修改app.component.ts: @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'], encapsulation:ViewEnc ...
分类:Web程序   时间:2020-12-18 12:26:17    阅读次数:3
模拟 API 调用和模拟 React 组件交互
模拟 对于我们的程序来说,从 API 获取一些数据是很常见的。但是它可能由于各种原因而失败,例如 API 被关闭。我们希望测试可靠且独立,并确保可以模拟某些模块。我们把 ToDoList 组件修改为智能组件。 app/components/ToDoList.component.js import r ...
分类:Windows程序   时间:2020-12-17 12:45:42    阅读次数:4
无边框限制的左右移动
cc.Class({ extends: cc.Component, properties: { //speed accl:0, player:{ default:null, type:cc.Node }//}, }, // LIFE-CYCLE CALLBACKS: SetInputControl: ...
分类:移动开发   时间:2020-12-17 12:30:51    阅读次数:3
iOS开发使用UIKeyInput自定义密码输入框
前言 开发中很多地方都会遇到密码输入,这时候往往需要根据UI设计自定义。这里遵守UIKeyInput,实现协议中的方法,让自定义View可以进行文字输入;再通过func draw(_ rect: CGRect)绘制现自定义UI;使用配置类来统一接口;使用代理来管理各种输入相关的事件。文章末尾有提供O ...
分类:移动开发   时间:2020-12-17 12:12:48    阅读次数:3
有多个按钮时点击单个按钮显示加载中
const { Button } = antd; const { PoweroffOutlined } = icons; class App extends React.Component { state = { loadings: [], }; enterLoading = index => { ...
分类:其他好文   时间:2020-12-16 11:37:45    阅读次数:3
微信小程序-picker-从底部弹起的滚动选择器
picker——从底部弹起的滚动选择器 官方文档:https://developers.weixin.qq.com/miniprogram/dev/component/picker.html 1、普通的选择器 普通选择器:mode = selector 效果图: wxml代码: js代码: 2、多列 ...
分类:微信   时间:2020-12-15 11:53:12    阅读次数:4
React 报错 Attempted import error: 'injectGlobal' is not exported from 'styled-components'.
React 使用 styled-components 设置全局样式时,使用如下代码,但是报错Attempted import error: 'injectGlobal' is not exported from 'styled-components 只需要将injectGlobal 改为 Creat ...
分类:其他好文   时间:2020-12-15 11:51:57    阅读次数:1
文献学习-sharpSAT – Counting Models with Advanced Component Caching and Implicit BCP
希望从该文章中获取BCP的认识以及叙述方式 sharpSAT – Counting Models with Advanced Component Caching and Implicit BCP Thurley M. (2006) sharpSAT – Counting Models with Ad ...
分类:其他好文   时间:2020-12-15 11:42:56    阅读次数:1
vue-type-check: Vue 模板中的 Typescript 类型检查
越来越多人开始尝试使用 Typescript 编写他们的 vue 项目,vue 本身也在不断加强对 Typescript 的支持(官方提供 vue-class-component 库、使用 Typescript 编写 Vue 3.0 等),但是对于组件中模板部分的类型检查仍然有很大的局限性。 为此我 ...
分类:其他好文   时间:2020-12-10 11:21:23    阅读次数:6
JAVA面试常考系列七
JAVA面试常考系列七题目一Swing的方法中,有哪些是线程安全的?Swing的规则是:当Swing组件被具现化时,所有可能影响或依赖于组件状态的代码都应该在事件派发线程中执行。因此有3个线程安全的方法:repaint(),revalidate(),andinvalidate()。题目二Component子类中,哪些支持绘画功能在Canvas,Frame,Panel,和小程序类支持的绘画。题目三M
分类:编程语言   时间:2020-12-10 10:34:39    阅读次数:6
5606条   上一页 1 ... 10 11 12 13 14 ... 561 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!