最新 最热

ZSTUoj 4433-Suffix Zeroes(暴力枚举)

这两天和队友聊了一下理工新生赛,提到我暴力枚举A掉的这题,干脆搞个题解了时效性确实是 过了

2022-08-15
1

表单方式文件上传和获取文件属性

注:form表单里发送除文件外的数据,一般是新建一个type=hidden的input,value=‘需要传的数据’,每发送一个数据就需要一个input(相当于参数)

2022-08-11
1

Highways「建议收藏」

The island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has a very poor system of public highways. The Flatopian government is aware of this...

2022-08-10
1

【小码匠自习室】ABC084 - D:喜欢这样的大神,超有才华

灵异事件:第七行的灵异事件,导致在执行模式执行cout能不输出结果,在debug模式执行cout能输出结果

2022-08-08
1

【小码匠自习室】重做ABC250-D, 我无力反抗

Let us regard an integer k as "similar to 250" if the following condition is satisfied:

2022-08-08
1

INPUT

//圆形图片<input type="image" src="images/clear.jpg" style="border-radius:25px;" width="50">//隐藏<input type = "hidden" placeholder="账号" ><input type="text" nam......

2022-08-05
0

支付宝小程序聊天功能中发送QQ表情

qqface组件{ "component": true, "usingComponents": {}}.facelist { width: 48rpx; height: 48rpx; padding: 5rpx; float: left; margin: 13rpx;}.fac...

2022-08-04
0

VUE实现交换布局以及input检索

<style> *{font-size: 14px;margin:0 ;padding:0;list-style-type: none;} #main{width:800px;margin:0 auto;} .bar{width:100%;height:30px;background: #ddd...

2022-08-04
0

forwardRef 高级组件

forwardRef是React中的一个高级组件 ,主要用于实现 ref转发 或 透传

2022-07-22
1

如何手写实现《双向数据绑定》

1. 数据 -> 转为响应式数据 Object.defineProperty Proxy

2022-07-22
1