当前位置:网站首页>1.6一些今日学习
1.6一些今日学习
2022-08-02 03:23:00 【Ww597】
1.使用v-for时,会有出现想单独控制个别样式的操作,我们可以控制类名改变(根据索引值)



2. Symbol :表示独一无二的值,最大的用法是用来定义对象的唯一属性名
(1)Symbol函数前不能使用new命令,否则会报错。这是因为生成的 Symbol 是一个原始类型的值,不是对象。也就是说,由于 Symbol 值不是对象,所以不能添加属性。基本上,它是一种类似于字符串的数据类型
(2)Symbol 值不能与其他类型的值进行运算,会报错。
3. 同步和异步
同步异步的的差别就是在这条流水线(单线程)上各个执行的顺序不同
可以改变程序正常执行顺序的操作就是异步操作

同步任务:就是只有当前API执行完成之后,才能执行下一个API,在主线程上排队执行的任务,只有前一个任务执行完才会执行下一个任务
异步任务:当前API的执行不会阻塞后续代码的执行,进入任务队列中,就是要等主线程的任务执行完毕在进入到主线程然后才会执行
4.在APP的样式中控制了背景颜色后 想在vue本页面控制背景颜色的话,不能加scoped,用page来修改本页面的背景颜色,page 是其父节点,加了 scoped 自然失效
边栏推荐
- [Learning Records of Boxue Valley] Super summary, share with heart | Software Testing Interface Testing Basics
- 错误:with open(txt_path,‘r‘) as f: FileNotFoundError: [Errno 2] No such file or directory:
- cross-domain problem solving
- 网址URL
- String comparison size in MySQL (date string comparison problem)
- ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- sh: 1: curl: not found
- parser = argparse.ArgumentParser() parsing
- page load process
- 钟表刻度线
猜你喜欢

UserWarning:火炬。meshgrid:在以后的版本中,它将被要求通过索引ing argu
![[Basic Tutorial of Remote Control Development 1] Crazy Shell Open Source Formation Drone-GPIO (Remote Control Indicator Light Control)](/img/da/5f6b1ed89cb3fed3cbe6aea840f473.png)
[Basic Tutorial of Remote Control Development 1] Crazy Shell Open Source Formation Drone-GPIO (Remote Control Indicator Light Control)

The querystring module

STM32 map文件解析

【 application 】 life many years of operations, what turned scored 12 k + annual bonus salary?

我的小笔记 =》原生微信小程序

Knowledge Engineering Assignment 2: Introduction to Knowledge Engineering Related Fields

docker中配置mysql 5.7

querystring模块

ModuleNotFoundError No module named 'xxx' possible solutions
随机推荐
Amazon sellers how to improve the conversion
npm and package.json
广州华为面试总结
相对路径和绝对路径
Detailed explanation of the usage of exists in mysql
C语言 十六进制整数字符串转十进制整数
如何查看一个现有的keil工程之前由什么版本的keil IDE编译
微信小程序云开发之模糊搜索
[Basic Tutorial of Remote Control Development 1] Crazy Shell Open Source Formation Drone-GPIO (Remote Control Indicator Light Control)
客户评分控件
知识工程作业2:知识工程相关领域介绍
sh: 1: curl: not found
语义分割标签即像素值的巨坑,transforms.ToTensor()的错误使用
猴子选大王
Redis simple study notes
Debian 10 NTP Service Configuration
枚举法方法:(leetcode1300)转变数组后最接近目标值的数组和
微信小程序云开发-证件照的实现
Knowledge Engineering Assignment 2: Introduction to Knowledge Engineering Related Fields
微信小程序怎么批量生成带参数的小程序码?