V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  gouchaoer  ›  全部回复第 7 页 / 共 61 页
回复总数  1205
1 ... 3  4  5  6  7  8  9  10  11  12 ... 61  
2018-11-07 13:24:06 +08:00
回复了 cnbattle 创建的主题 PHP 公司要上 yar ,用过 yar 的没?有没有大坑
没必要。。。那点性能和 codeignitor 差不了多少,因为都是 fpm 机制
真追求性能上 swoft,然后这个大部分人 hold 不住
2018-10-26 10:43:35 +08:00
回复了 wwwaaa 创建的主题 问与答 好难过啊,生而为人,为什么不能善良一点呢?
对自己宽容一点,别太在意别人的看法
2018-10-22 10:48:29 +08:00
回复了 gouchaoer 创建的主题 PHP PHP 的 zend 几个核心开发在找下家
The Future of the Zend Engine and the Zend Framework
In the past 20 years, I've been at the forefront of the development of the Zend Engine - the 'kernel' of PHP - both personally and via my team. We led many of the key advancements in the language runtime, including most recently the development of the updated brain that made the wonder that is PHP 7 - and many other things over the years. We're very proud of these contributions, and I believe they had a critical impact in both the rapid proliferation of PHP in the past - and for keeping it competitive in recent years. Other folks in my team have led the development of other prominent components in the PHP ecosystem - namely Zend Framework, Apigility and Zend Expressive - which too are being used by hundreds of thousands of companies.

In the last three years - after Zend was acquired - we continued to do this work under the umbrella of Rogue Wave software, for which I'm very thankful. However, Rogue Wave has recently taken a strategic decision to focus its efforts on the Zend Server part of the Zend portfolio. Consequently, I'm announcing that my team and I - including Dmitry Stogov, Matthew Weier O'Phinney and Enrico Zimuel will be leaving the company and looking for new opportunities. This isn't going to happen immediately, but the decision has been taken.

As all of us still care very much both about PHP as well as the Zend Framework ecosystem, one of the options we're evaluating is finding a new home for these contributions, to keep both our planned contributions to PHP 8 and beyond on track, and the ongoing development of ZF and Zend Expressive thriving. One of the reasons for this announcement - which is coming well ahead of our actual departure date - is to explore this possibility.

If you work for a company that you believe be interested in supporting such an effort, I'd love to hear from you at [email protected].
2018-10-18 09:47:51 +08:00
回复了 JasonTsang 创建的主题 PHP 一个 Yii2 的问题 请教
vendor 目录下的东西不能手动改的
要加载自己的类在 composer.json 里面弄好 psr-4 加载路径
2018-09-19 13:08:47 +08:00
回复了 43QYK2JU 创建的主题 职场话题 住在公司一年多,一些细节和感想
@43QYK2JU 你这么睡的时候怎么处理光线问题和防虫问题呢,类似《摇曳露营》那样打个帐篷啥的?
2018-09-19 01:54:08 +08:00
回复了 yurun 创建的主题 PHP GuzzleSwoole v1.1.0,让 Guzzle 完美兼容 Swoole 协程
2018-09-19 01:50:50 +08:00
回复了 yurun 创建的主题 PHP GuzzleSwoole v1.1.0,让 Guzzle 完美兼容 Swoole 协程
等等,这个机制会去修改 vendor 下的源码?这么做太脏了吧
2018-09-19 01:49:08 +08:00
回复了 yurun 创建的主题 PHP GuzzleSwoole v1.1.0,让 Guzzle 完美兼容 Swoole 协程
支持,和 saber 比看鹿死谁手
2018-09-19 01:36:21 +08:00
回复了 43QYK2JU 创建的主题 职场话题 住在公司一年多,一些细节和感想
google 之类的厂不允许员工睡公司是因为怕背上压榨员工加班放弃私生活的锅吧,我记得有 google 的哥们直接把房车开过去直接房车睡的
2018-09-19 01:34:44 +08:00
回复了 43QYK2JU 创建的主题 职场话题 住在公司一年多,一些细节和感想
这个解决方案不错,这楼里很多人就是被保守迂腐的观念框住了的人,一旦有人采取一些新的不同的解决方案,他们就会不舒服觉得你这样不对那样不对,don't care

顺便,米家的人体移动感应怎么和空调联动的呢?
2018-08-17 01:49:12 +08:00
回复了 gouchaoer 创建的主题 Java hive 里面的字段全部用 string 是否有坑?
@lucyatwex 没啥问题。。。话说推荐上 tidb 吧,更省心。。。hive 啥都有些查询出了错你不知道咋回事,tidb 出了问题找 pingcap
2018-06-28 10:41:40 +08:00
回复了 sagaxu 创建的主题 职场话题 最近培训班包装出来找工作的有点多
@ylsc633 对 php 底层有一点了解或者对后端积累比较多的都可以说出这个复杂度,我反而认为这是很好的甄选方法
2018-06-22 10:45:43 +08:00
回复了 gouchaoer2 创建的主题 PHP PHP 的类属性强类型要来了
@sunmonster 其实 async/await 以及 promise/yield 并不是一个好的解决阻塞的方案,和回调一样有 callback hell 问题,因为会有调用栈传染,最后搞得很复杂。。。你说的这个 rfc 里面可以找到: https://wiki.php.net/rfc/fiber,但是这个很鸡肋,zanphp/php-msf 等框架就是代表,很难很复杂。。。现在 swoole 有像 golang 那样的全协程了,php 在这里发是领先的: https://github.com/swoole/swoole-src/blob/master/examples/coroutine/coro_nested.php
2018-06-22 10:40:36 +08:00
回复了 gouchaoer2 创建的主题 PHP PHP 的类属性强类型要来了
变量强类型估计不会做,因为做了这个 php 就不再是脚本语言了,韩天峰在尝试搞强类型的 php 也就是 typephp,老实说我比较怀疑这个的应用场景
2018-06-22 10:38:23 +08:00
回复了 gouchaoer2 创建的主题 PHP PHP 的类属性强类型要来了
@sagaxu 恕我直言,这是不太可能的。。。因为 php 照顾的肯定是 fpm 生态,而 fpm 生态里面 gc 已经够用了,而 jit 很难提高太多性能了,至于泛型那更是不需要的,多线程本来就有
2018-06-21 16:05:49 +08:00
回复了 wyj2046 创建的主题 酷工作 『贝壳找房(链家)社招』计算机视觉算法⼯程师(25-40K)
鸟哥的团队吧,CV 这行不好混
2018-06-21 15:56:48 +08:00
回复了 cygmris 创建的主题 求职 寻找远程工作,懂的比较杂,希望老板们有看中需要的地方..
楼里某些人要 block 就直接 block 就好了,你都 block 了我了还跑来回复我然后 at 我,这是啥心态?

没有这些破解的人你手机 root 都玩不了,某些人就知道人云亦云,不用大脑思考,连最基本的平衡都不懂
2018-06-21 13:36:46 +08:00
回复了 cygmris 创建的主题 求职 寻找远程工作,懂的比较杂,希望老板们有看中需要的地方..
@choury 说得跟你没用过盗版一样
1 ... 3  4  5  6  7  8  9  10  11  12 ... 61  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2863 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 30ms · UTC 11:32 · PVG 19:32 · LAX 04:32 · JFK 07:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.