自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 Input 监听事件鼠标输入事件

$("#yunbeimoney").bind(‘input propertychange’, function () { var shouxu =$("#yunbeimoney").val(); var shouxu =shouxu*3/100; var shouxu =shouxu.toFixed(2); $("#money").val(shouxu) })

2021-03-10 11:57:10 583

原创 jq js 查找元素

$(this).find(“span[class=‘yuandian’]”).css(‘background’,’#2FCDB3’); })

2021-03-10 11:54:19 74

原创 判断用户是否关注公众号

判断用户是否关注公众号 $access_token = “https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=secret”; accessmsg=jsondecode(filegetcontents(access_msg = json_decode(file_get_contents(accessm​sg=jsond​ecode(fileg​etc​ontents(a

2021-03-10 11:50:44 304

原创 php 报错级别

php不期望下标 error_reporting(E_ERROR | E_WARNING | E_PARSE);

2021-03-10 11:45:46 57

原创 验证身份证号

/^([1-6][1-9]|50)\d{4}(18|19|20)\d{2}((0[1-9])|10|11|12)(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/

2021-03-10 11:42:12 59

原创 php 剩余时间时分秒

function timediff(begintime,begin_time,begint​ime,end_time ) { if ( $begin_time < $end_time ) { $starttime = $begin_time; $endtime = $end_time; } else { $starttime = $end_time; $endtime = $begin_ti...

2020-03-17 16:56:37 547

redis过期监听.docx

php+redis 键值过期自动监听 可以用作定时任务 当redis键值过期的时候就会触发回调方法,然后执行自己的程序,比如30分钟订单自动取消

2020-03-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除