-
php 导出excel title问题
之前用着的导出代码一直能用,今天突然不能用了,看了半天原来setTitle()传的参数里不能有冒号。
-
php跨域header设置
//设置utf8 header(“Content-Type: text/html; charset=UTF-8…
-
mysql查询除某列之外数据
//取所有列名$columnnamesql=”select COLUMN_NAME from informat…
-
手机js修改页面标题
var $body = $(‘body’);document.title = that.rule.title;…
-
js修改当前网页地址栏
history.replaceState(null, document.title, ‘要修改的链接’);
-
php 根据函数名找到定义位置
function function_dump($funcname) {try { if(is_array($f…
-
thinkphp 表单验证
$rules = array( array(‘cardnum’, ‘/^[1-9]\d{5}[1-9]\d{3…
-
mysql 注入过滤
//表单过滤public function _safe($str) { $html_string = arra…
-
MySQL查询生日是今天的用户
select * from customer where MONTH(birthday) = MONTH(NO…
-
php动态获取腾讯视频mp4地址
$jsonstr=file_get_contents(‘http://vv.video.qq.com/geti…
