- 昵称:51助手
 - 博龄:6年11个月28天
 - 粉丝:122
 - 关注:108
 - +关注
 
搜索
文章分类
博客档案
discuz编辑器调用
摘要:<div class="tedt" style="width: 400px;" > <div class="bar"> {eval $seditor = array('is
			2021-06-07 01:27:30
			51助手
			阅读(239)
			评论(0)
					
	php开启所有报错提示
摘要:ini_set("display_errors", "On"); error_reporting(E_ALL | E_STRICT);如果具备修改 php.ini 权限的话,如下即可:# 开发错误提示 display_errors = Off 修
			2021-06-06 21:47:54
			51助手
			阅读(248)
			评论(0)
					
	jquery 获取select option属性
摘要:例:获取选择的option 的level属性<select class="parent"> <option value="0" level="0">顶级分类</option> <option value=&qu
			2021-06-06 20:57:34
			51助手
			阅读(285)
			评论(0)
					
	script type="text/template用的法
摘要:例:弹窗内容需要显示指定的html时,可以用 script 标签 type="text/template" 属性被包含的代码不会显示,当需获取html代码时使用 $('#box').html()获取<script type="text/template" id=&
			2021-06-06 18:03:39
			51助手
			阅读(293)
			评论(0)
					
	Table 'common_syscache' is marked as crashed and should be repaired
摘要:discuz报错 Table 'common_syscache' is marked as crashed and should be repaired解决方法,打开phpmyadmin, 找到对应的 common_syscache 表,点击浏览,往下拉 点击优化表即可
			2021-06-03 22:23:43
			51助手
			阅读(366)
			评论(0)