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 独醉笑清风 阅读(407) 评论(0) 推荐(0)
form表单无法提交input disabled
摘要:解决方法:设置input的属性值为用readonly代替; 分析:1、readonly和disabled的区别readonly:针对input(text / password)和textarea有效,在设置为true的情况下,用户可以获得焦点,但是不能编辑,在提交表单时,输入项会作为form的内容提 阅读全文
posted @ 2020-04-01 14:48 独醉笑清风 阅读(2424) 评论(0) 推荐(0)