会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BUFEETU
雪压枝头低,虽低不着泥。一朝红日出,依旧与天齐。
首页
新随笔
管理
[置顶]
github命令
摘要: 配置文件 查看配置 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
阅读(408)
评论(0)
推荐(0)
2021年3月2日
php导出excel
摘要: 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
阅读(88)
评论(0)
推荐(0)
2020年11月28日
禁止input 自动弹出智能密码提示
摘要: 加一行 <input type='password' autocomplete="new-password" style="background-color: #FFFFFF!important;display: none;" readonly onfocus="this.removeAttribu
阅读全文
posted @ 2020-11-28 11:19 bufeetu
阅读(1207)
评论(0)
推荐(0)
2020年11月23日
php安装seaslog扩展
摘要: 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
阅读(387)
评论(0)
推荐(0)
2020年11月13日
自定义弹窗
摘要: 按钮 { field: 'buttons', width: "120px", title: __('按钮组'), table: table, events: Table.api.events.operate, buttons: [ { name: 'fahuo', text: __('发货'), t
阅读全文
posted @ 2020-11-13 11:40 bufeetu
阅读(166)
评论(0)
推荐(0)
2020年11月3日
PHP微信支付对接
摘要: 微信支付 原生微信支付 下载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
阅读(201)
评论(0)
推荐(0)
下一页
公告
返回顶端