当前位置:网站首页>Questions about your resume
Questions about your resume
2022-08-02 03:38:00 【suzhiwei_boke】
HTM5:
1. Semantic tags, the page structure is more concise, easy to maintain, and conducive to the identification of search engines
2. Painting canvas;
3. video and audio elements for media playback;
4. Local offline storage localStorage stores data for a long time, the data will not be lost after the browser is closed, and needs to be cleared manually
, the sessionStorage data will be automatically deleted after the browser is closed;
5. Form controls, calendar, date, time, email, url, search;
websocket: full dual public
WebSocket is a protocol that is generated to realize the requirement of two-way communication with the server on the web application,
Compared with polling HTTP requests, WebSocket saves server resources and effectively improves efficiency.
css3:
text-shadow: text-shadow: 5px 5px 5px #FF0000; (horizontal shadow, vertical shadow, blur distance, shadow color)
font-face property: define your own font
rounded corners (border radius): The border-radius property is used to create rounded corners
Border image: border-image: url(border.png) 30 30 round
Box shadow: box-shadow: 10px 10px 5px #888888
es6
ts
react hooks
vue
Project Description: Difficulties and Highlights
边栏推荐
- 啃瓜记录又一天
- STM32 CAN过滤器
- AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'
- C语言 结构体定义方法
- cross-domain problem solving
- The difference between the knowledge question and answer session with the knowledge
- 钟表刻度线
- 【面试】失败的一次面试
- 跨域问题解决
- 活体检测 Adaptive Normalized Representation Learning for GeneralizableFace Anti-Spoofing 阅读笔记
猜你喜欢
环形链表---------约瑟夫问题
@Configuration详解
啃瓜记录又一天
科研试剂DMPE-PEG-Mal 二肉豆蔻酰磷脂酰乙醇胺-聚乙二醇-马来酰亚胺
ModuleNotFoundError No module named 'xxx' possible solutions
Cloud server installation and deployment of Nacos 2.0.4 version
【手把手带你学nRF52832/nRF52840 · (1)开发环境搭建】
Redis简单学习笔记
语义分割标签即像素值的巨坑,transforms.ToTensor()的错误使用
DSPE-PEG-Silane, DSPE-PEG-SIL, phospholipid-polyethylene glycol-silane modified active group
随机推荐
A senior test engineer asked me these questions as soon as the interview came
Error: with open(txt_path,'r') as f: FileNotFoundError: [Errno 2] No such file or directory:
动态代理工具类
DOM操作---放大镜案例
---静态页面---
错误:with open(txt_path,‘r‘) as f: FileNotFoundError: [Errno 2] No such file or directory:
The usage of json type field in mysql
SOCKS5
__dirname
C语言 0长度数组/柔性数组
JJWT工具类
【我的创作纪念日】 3周年
oracle inner join and outer join
ThunderBirde无法登录问题、pycharm调试一直收集数据、RuntimeError: CUDA error: device-side assert triggered等疑难杂症解决
FreeRTOS内核详解(1) —— 临界段保护原理
The difference between the knowledge question and answer session with the knowledge
语义分割标签即像素值的巨坑,transforms.ToTensor()的错误使用
相对路径和绝对路径
@DateTimeFormat注解
SSM整合