摘要: <!DOCTYPE html> <html lang="zh"> <head> <title>jQuery数据分页显示Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--//导 阅读全文
posted @ 2020-08-17 10:57 祈愿仙帝 阅读(868) 评论(0) 推荐(0) 编辑
摘要: echo $url = $_SERVER["REQUEST_SCHEME"].'://'.$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];die(); 阅读全文
posted @ 2020-08-14 09:27 祈愿仙帝 阅读(178) 评论(0) 推荐(0) 编辑
摘要: echo THINK_VERSION; 阅读全文
posted @ 2020-08-13 18:57 祈愿仙帝 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 资料链接:https://my.oschina.net/u/2394701/blog/2046414?nocache=1537238975252 阅读全文
posted @ 2020-08-13 18:47 祈愿仙帝 阅读(195) 评论(0) 推荐(0) 编辑
摘要: PHP_SESSION_DISABLED 会话是被禁用的。 PHP_SESSION_NONE 会话是启用的,但不存在当前会话。 PHP_SESSION_ACTIVE 会话是启用的,而且存在当前会话。 0 > PHP_SESSION_DISABLED if sessions are disabled. 阅读全文
posted @ 2020-08-12 18:43 祈愿仙帝 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1.安装插件 2.刷新应用插件 选中刷新后自动应用 3.页面显示 以Product Short Description 商品简介插件为例 3.1 配置内容 3.2 内容显示 在模板中找到对应的 .twig 模板文件加入一下内容 ( short_description ) 需要替换成自己插件的 * { 阅读全文
posted @ 2020-08-11 10:08 祈愿仙帝 阅读(376) 评论(0) 推荐(0) 编辑
摘要: $longitude = $info['longitude']; $latitude = $info['latitude']; //通过Googled api 根据经纬度获取当地时间与utc国际时间差 $url = "https://maps.googleapis.com/maps/api/time 阅读全文
posted @ 2020-08-10 18:41 祈愿仙帝 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 原链接:https://www.jianshu.com/p/ed7e75e9c4f4 首先在/system/config/中创建一个新的数据库配置文件,例如user_database.php。在user_database.php配置好数据库相应常量: <?php // Database $_['us 阅读全文
posted @ 2020-08-03 13:44 祈愿仙帝 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 原链接: https://blog.csdn.net/lpwmm/article/details/88927543//工具下载地址https://www.microsoft.com/zh-cn/software-download/windows10 安装过程重启电脑,然后点击相应的按键打开系统引导设 阅读全文
posted @ 2020-07-28 15:07 祈愿仙帝 阅读(197) 评论(0) 推荐(0) 编辑
摘要: filter_var('123456@163.com',FILTER_VALIDATE_EMAIL) 阅读全文
posted @ 2020-07-27 19:14 祈愿仙帝 阅读(442) 评论(0) 推荐(0) 编辑