V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  heybuddy  ›  全部回复第 2 页 / 共 8 页
回复总数  141
1  2  3  4  5  6  7  8  
2021-07-19 17:03:37 +08:00
回复了 sylancool 创建的主题 宽带症候群 寻找重庆移动家庭宽带打开京东页面 403 的有缘人
反馈一个 bug ( or feature?),狗东 app 启动时都会先跳到一个营销页面,要退出重新打开 app 才能正常跳到首页
2021-01-28 16:07:39 +08:00
回复了 wfdaj 创建的主题 PHP 求推荐适合菜鸟的轻量级 PHP 框架 😅
tp5 还可以啊,部署的问题在 tp5 文档的评论区看看,可能会有答案(评论区时有时无)
2021-01-28 12:00:07 +08:00
回复了 awanganddong 创建的主题 PHP 生产者和消费者如何解耦
场景不复杂的话队列 redis 就够了,微信耗时那里可以考虑用 guzzlehttp 开并发请求的
2020-11-30 17:25:45 +08:00
回复了 CodingNET 创建的主题 Coding GitHub 访问不顺怎么办?在线等,急
php 使用 coding 的持续构建的时候,出现了两个问题:
1.composer 提示不能用 root 用户。
2.提示某些 php 扩展没有。

请问有啥好的解决办法吗?

日志如下:

```
+ composer install --no-plugins --no-scripts
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for endroid/qr-code 3.9.1 -> satisfiable by endroid/qr-code[3.9.1].
- endroid/qr-code 3.9.1 requires ext-gd * -> the requested PHP extension gd is missing from your system.
Problem 2
- Installation request for overtrue/http 1.1.3 -> satisfiable by overtrue/http[1.1.3].
- overtrue/http 1.1.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.
Problem 3
- Installation request for phpoffice/phpspreadsheet 1.14.1 -> satisfiable by phpoffice/phpspreadsheet[1.14.1].
- phpoffice/phpspreadsheet 1.14.1 requires ext-gd * -> the requested PHP extension gd is missing from your system.
Problem 4
- Installation request for topthink/think-image v1.0.7 -> satisfiable by topthink/think-image[v1.0.7].
- topthink/think-image v1.0.7 requires ext-gd * -> the requested PHP extension gd is missing from your system.
Problem 5
- overtrue/http 1.1.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.
- mingyoung/dingtalk 2.3.1 requires overtrue/http 1.1.3 -> satisfiable by overtrue/http[1.1.3].
- Installation request for mingyoung/dingtalk 2.3.1 -> satisfiable by mingyoung/dingtalk[2.3.1].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/7.3/cli/php.ini
- /etc/php/7.3/cli/conf.d/10-opcache.ini
- /etc/php/7.3/cli/conf.d/10-pdo.ini
- /etc/php/7.3/cli/conf.d/15-xml.ini
- /etc/php/7.3/cli/conf.d/20-calendar.ini
```
2020-11-24 20:40:04 +08:00
回复了 treelion 创建的主题 问与答 有办法依照关键字订阅豆瓣小组的帖子吗?
我做了一个自己用的玩具,同时在一个小程序里也用到了,但是小程序里只给订阅了一个朋友的豆瓣小组,原理嘛就是定时轮询小组帖子列表的 api,做关键字匹配。。。
2020-10-30 12:00:12 +08:00
回复了 wandehul 创建的主题 装修 一人一句装修的经验或者坑
不要找亲戚搞装修!
2020-10-26 15:23:24 +08:00
回复了 jamfer 创建的主题 推广 回馈 V2,送一把樱桃红轴的 71 键双模机械键盘
姐妹冲啊!
2020-09-25 17:42:38 +08:00
回复了 Harald 创建的主题 云计算 良心云的轻量 128 一年,老用户也能参与
@finab 似乎你的这个后缀不能备案,看看 http://xn--eqrt2g.xn--vuq861b/ 里面
2020-09-24 17:24:42 +08:00
回复了 Harald 创建的主题 云计算 良心云的轻量 128 一年,老用户也能参与
2020-09-23 17:29:47 +08:00
回复了 mashaofeixxx 创建的主题 推广 NUC 黑果套餐 国庆专车 福利帖
分子来了
v 站的一个哥们(忘记名字了)写的 Crocodile 还不错啊
2020-09-02 15:11:38 +08:00
回复了 pinews 创建的主题 PHP 小白请教 redis 一小问题
```
<?php
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);
$redis->hSet("tutorial-name", "a", "1");
$redis->hSet("tutorial-name", "b", "2");

$data = $redis->hGetAll("tutorial-name");
print_r($data);
```
output:
```
Array
(
[a] => 1
[b] => 2
)
```
说句题外话,以后考 gwy 的话,如果岗位有专业要求,即使打码技术再厉害也是不能考的
2020-04-08 14:49:11 +08:00
回复了 easychen 创建的主题 分享创造 《程序员如何优雅地挣零花钱》出书了,还是开源的
大佬是 server 酱的开发者,资持
2020-04-06 21:34:57 +08:00
回复了 huisezhiwei 创建的主题 问与答 求助:有免费额度的消息推送服务
钉钉机器人🤖
2020-03-31 10:45:29 +08:00
回复了 CismonX 创建的主题 PHP ext-collections: 优雅地操作 PHP 数组
laravel 和 tp 都 tp 都有操作集合
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3287 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 45ms · UTC 13:54 · PVG 21:54 · LAX 06:54 · JFK 09:54
Developed with CodeLauncher
♥ Do have faith in what you're doing.