摘要:
1、Linux 安装 $ wget https://github.com/liexusong/php-beast/archive/master.zip $ unzip master.zip $ cd php-beast-master $ phpize $ ./configure $ sudo mak 阅读全文
摘要:
废话不说,直接上万无一失的办法。wxml: <!-- 今日已打卡 --> <button class="btn" open-type="getUserInfo" bindgetuserinfo="getUserInfo" style="margin-top: 40rpx" > {{ isset ? 阅读全文
摘要:
直接上库地址:https://github.com/s249359986/wx-minapp-components 不太好使,。。。 所以还是自己写也挺快的,别想了 阅读全文
摘要:
1、登录腾讯云: https://console.cloud.tencent.com/2、进入短信功能: 3、开始入门 4、创建签名 提交即可。 阅读全文
摘要:
1、交易中心-充值-转入 阅读全文
摘要:
1、设置客户可以直接添加自己,手机端: 我--设置--隐私--加我为联系人时需要验证--关闭 2、设置欢迎语 使用管理员企业微信:工作台--客户联系--配置 --欢迎语 3、企业微信管理小程序 电脑端进入 企业微信后台: 应用管理--添加小程序--授权 即可 阅读全文
摘要:
git强制覆盖: git fetch --all git reset --hard origin/master git pullgit强制覆盖本地命令(单条执行): git fetch --all && git reset --hard origin/master && git pull 阅读全文
摘要:
var ws = new WebSocket(ws_url); ws.onmessage = function(e) { // $("#contents").append("<p>" + e.data + "</p>"); }; function sendMsg() { // var msg = $ 阅读全文
摘要:
html: <div class="marquee"> <div class="marquee_title"> <span>最新战报</span> </div> <div class="marquee_box"> <ul class="marquee_list" :class="{marquee_t 阅读全文
摘要:
1、节流函数单位时间内,只执行一次。 Function tr = throttle((List args){ print(" 6666"); int count = args[0]; int total = args[1]; double radio = count/total; String st 阅读全文