摘要: 配置文件 查看配置 git config --list git config --list --global 新增配置 git config --global user.name "bufeetu" git config --global user.email "bufeetu" 删除配置 git 阅读全文
posted @ 2020-10-18 17:12 bufeetu 阅读(329) 评论(0) 推荐(0) 编辑
摘要: public function excelExporNameList(){ // https://www.cnblogs.com/windyet/articles/9711044.html // /manage/BlgTb/test/number/2123/record_id/[1]/app_id/ 阅读全文
posted @ 2021-03-02 15:04 bufeetu 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 加一行 <input type='password' autocomplete="new-password" style="background-color: #FFFFFF!important;display: none;" readonly onfocus="this.removeAttribu 阅读全文
posted @ 2020-11-28 11:19 bufeetu 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: Windows部分: https://pecl.php.net/package/SeasLog/1.6.9/windows 根据PHP版本 是否线程安全 进行选择 这些都可以在phpinfo里查得到 下载之后 把里面的php_seaslog.dll拷贝到PHP的安装目录下的ext里 然后打开php. 阅读全文
posted @ 2020-11-23 15:43 bufeetu 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 按钮 { field: 'buttons', width: "120px", title: __('按钮组'), table: table, events: Table.api.events.operate, buttons: [ { name: 'fahuo', text: __('发货'), t 阅读全文
posted @ 2020-11-13 11:40 bufeetu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 微信支付 原生微信支付 下载sdk https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=11_1 在Wxpay.Config.php配置支付信息 GetAppId GetMerchantId GetNotifyUrl(注意,回调链接要在 阅读全文
posted @ 2020-11-03 15:38 bufeetu 阅读(184) 评论(0) 推荐(0) 编辑
返回顶端