上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页
摘要: 来源:https://blog.csdn.net/lemony521/article/details/78322652 参考:https://www.jianshu.com/p/fc053b2d7fd1 php中trait的使用1、php中的trait是啥? 看上去既像类又像接口,其实都不是,Tra 阅读全文
posted @ 2019-09-16 11:13 1O(∩_∩)O1 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 手册:https://doc.phpspider.org/configs-members.html 参考:https://www.jianshu.com/p/01052508ea7c 不多说,代码贴上: 阅读全文
posted @ 2019-09-05 18:48 1O(∩_∩)O1 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 来源:https://segmentfault.com/a/1190000015843072 我们所熟知的面向对象语言如 C++、Java 都有类的的概念,类是实例的类型模板,比如Student表示学生这种类型,而不表示任何具体的某个学生,而实例就是根据这个类型创建的一个具体的对象,比如zhangs 阅读全文
posted @ 2019-09-03 11:20 1O(∩_∩)O1 阅读(2134) 评论(2) 推荐(0) 编辑
摘要: 问题1:mysql索引类型normal,unique,full text的区别是什么? normal:表示普通索引 unique:表示唯一的,不允许重复的索引,如果该字段信息保证不会重复例如身份证号用作索引时,可设置为unique full textl: 表示 全文搜索的索引。 FULLTEXT 用 阅读全文
posted @ 2019-08-30 11:29 1O(∩_∩)O1 阅读(6935) 评论(0) 推荐(0) 编辑
摘要: 本文链接:https://blog.csdn.net/u012790503/article/details/46278521 如上,在构造函数外用函数名定义的属性或者方法,可以也只可以通过函数名来访问,这和C++基本一样。 输出 试图访问非静态变量时 输出 说明访问不了。 再看看this是什么 那么 阅读全文
posted @ 2019-08-20 16:55 1O(∩_∩)O1 阅读(8063) 评论(0) 推荐(0) 编辑
摘要: 参考来源: https://www.cnblogs.com/xiaoleiel/p/8324213.html https://segmentfault.com/q/1010000006782974 https://segmentfault.com/a/1190000014270584 https:/ 阅读全文
posted @ 2019-08-14 15:18 1O(∩_∩)O1 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 参考来源: https://www.php.cn/php-weizijiaocheng-407545.html https://blog.csdn.net/rain_silently/article/details/79390377 https://blog.csdn.net/chenrui310/ 阅读全文
posted @ 2019-08-09 09:47 1O(∩_∩)O1 阅读(2939) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/gczmn/p/9437935.html 阅读全文
posted @ 2019-07-27 15:29 1O(∩_∩)O1 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/lina-xiao/p/8331529.html 阅读全文
posted @ 2019-07-27 15:28 1O(∩_∩)O1 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 不用form表单: 来源:https://www.cnblogs.com/ilovepan/p/10549236.html 不支持$this->request->file()获取图片 后台接收文件请使用$_FILE html: JQUERY: 如果你要现实页面上(还没有上传到服务器,但是谦容性有点问 阅读全文
posted @ 2019-07-26 14:11 1O(∩_∩)O1 阅读(163) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 33 下一页