一. 错误的示范 如下代码所示,如果需要用javascript获取id为username1, password1的输入框的值,将其写入id为username2, password2的输入框,那么红线区域的代码是不可取的 这样看到的结果是,alert依次弹出username1, password1的输 ...
分类:
编程语言 时间:
2018-06-14 21:45:06
阅读次数:
205
一.block Dragram 一般来说,GPIO引脚功能复用,可作为EINT、GPIO、或I2C、SPI等,通过GPIO_MODE进行选择 GPIO_DIR:控制输入输出的方向,为0作为input,为1作为output,默认状态为0 GPIO_DIN:通过访问寄存器可以得知输入的是高电平还是低电平 ...
分类:
其他好文 时间:
2018-06-14 21:06:35
阅读次数:
650
Recently, Dima met with Sasha in a philatelic store, and since then they are collecting coins together. Their favorite occupation is to sort collectio ...
分类:
其他好文 时间:
2018-06-14 21:00:18
阅读次数:
192
前端资源打包在每个项目中都会有涉及,每位开发者都希望打包是用最少的时间构建出最小的代码,这不仅能提高团队中的效率,也能提高页面的访问性能,以下会从如何优化构建速度和优化构建输出代码来说明一些方法。 图片来自webpack官网log 1. 速度优化 日常开发打包配置大家都是习惯用脚手架等的默认配置,没 ...
分类:
其他好文 时间:
2018-06-14 18:03:55
阅读次数:
180
<!DOCTYPE html PUBLIC " //W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 transitional.dtd" body, table{font family: 微软雅黑 ...
分类:
编程语言 时间:
2018-06-14 15:05:35
阅读次数:
208
Description Once, in one kingdom, there was a queen and that queen was expecting a baby. The queen prayed: ``If my child was a son and if only he was ...
分类:
其他好文 时间:
2018-06-13 23:43:04
阅读次数:
309
input[type='checkbox'] { width: 20px; height: 20px; background-color: #fff; -webkit-appearance: none; border: 1px solid #c9c9c9; border-radius: 2px; o ...
分类:
其他好文 时间:
2018-06-13 22:24:41
阅读次数:
166
确定比赛名次 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 33964 Accepted Submission(s): 13321 Probl ...
分类:
编程语言 时间:
2018-06-13 21:44:28
阅读次数:
177