上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Writer\Xlsx; $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActive 阅读全文
posted @ 2022-04-08 13:52 limonyun 阅读(29) 评论(0) 推荐(0) 编辑
摘要: ::-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 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 语言包 'Rot'=>'你好我是测试%s' 模板使用:{:lang('Rot',[$order_num])} 阅读全文
posted @ 2022-03-29 12:44 limonyun 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(279) 评论(0) 推荐(0) 编辑
摘要: S($name,$value,3600); F($name,value); 阅读全文
posted @ 2022-02-27 22:36 limonyun 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <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 阅读(114) 评论(0) 推荐(0) 编辑
摘要: function base64ThumbImage(elementObj,maxWidth,maxHeight){ if (typeof (FileReader) 'undefined') { alert("抱歉,你的浏览器不支持发送图片,请升级浏览器或切换浏览器再试!"); } else { tr 阅读全文
posted @ 2021-12-14 17:01 limonyun 阅读(447) 评论(0) 推荐(0) 编辑
摘要: <input type="file" accept="image/*" id="demo_input" capture="camera" /> 阅读全文
posted @ 2021-12-13 23:11 limonyun 阅读(318) 评论(0) 推荐(0) 编辑
摘要: select upper(substring(MD5(RAND()),1,20)) 阅读全文
posted @ 2021-10-25 22:10 limonyun 阅读(246) 评论(0) 推荐(0) 编辑
摘要: <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 阅读(647) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页