随笔 - 103,  文章 - 0,  评论 - 1,  阅读 - 16万
04 2020 档案
sql随机时间与随机数
摘要:update mto_post set author_id = floor(10+rand()*10) update mto_post t set t.created = concat('2019-',floor(1+rand()*10),'-',floor(rand()*3), floor(1+r 阅读全文
posted @ 2020-04-20 05:41 独醉笑清风 阅读(401) 评论(0) 推荐(0) 编辑
form表单无法提交input disabled
摘要:解决方法:设置input的属性值为用readonly代替; 分析:1、readonly和disabled的区别readonly:针对input(text / password)和textarea有效,在设置为true的情况下,用户可以获得焦点,但是不能编辑,在提交表单时,输入项会作为form的内容提 阅读全文
posted @ 2020-04-01 14:48 独醉笑清风 阅读(2394) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示