上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: <audio id="bg-music" src="1.mp3" autoplay="autoplay" controls></audio> // DOM中的内容加载完毕之后,调用函数 document.addEventListener('DOMContentLoaded', musicInWeix 阅读全文
posted @ 2021-05-06 19:30 limonyun 阅读(303) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, us 阅读全文
posted @ 2020-11-29 23:36 limonyun 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 在layui中两个或两个以上的弹出层,覆盖前一个弹出层(置顶弹出)用parent.layer.open parent.layer.open({ type : 2, title : '详情', area : ['580px','505px' ], //宽高 closeBtn : 1, scrollba 阅读全文
posted @ 2020-11-19 11:50 limonyun 阅读(826) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ url : url, type : 'get', dataType:'json', success : function(data) { //重新渲染页面元素 layui.use('element', function() { var element = layui.element 阅读全文
posted @ 2020-11-18 17:12 limonyun 阅读(1538) 评论(0) 推荐(0) 编辑
摘要: curl http://download.bt.cn/install/update6.sh|bash 阅读全文
posted @ 2020-06-13 21:41 limonyun 阅读(97) 评论(0) 推荐(0) 编辑
摘要: var url='/js/634.ogg'; window.AudioContext = window.AudioContext || window.webkitAudioContext || window.mozAudioContext || window.msAudioContext; try 阅读全文
posted @ 2020-05-15 10:03 limonyun 阅读(704) 评论(0) 推荐(0) 编辑
摘要: BREAK-POINT 阅读全文
posted @ 2020-05-06 15:07 limonyun 阅读(114) 评论(0) 推荐(0) 编辑
摘要: error_log(date("Y-m-d H:i:s")."parameters>>>>>".var_export($parameters,1),3,'log.txt'); 阅读全文
posted @ 2020-04-30 09:43 limonyun 阅读(149) 评论(0) 推荐(0) 编辑
摘要: SE01 传输组织者 (扩展的)SE03 传输组织器工具SE06 设置传输组织者SE07 CTS 状态显示SE09 传输组织者SE10 传输组织者SE11 ABAP 字典SE11_OLD ABAP/4 字典维护SE12 ABAP/4 字典显示SE12_OLD ABAP/4 字典显示SE13 维护技术 阅读全文
posted @ 2020-04-30 09:42 limonyun 阅读(947) 评论(0) 推荐(0) 编辑
摘要: 一个简单的php文件,实现微信网页授权回调域名的代理转发 当下的解决方案是引入一个新的非常简单的应用来作为微信授权的代理服务,可以这么做: 1. 把公众号的网页授权接口域名设置成另外一个子域名,如proxy.your.com; 2. 然后把php_weixin_proxy里面的index.php部署 阅读全文
posted @ 2019-11-14 16:55 limonyun 阅读(958) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页