上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页
摘要: disabled: 禁用; selected:直接选择,选取被选择的 <option> 元素。该选择器不适用于单选按钮或复选框。checked:直接选择,选取所有选中的复选框(checkbox)或单选按钮(radio)。 阅读全文
posted @ 2022-02-19 16:35 79524795 阅读(41) 评论(0) 推荐(0)
摘要: fastadmin插件下载失败, 所有插件无法下载问题: 已经解决,PHP环境切换 7.3一切正常 阅读全文
posted @ 2022-02-16 16:48 79524795 阅读(309) 评论(0) 推荐(0)
摘要: $str = ‘北京欢迎您6666666’; echo preg_replace('/([\x80-\xff]*)/i','',$str); 结果为: 6666666 阅读全文
posted @ 2022-01-21 14:18 79524795 阅读(44) 评论(0) 推荐(0)
摘要: https://www.runoob.com/w3cnote/php-phpmailer.html 阅读全文
posted @ 2022-01-12 00:51 79524795 阅读(19) 评论(0) 推荐(0)
摘要: VUE项目,直接上代码,不需要引入插件!直接复制 上面部分: <div id="copyVal" class="abc" @click="copywxtap" ref="copytext" > {{weidian}} </div> <div class="recharge_fs"> <div cla 阅读全文
posted @ 2022-01-04 02:06 79524795 阅读(130) 评论(0) 推荐(0)
摘要: 直接上代码: header("Content-Type: application/octet-stream"); $quan=$a['jine']; //获取传来的值 $hao = md5($quan); //通过传来的值,生成一个卡号 $mi = substr($hao,2); $mima = m 阅读全文
posted @ 2021-12-31 16:35 79524795 阅读(298) 评论(0) 推荐(0)
摘要: $num = 10.4567; //第一种:利用round()对浮点数进行四舍五入 适用于浮点数 echo round($num,2); //10.46 //第二种:利用sprintf格式化字符串 适用于整数 $format_num = sprintf("%.2f",$num); echo $for 阅读全文
posted @ 2021-12-31 09:18 79524795 阅读(47) 评论(0) 推荐(0)
摘要: 第一步:打开“注册表编辑器”(Win键 + R键 中输入“regedit”回车)。第二步:编缉-查找-输入679F137C,点查找下一个。第三步:每找到这个字符串值就删一个,直到删除干净为止,然后再打开我的电脑,那个图标就不见了。 阅读全文
posted @ 2021-12-20 15:45 79524795 阅读(1613) 评论(0) 推荐(0)
摘要: 前端: <style> div.file{display:inline-block;width:400px;height:400px;line-height:200px;position:relative;overflow:hidden;color:red;font-size:100px;} div 阅读全文
posted @ 2021-12-17 16:03 79524795 阅读(154) 评论(0) 推荐(0)
摘要: 学习laravel的时候 再web.php写 路由的时候 一直404 Route::get('art', function(){ return 'hello laravel 7'; }); 解决方法: 1.在apache conf开启rewrite模块,把下面这句话前面的#去掉。 LoadModul 阅读全文
posted @ 2021-10-20 17:39 79524795 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页