会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
limonyun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2022年4月8日
lavarel 导出excel
摘要: use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Writer\Xlsx; $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActive
阅读全文
posted @ 2022-04-08 13:52 limonyun
阅读(32)
评论(0)
推荐(0)
编辑
2022年4月4日
修改滚动条样式,加粗滚动条
摘要: ::-webkit-scrollbar{ /*滚动条基本样式,高度*/ width:10px;height:10px;}::-webkit-scrollbar-thumb {/*滚动条上层颜色*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5
阅读全文
posted @ 2022-04-04 10:26 limonyun
阅读(831)
评论(0)
推荐(0)
编辑
2022年3月29日
thinkphp5多语言传变量方法
摘要: 语言包 'Rot'=>'你好我是测试%s' 模板使用:{:lang('Rot',[$order_num])}
阅读全文
posted @ 2022-03-29 12:44 limonyun
阅读(121)
评论(0)
推荐(0)
编辑
2022年2月27日
thinkphp5新增后台入口文件
摘要: 1、禁用admin模块,新建admin.php 2、编辑 <?php // 定义应用目录 header("Content-type: text/html; charset=utf-8"); //开启session session_start(); define('APP_PATH', __DIR__
阅读全文
posted @ 2022-02-27 23:01 limonyun
阅读(316)
评论(0)
推荐(0)
编辑
thinkphp3使用缓存
摘要: S($name,$value,3600); F($name,value);
阅读全文
posted @ 2022-02-27 22:36 limonyun
阅读(64)
评论(0)
推荐(0)
编辑
2021年12月19日
clipboard复制隐藏域
摘要: <div style="text-align: center;font-size: 0.213333rem;" class="btn" link-url="http://www.baidu.com">点我复制分享链接</div> <script type="text/javascript"> win
阅读全文
posted @ 2021-12-19 14:59 limonyun
阅读(118)
评论(0)
推荐(0)
编辑
2021年12月14日
h5压缩图片并生成base64
摘要: function base64ThumbImage(elementObj,maxWidth,maxHeight){ if (typeof (FileReader) 'undefined') { alert("抱歉,你的浏览器不支持发送图片,请升级浏览器或切换浏览器再试!"); } else { tr
阅读全文
posted @ 2021-12-14 17:01 limonyun
阅读(475)
评论(0)
推荐(0)
编辑
2021年12月13日
h5只调用摄像头不调用相册
摘要: <input type="file" accept="image/*" id="demo_input" capture="camera" />
阅读全文
posted @ 2021-12-13 23:11 limonyun
阅读(347)
评论(0)
推荐(0)
编辑
2021年10月25日
mysql生成随机字符串
摘要: select upper(substring(MD5(RAND()),1,20))
阅读全文
posted @ 2021-10-25 22:10 limonyun
阅读(257)
评论(0)
推荐(0)
编辑
2021年6月30日
使用 FormData 进行 Ajax 请求并上传文件
摘要: <form id="uploadForm"> <p>上传文件:<input type="file" name="file" /></p> <input type="button" value="上传" onclick="upload()" /> </form> function upload() {
阅读全文
posted @ 2021-06-30 15:51 limonyun
阅读(650)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
9
下一页