上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 54 下一页
摘要: 参考链接:http://www.cnblogs.com/firstForEver/p/5803940.html 自己封装的一个类: 阅读全文
posted @ 2017-01-19 15:30 cogitoergosum 阅读(236) 评论(0) 推荐(0)
摘要: 当在函数里通过require_once包含另外php文件。 而另外php文件包含了另外php文件,而该php文件的函数需要另外的php文件。 例子: installment_maintenance_submit.php文件里downloadZip函数在内部包含了rebootTipsFunc.php 阅读全文
posted @ 2017-01-18 18:27 cogitoergosum 阅读(376) 评论(0) 推荐(0)
摘要: 参考网址: https://segmentfault.com/a/1190000006154011 返回失败时,通过 json_last_error可以获取其json解析失败的原因。 阅读全文
posted @ 2017-01-16 14:36 cogitoergosum 阅读(2698) 评论(0) 推荐(0)
摘要: 参考网址:http://www.phpcomposer.com https://packagist.org 1、linux 安装Composer curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/l 阅读全文
posted @ 2017-01-15 18:23 cogitoergosum 阅读(211) 评论(0) 推荐(0)
摘要: 参考链接: https://segmentfault.com/q/1010000000721799 通过curl方式获取压缩包名: 2、curl -O -d "key=val" url 这样返回的内容就保存为同名文件了。 阅读全文
posted @ 2017-01-13 13:55 cogitoergosum 阅读(324) 评论(0) 推荐(0)
摘要: 参考链接: https://imququ.com/post/four-ways-to-post-data-in-http.html http://blog.csdn.net/leyangjun/article/details/38726049 Content-Type 主要有4种 表单有两种: ap 阅读全文
posted @ 2017-01-10 22:34 cogitoergosum 阅读(2923) 评论(0) 推荐(0)
摘要: 1、由于没有组件化,通过添加class或删除class时,不能刷新。 更换背景图片的url的class可以通过增删class实现切换 2、iframe的作用: 一、实现当前页面的css、link、script路径不受父类的影响,完全为独立的 3、js 二维数组的建立。 var typeToData 阅读全文
posted @ 2016-12-27 17:37 cogitoergosum 阅读(233) 评论(0) 推荐(0)
摘要: 参考链接: http://www.cnblogs.com/shytong/p/5005704.html 由于是回调函数,事先就需要先把数据储存在event上,否则只能用全局变量做为参数传递,建议用bind方式 阅读全文
posted @ 2016-12-23 11:22 cogitoergosum 阅读(8043) 评论(0) 推荐(0)
摘要: 课时 《面向对象工具[1]》。 语法: __autoload、 __call、__tostring、__clone 1、 autoload 自动引用类、不用包含类,call屏蔽调用类方法不存在的错误,clone 是复制clone 对象的所有内容,但clone之后,是不同的对象 2、php反射含义: 阅读全文
posted @ 2016-12-18 12:03 cogitoergosum 阅读(716) 评论(0) 推荐(0)
摘要: 参考文章: http://blog.csdn.net/rl529014/article/details/51336161 http://blog.csdn.net/lin_fs/article/details/7804494 http://blog.csdn.net/querdaizhi/artic 阅读全文
posted @ 2016-12-03 15:36 cogitoergosum 阅读(5437) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 54 下一页