V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  heybuddy  ›  全部回复第 2 页 / 共 8 页
回复总数  154
1  2  3  4  5  6  7  8  
2022 年 10 月 3 日
回复了 eyeix 创建的主题 分享创造 有人在用 Meilisearch 吗,我做了一个 Meilisearch 的 UI 🥳
借楼问一下,meilisearch 怎么导入自定义分词词典?
2022 年 7 月 20 日
回复了 isSamle 创建的主题 Android 请教下各路大神, Flutter 连接 RabbitMQ 有人搞过吗?
如果是自己的搭的是不是没有开启 rabbitmq 的 ws 插件?那个要手动打开
2022 年 7 月 14 日
回复了 soislom 创建的主题 问与答 rabbitmq 问题请教
还需要把队列绑定到 exchange
2022 年 7 月 6 日
回复了 vevlins 创建的主题 程序员 抽奖赠 3 本《 Python 编程轻松进阶》
分子
2022 年 6 月 11 日
回复了 iugo 创建的主题 云计算 iOS 腾讯云管理工具, 有没有实现, 有没有需求?
- 查看流量的话腾讯云的小程序直接可以看的
- 提醒的话可以用它的接口,配合 https://cloud.tencent.com/document/product/1207/48681 这个接口,写个脚本定时拉区,配合 server 酱|钉钉机器人|bark 就可以实现提醒功能
2022 年 5 月 27 日
回复了 wkingnet 创建的主题 云计算 27 日了,腾讯云说好的 SCF 云函数关停按钮,仍然没有
在云函数的概览的右上角那里有个「更多操作」,里面有个「冻结」,应该就是那个了吧
2022 年 3 月 29 日
回复了 Ashore 创建的主题 程序员 2022 年了, PHP 开发环境有什么推荐
我还是 phpstudy2016 。phpstudy 可以集成新的 php 版本进去的,具体可以搜一下
1
2022 年 2 月 25 日
回复了 heipipi 创建的主题 GitLab 思细级恐啊,我们自己搭的 gitlab 的都被黑了!
自建的 gitlab ,可以先设置阿里云 ip 白名单
2021 年 12 月 13 日
回复了 writesome6 创建的主题 分享创造 go 语言实现一个微信机器人
@writesome6 老哥,用你这个例子跑了一遍,发现 docker 的 wechaty 运行一个小时的样子会内存溢出挂掉,有什么方法可以解决这个问题吗?
2021 年 9 月 14 日
回复了 xiaobaiyihao 创建的主题 程序员 PHP 并发请求有没有更好的方法
guzzle 可以做并发请求的,好像是用协程实现的
2021 年 8 月 5 日
回复了 yougoUp 创建的主题 随想 一人三首歌,回味过往事,
《预言书》 - 张敬轩 /tobey - 专辑《 HINSIDEOUT 张敬轩演唱会 2018 》
《笑忘书》 - 张敬轩 - 专辑《 Hins Live in Passion 张敬轩演唱会 2014 》
《青春常驻》 - 张敬轩 - 专辑《 Hins Live in Passion 张敬轩演唱会 2014 》
反馈一个 bug ( or feature?),狗东 app 启动时都会先跳到一个营销页面,要退出重新打开 app 才能正常跳到首页
2021 年 1 月 28 日
回复了 wfdaj 创建的主题 PHP 求推荐适合菜鸟的轻量级 PHP 框架 😅
tp5 还可以啊,部署的问题在 tp5 文档的评论区看看,可能会有答案(评论区时有时无)
2021 年 1 月 28 日
回复了 awanganddong 创建的主题 PHP 生产者和消费者如何解耦
场景不复杂的话队列 redis 就够了,微信耗时那里可以考虑用 guzzlehttp 开并发请求的
2020 年 11 月 30 日
回复了 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 日
回复了 treelion 创建的主题 问与答 有办法依照关键字订阅豆瓣小组的帖子吗?
我做了一个自己用的玩具,同时在一个小程序里也用到了,但是小程序里只给订阅了一个朋友的豆瓣小组,原理嘛就是定时轮询小组帖子列表的 api,做关键字匹配。。。
2020 年 10 月 30 日
回复了 wandehul 创建的主题 装修 一人一句装修的经验或者坑
不要找亲戚搞装修!
1  2  3  4  5  6  7  8  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3211 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 510ms · UTC 03:03 · PVG 11:03 · LAX 20:03 · JFK 23:03
♥ Do have faith in what you're doing.