会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
糖糖Y
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
10
下一页
2021年3月10日
git无法pull仓库refusing to merge unrelated histories
摘要: git无法pull仓库refusing to merge unrelated histories 如果合并了两个不同的开始提交的仓库,在新的 git 会发现这两个仓库可能不是同一个,为了防止开发者上传错误,于是就给下面的提示:fatal: refusing to merge unrelated hi
阅读全文
posted @ 2021-03-10 15:09 糖糖Y
阅读(54)
评论(0)
推荐(0)
2021年3月5日
echarts动态刷新数据不能清空之前数据的问题
摘要: 在myChart.setOption(option);之前使用myChart.clear();这个方法可以解决问题
阅读全文
posted @ 2021-03-05 10:51 糖糖Y
阅读(1106)
评论(0)
推荐(0)
2021年3月3日
layui 动态增加form表单搜索条件 搜索结果折柱混合图形显示
摘要: 1、from表单搜索条件可动态加减; 2、搜索结果折柱混合图形显示 代码示例: 1 @extends('Admin.common.title') 2 @section('content') 3 <div class="layui-body-in"> 4 <fieldset class="layui-
阅读全文
posted @ 2021-03-03 10:49 糖糖Y
阅读(386)
评论(0)
推荐(0)
layui使用layui-excel扩展导出xlsx格式文件
摘要: layui-excel扩展导出的文件可用office打开,正常显示;直接用table带的导出功能,导出的文件用office打开显示乱码。 layui-excel扩展下载地址:https://fly.layui.com/extend/excel/ 1 @extends('Admin.common.ti
阅读全文
posted @ 2021-03-03 10:29 糖糖Y
阅读(2126)
评论(0)
推荐(0)
2020年12月18日
微信小程序 live-player error: insertLivePlayer:fail:access denied
摘要: 微信小程序live-player报错:insertLivePlayer:fail:access denied原因:微信小程序原生组件没有开通
阅读全文
posted @ 2020-12-18 10:29 糖糖Y
阅读(1767)
评论(1)
推荐(0)
2020年12月4日
微信小程序form按钮失效
摘要: wxml <view> <form bindsubmit="formSubmit" bindreset="formReset"> <view class="itemContainer"> <view class="iconAndText"> <image class="icons" src="../
阅读全文
posted @ 2020-12-04 13:51 糖糖Y
阅读(855)
评论(0)
推荐(0)
2020年12月1日
微信小程序 CheckBox选中状态判断
摘要: index.wxml <view class="term"> <view> <checkbox-group bindchange="checkboxChange"> <view class="weui-cell__hd"> <checkbox value="1" color="#fe0000" cl
阅读全文
posted @ 2020-12-01 10:19 糖糖Y
阅读(5612)
评论(0)
推荐(1)
laravel 5.4 报错SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode'
摘要: 查看Laravel的配置文件,config/database.php,查找mysql的配置 将strict的值改为false
阅读全文
posted @ 2020-12-01 10:10 糖糖Y
阅读(583)
评论(0)
推荐(0)
PHP 获取毫秒时间戳
摘要: 1 //返回当前的毫秒时间戳 2 function msectime(){ 3 return floor(microtime(true)*1000); 4 }
阅读全文
posted @ 2020-12-01 10:07 糖糖Y
阅读(125)
评论(0)
推荐(0)
2020年11月23日
微信小程序textarea组件字数限制
摘要:
阅读全文
posted @ 2020-11-23 15:33 糖糖Y
阅读(438)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
10
下一页
公告