
测试curl 中遇到的错误
// 创建一个指向一个不存在的位置的cURL句柄 $ch = curl_init('http://mctool.wangmingchang.com/api/tool/email'); curl_setopt($ch, CURLOPT_RET...
// 创建一个指向一个不存在的位置的cURL句柄 $ch = curl_init('http://mctool.wangmingchang.com/api/tool/email'); curl_setopt($ch, CURLOPT_RET...
<wxs module="m1"> var foo = "'hello world' from tools.wxs"; var bar = function (d) { return d; } module.exports = ...
console.log(['x', 'a'].indexOf('a')); // 1 console.log('dbac'.indexOf('aa')); // -1
$data = Db::name(‘user’)->field(‘*,FROM_UNIXTIME(create_time, “%Y-%m-%d %H:%i:%s”) AS dat’)->where([‘status’=>1...
text/html html htm shtml; text/css css; text/xml xml; image/gif gif; image/jpeg jpeg jpg; application/javascript js; app...
第一次进入 onload监听页面加载 onshow监听页面显示 onReady监听页面初次渲染完成 切换tabbar onhide监听页面隐藏 再切回来 onshow监听页面显示
https://api.aliyun.com/#/
学习组件,看着两个组件就完事啦 https://segmentfault.com/a/1190000016245946 组件传参
thorui组件库 极简登录注册
需求 在项目里写过几个canvas生成分享海报页面后,觉得这是个重复且冗余的工作.于是就想有没有能通过类似json直接生成海报的库. 然后就在github找到到两个项目: wxa-plugin-canvas,不太喜欢配置文件的写法.就没多去...