上一页 1 2 3 4 5 6 ··· 19 下一页
该文被密码保护。 阅读全文
posted @ 2022-12-04 15:27 画画520 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 在框架中,常常会出现一种状况,当session失效之后再次操作时,会发现登录页面(或者你要操作的页面)突然见就显示在了iframe中,这是很不好的体验。 出现的效果大致像这样: 出现了这种状况,我们常常希望的是——当session失效之后再次操作时进入登录页面,而且该登录页面是在iframe的父级页 阅读全文
posted @ 2022-11-29 00:24 画画520 阅读(203) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="zh"> <head> <meta charset="utf-8"> <title>JQuery信息提示框插件 jquery.toast.js 的使用</title> <link href="https://cdn.bootcss.com/jq 阅读全文
posted @ 2022-11-11 00:26 画画520 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 近日选用phpstudy nginx 测试本地项目,thinkphp5.1 url('index/login/login')生成路径访问时不包含index.php,结果报404错误。 必须index.php/login/login这样访问 很丑 在对应的nginx 的域名配置文件中添加如下代码 if 阅读全文
posted @ 2022-11-07 01:24 画画520 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 前提: (1).在body中设置font-size:16px 1、使用rem的前提是首先要设置好页面的根节点的大小: <script> (function(){ var html = document.documentElement; var hWidth = html.getBoundingCli 阅读全文
posted @ 2022-11-04 01:11 画画520 阅读(390) 评论(0) 推荐(0) 编辑
摘要: https://www.jq22.com/jquery-info18718 jQuery实现的各种不同样式弹出框(DialogByZ) https://blog.csdn.net/weixin_39024251/article/details/80989761 无刷新上传组件:pluploadhtt 阅读全文
posted @ 2022-11-03 21:01 画画520 阅读(67) 评论(0) 推荐(0) 编辑
摘要: PSR 是由 PHP FIG 组织制定的 PHP 规范,是 PHP 开发的实践标准。 https://learnku.com/docs/psr 阅读全文
posted @ 2022-11-02 21:58 画画520 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.thinkcmf.com/ https://www.thinkcmf.com/docs/cmf6/#/ https://ext.dcloud.net.cn/plugin?id=3808 阅读全文
posted @ 2022-08-08 15:20 画画520 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-08-03 15:56 画画520 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <script> (function() { if (typeof WeixinJSBridge == "object" && typeof WeixinJSBridge.invoke == "function") { handleFontSize(); } else { if (document. 阅读全文
posted @ 2022-08-01 23:32 画画520 阅读(78) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页