- 昵称:51助手
- 博龄:6年5个月26天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
网页版思源字体引入
摘要:<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900" />在需要引用的地方font-family: &quo
notepad++官网
摘要:https://notepad-plus-plus.org/ githubhttps://github.com/notepad-plus-plus/notepad-plus-plus/releases
thinkphp6开启多应用模式
摘要:安装框架composer create-project topthink/think tp安装多应用模式扩展composer require topthink/think-multi-app删除 app 目录下的 controller 目录多应用模式部署后,记得删除app目录下的controller目录(系统
禁止js click 点击事件
摘要: .disabled { pointer-events: none; }<span class="disabled ">点击失效</span>
The Process class relies on proc_open, which is not available on your PHP i nstallation.
摘要:删除php禁用函数proc_open 就可以了
flex布局小技巧之让某个子元素靠右或靠左显示
摘要: <!--我是父盒子--> <div class="father_box"> <!--三个子盒子--> <div class="son_box1">普通盒子甲</div>  
php 动态逐行输出
摘要:<?php //设置最长执行时间为5分钟 set_time_limit(300); //在循环输出前,要关闭输出缓冲区 ob_end_clean(); for($i=0; $i<100000; $i++){ echo $i.&qu
云盘插件utf8上传中文文件失败修改记录
摘要:\source\plugin\bphp_cloud\upload.inc.php 注事掉这$fileName = diconv($fileName,'utf-8','gb2312'); \source\plugin\bphp_cloud\ac