上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 34 下一页
摘要: 在使用swiper插件的时候,常常因为异步加载数据产生的顺序问题而使插件不能正常实行,所以可以使用vue的updated来解决。 问:什么时候 进updated方法? 答:只有事先设置好的data变量如下arrData改变并且要在页面重新渲染{{ arrData }}完成之后,才会进updated方 阅读全文
posted @ 2019-10-07 10:45 1O(∩_∩)O1 阅读(624) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/weixin_37616043/article/details/87721181 https://blog.csdn.net/stpeace/article/details/93971764 用这个到处的,就必须用上面定义的方法导入,否则会出问题的 阅读全文
posted @ 2019-10-06 14:19 1O(∩_∩)O1 阅读(309) 评论(0) 推荐(0)
摘要: 来源:https://www.cnblogs.com/CandyManPing/p/9384104.html 阅读全文
posted @ 2019-09-27 11:27 1O(∩_∩)O1 阅读(112) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/morninghapppy/article/details/79044026 案例:https://blog.csdn.net/zhihua_w/article/details/79388297?utm_source=copy php 案例:http 阅读全文
posted @ 2019-09-26 16:07 1O(∩_∩)O1 阅读(2555) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/qq_32331073/article/details/81945134#_10 index指令的作用 在前后端分离的基础上,通过Nginx配置,指定网站初始页。 该指令拥有默认值,index index.html ,即,如果没有给出index,默认 阅读全文
posted @ 2019-09-26 13:22 1O(∩_∩)O1 阅读(1827) 评论(0) 推荐(0)
摘要: password_hash() 函数 password_hash() 函数用于创建密码的散列(hash) PASSWORD_DEFAULT - 使用 bcrypt 算法 (PHP 5.5.0 默认)。 注意,该常量会随着 PHP 加入更新更高强度的算法而改变。 所以,使用此常量生成结果的长度将在未来 阅读全文
posted @ 2019-09-26 10:01 1O(∩_∩)O1 阅读(1710) 评论(0) 推荐(0)
摘要: 如果你仅仅是想知道session保存的文件在哪里,你可以在你的PHP文件当中运行函数:session_save_path之后查看运行结果即可知道session文件的存放目录。 或者: 在php-ini的1584行的位置可以看到session.save_path=D:\phpStudy\tmp\tmp 阅读全文
posted @ 2019-09-25 15:15 1O(∩_∩)O1 阅读(1227) 评论(0) 推荐(0)
摘要: 1.http_response_code — 获取/设置响应的 HTTP 状态码向服务器发送成功状态码:http_response_code(200); 返回值如果提供了response_code,将返回先前的状态码。 如果未提供response_code,会返回当前的状态码。 在 Web 服务器环 阅读全文
posted @ 2019-09-25 11:31 1O(∩_∩)O1 阅读(1331) 评论(0) 推荐(0)
摘要: 来源:https://www.cnblogs.com/swing07/p/10065162.html php -S 0.0.0.0 9999 手册详细介绍 : http://www.php.net/manual/zh/features.commandline.webserver.php 适合本地开发 阅读全文
posted @ 2019-09-23 16:30 1O(∩_∩)O1 阅读(1184) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/5c4bde800762 阅读全文
posted @ 2019-09-22 23:45 1O(∩_∩)O1 阅读(121) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 34 下一页