好好爱自己!

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 179 下一页
摘要: 下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download 阅读全文
posted @ 2021-01-07 16:09 立志做一个好的程序员 阅读(1047) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/detectiveHLH/p/14206712.html 0. 什么是圈复杂度 可能你之前没有听说过这个词,也会好奇这是个什么东西是用来干嘛的,在维基百科上有这样的解释。 Cyclomatic complexity is a software m 阅读全文
posted @ 2021-01-07 14:50 立志做一个好的程序员 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.php.cn/php-ask-429607.html php7需要在php.ini中配置zend.assertions = 1, 或者运行时通过ini_set()配置。 <?php function arraySum(array $nums) { $sum = 0; f 阅读全文
posted @ 2021-01-07 11:08 立志做一个好的程序员 阅读(517) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/fps2tao/p/10393755.html 1. 用途1,获取源代码未知的类的方法: 如class Redis 有哪些方法? <?php $redis = new Redis(); $redis->connect('127.0.0.1', 阅读全文
posted @ 2021-01-07 02:02 立志做一个好的程序员 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.zhihu.com/question/28062458 https://blog.csdn.net/weixin_34219944/article/details/85523662?utm_medium=distribute.pc_relevant_t0.none-t 阅读全文
posted @ 2021-01-06 16:02 立志做一个好的程序员 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 运行结果: <?php //$a = scandir('/tmp/caoym_temp'); //foreach($a as $v) { // if ($v == '.' || $v == '..') { // continue; // } // $cont = file_get_contents( 阅读全文
posted @ 2021-01-05 20:41 立志做一个好的程序员 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 原文: https://zhuanlan.zhihu.com/p/133857206 Composer是一个非常流行的PHP包依赖管理工具,已经取代PEAR包管理器,对于PHP开发者来说掌握Composer是必须的. 对于使用者来说Composer非常的简单,通过简单的一条命令将需要的代码包下载到v 阅读全文
posted @ 2021-01-05 14:37 立志做一个好的程序员 阅读(856) 评论(0) 推荐(0) 编辑
摘要: hex编码, 意义是什么呢? https://stackoverflow.com/questions/39235626/string-does-what-i-hoped-strconv-itoa-would-do strconv.Itoa formats an integer as a decima 阅读全文
posted @ 2021-01-04 14:09 立志做一个好的程序员 阅读(7899) 评论(0) 推荐(0) 编辑
摘要: 原文: http://tommwq.tech/blog/2020/12/23/289 现代软件系统都是采用分层式开发和模块式开发,每一层次的程序都是在更低层次模块的基础上构建的。比如Java程序在读写文件的时候,不会直接操作磁盘硬件,而是使用文件相关的类,这些类又调用操作系统提供的API接口。我们在 阅读全文
posted @ 2020-12-25 20:37 立志做一个好的程序员 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 转,原文:https://www.cnblogs.com/qixidi/p/10414720.html PHP给学习者的感觉是:初学的时候很容易,但是学了2-3年,就深刻感觉遇到了瓶颈,很难深入,放弃又可惜。所谓“鸡肋,食之无味弃之可惜”的感觉很是贴切。 经常会有这种感觉:不学,看似也不后退;学了, 阅读全文
posted @ 2020-12-25 20:33 立志做一个好的程序员 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 179 下一页

不断学习创作,与自己快乐相处