PHP

PHP

最新博文

  • fastadmin 微信浏览器打开出现 Fatal error: Uncaught think\exception\ErrorException: Undefined offset: 1 in /ww

    ``` 微信浏览器打开出现 Fatal error: Uncaught thinkexceptionErrorException: Undefined offset: 1 in /www/wwwroot/sd.cn/application/common/view/tpl/think_exception.tpl:22 Stack trace: #0 /www/wwwroot/sd.cn/application/common/view/tpl/think_exception.tpl(22): thinkE

    admin2024-01-02PHP

    阅读更多
  • thinkphp分页查询,点击分页查询条件调入下一页

    您的问题是关于ThinkPHP分页查询,点击分页查询条件调入下一页。为了实现这个功能,您需要使用ThinkPHP的分页类。以下是一个简单的示例来说明如何实现分页查询。 首先,您需要在控制器中创建一个方法来处理分页查询。在这个方法中,您将获取查询条件,设置分页参数,并将结果传递给视图。以下是一个示例: ```php

    admin2023-05-23PHP

    阅读更多
  • PHP中判断字符串是否含有中文

    PHPPHP中判断字符串是否含有中文

    ## 判断全是中文 > 方法一 ``` $str = '吾爱编程'; if (preg_match_all("/^([\x81-\xfe][\x40-\xfe])+$/", $str, $match)) { echo '全部是中文'; } else { echo '不全是中文'; } ``` > 方法二 ``` $str="'吾爱it编程"; if(!eregi("[^\x80-\xff]","$str")){ echo "全是中文";

    admin2022-08-23PHP

    阅读更多
  • PHP日历

    PHPPHP日历

    PHP日历小案例

    admin2022-04-17PHP

    阅读更多
  • dedecms Allowed memory size of /include/helpers/string.helper.php

    PHPdedecms Allowed memory size of /include/helpers/string.helper.php

    dedecms Allowed memory size of /include/helpers/string.helper.php

    admin2022-04-01PHP

    阅读更多
  • windows下安装PHP扩展Imagick

    ### 1、查看PHP版本信息 > phpinfo() ![](http://image.apidata.vip/blog/article/2022-03-15/164733409391143423.png) ### 2、下载imagemagick程序 **地址** http://windows.php.net/downloads/pecl/deps/ 下载这个区域里面的对应版本.选择最高版本,我需要下载vc15的64位的 ![](http://image.apidat

    admin2022-03-15PHP

    阅读更多
  • 给WordPress主题分类\标签页面增加点赞功能

    首先说明WordPress AJAX 给WordPress主题分类\标签页面增加点赞功能或者是WordPress文章点赞都会给数据库增加表,自WordPress 4.4新增了Term meta,意味着可以像文章点赞一样来实现分类\标签页面增加点赞功能 > wordpress当前把下面的代码加入到 `functions.php`: ``` function wp_term_like( $preifx = null){ global $wp_query; if(!is_tax

    admin2022-02-25PHP

    阅读更多
  • worldpress 主题的 functions.php

    worldpress 主题的 functions.php

    admin2022-02-24PHP

    阅读更多
  • worldpress 模板标签

    worldpress 模板标签

    admin2022-02-24PHP

    阅读更多
  • WordPress 主题模板说明

    > ## 模板文件层次结构 ### 概述 WordPress 使用查询字符串来决定应该使用哪个模板来显示页面。查询字符串是包含在网站每个部分的链接中的信息。它出现在初始问号之后,可能包含许多由&符号分隔的参数。 简而言之,WordPress 向下搜索模板层次结构,直到找到匹配的模板文件。要确定要使用的模板文件,WordPress: 1. 将每个查询字符串与查询类型匹配,来确定用户请求的是哪种类型的页面(例如,搜索页面,类别页面等); 2. 按模板层次结构确定使用哪个模板文件来

    admin2022-02-23PHP

    阅读更多

我的名片

网名:随心

职业:PHP程序员

现居:湖北省-武汉市

Email:704061912@qq.com