解决各类php、APP、js开发问题(联系微信:15253379480)

飞翔的鸟插图。
  • php 导出excel title问题

    之前用着的导出代码一直能用,今天突然不能用了,看了半天原来setTitle()传的参数里不能有冒号。

    1 8 月, 2023
  • php跨域header设置

    //设置utf8 header(“Content-Type: text/html; charset=UTF-8…

    1 8 月, 2023
  • mysql查询除某列之外数据

    //取所有列名$columnnamesql=”select COLUMN_NAME from informat…

    1 8 月, 2023
  • 手机js修改页面标题

    var $body = $(‘body’);document.title = that.rule.title;…

    1 8 月, 2023
  • js修改当前网页地址栏

    history.replaceState(null, document.title, ‘要修改的链接’);

    1 8 月, 2023
  • php 根据函数名找到定义位置

    function function_dump($funcname) {try { if(is_array($f…

    1 8 月, 2023
  • thinkphp 表单验证

    $rules = array( array(‘cardnum’, ‘/^[1-9]\d{5}[1-9]\d{3…

    1 8 月, 2023
  • mysql 注入过滤

    //表单过滤public function _safe($str) { $html_string = arra…

    1 8 月, 2023
  • MySQL查询生日是今天的用户

    select * from customer where MONTH(birthday) = MONTH(NO…

    1 8 月, 2023
  • php动态获取腾讯视频mp4地址

    $jsonstr=file_get_contents(‘http://vv.video.qq.com/geti…

    1 8 月, 2023
←上一页
1 2 3
下一页→

解决各类php、APP、js开发问题(联系微信:15253379480)

鲁ICP备2023022525号-1