上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 38 下一页
摘要: placeholder... 阅读全文
posted @ 2020-09-08 11:37 Daotin 阅读(33) 评论(0) 推荐(0)
摘要: input type=text 只能输入数字(去掉e和小数点): 34 && event.keyCode 参考: https://www.wandouip.com/t5i185770/https://stackoverflow.com/questio... 阅读全文
posted @ 2020-09-07 08:50 Daotin 阅读(81) 评论(0) 推荐(0)
摘要: input type=text 只能输入数字(去掉e和小数点): <input type="number" onkeydown="return event.keyCode !== 69" /> <input type="text" onkeydown="return ( event.ctrlKey 阅读全文
posted @ 2020-09-07 08:50 Daotin 阅读(605) 评论(0) 推荐(0)
摘要: 我如果爱你—— 绝不像攀援的凌霄花 借你的高枝炫耀自己; 我如果爱你—— 绝不学痴情的鸟儿 为绿荫重复单调的歌曲; 也不止像泉源, 长年送来清凉的慰藉; 也不止像险峰, 增加你的高度,衬托你的威仪, 甚至日光。 甚至春雨。 不,这些都还不够! 我必须是你近旁的一株木棉, 作为树的形象和你站在一起。 阅读全文
posted @ 2020-09-04 09:39 Daotin 阅读(240) 评论(0) 推荐(0)
摘要: 我如果爱你—— 绝不像攀援的凌霄花 借你的高枝炫耀自己; 我如果爱你—— 绝不学痴情的鸟儿 为绿荫重复单调的歌曲; 也不止像泉源, 长年送来清凉的慰藉; 也不止像险峰, 增加你的高度,衬托你的威仪, 甚至日光。 甚至春雨。 不,这些都还不够! 我... 阅读全文
posted @ 2020-09-04 09:39 Daotin 阅读(62) 评论(0) 推荐(0)
摘要: js字符串/数组常用方法 字符串 charAt str.charAt(index); 从一个字符串中获取索引为index的字符。 startsWith, endsWith str.endsWith(searchString[, length]) length 可选。作为 str 的长度。默认值为 s 阅读全文
posted @ 2020-09-03 10:59 Daotin 阅读(1429) 评论(0) 推荐(0)
摘要: js字符串/数组常用方法 字符串 charAt str.charAt(index); 从一个字符串中获取索引为index的字符。 startsWith, endsWith str.endsWith(searchString[, length]) ... 阅读全文
posted @ 2020-09-03 10:59 Daotin 阅读(221) 评论(0) 推荐(0)
摘要: 问题描述 使用vue-cli4快速搭建一个可用作demo的项目。 问题分析 无 解决方案 步骤如下: 全局安装vue指令包:npm install -g @vue/cli 安装之后,你就可以在命令行中访问 vue 命令。你可以通过简单运行 v... 阅读全文
posted @ 2020-09-01 19:49 Daotin 阅读(91) 评论(0) 推荐(0)
摘要: 问题描述 使用vue-cli4快速搭建一个可用作demo的项目。 问题分析 无 解决方案 步骤如下: 全局安装vue指令包:npm install -g @vue/cli 安装之后,你就可以在命令行中访问 vue 命令。你可以通过简单运行 vue --version,看看是否打印出当前安装的vue- 阅读全文
posted @ 2020-09-01 19:49 Daotin 阅读(1073) 评论(0) 推荐(0)
摘要: 想换电脑这个想法已经很久了。 上一台电脑还是2013年买的联想ThinkPad Edge E435笔记本,配置CPU是AMD A4芯片(我为什么记得那么清楚呢?因为我后来花了240大洋。给它换上了AMD A10 CPU),然后内存是2G大小。就这样的配置,... 阅读全文
posted @ 2020-08-26 18:17 Daotin 阅读(213) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 38 下一页