V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  juzipeek  ›  全部回复第 1 页 / 共 1 页
回复总数  20
2022-03-20 11:04:53 +08:00
回复了 mikewang 创建的主题 程序员 C 语言底层开发怎么样?
别选 C, 岗位太少
2022-03-14 12:39:51 +08:00
回复了 abersheeran 创建的主题 Windows Windows11 把我逼到 MacOS 了
windows 本 + ubuntu 系统, 用起来也还可以
windows 路径不区分大小写
2022-02-18 16:17:14 +08:00
回复了 chinafengzhao 创建的主题 程序员 kong 管理面板
apisix 代码更易阅读
2021-11-29 17:34:54 +08:00
回复了 hytex 创建的主题 问与答 今天忍不住了,吐槽一下
newsboat 试下
2021-11-15 10:58:35 +08:00
回复了 Exin 创建的主题 微信 现在已经无法给 iOS 微信小程序抓包了吗?
iPhone 13.5.1 测试没有问题, 在设置中 “关于本机”-“证书信任设置” 信任 charles 证书就可以了
2021-09-28 13:59:51 +08:00
回复了 shangwuli 创建的主题 程序员 程序员们,如果在卫衣上印一句话,你想印什么?
hello
2021-08-04 17:13:55 +08:00
回复了 rationa1cuzz 创建的主题 问与答 网关转发会导致跨域吗?
是不是增加了响应头
2021-04-14 09:28:50 +08:00
回复了 zhoudaiyu 创建的主题 Kubernetes 想深入了解一下 K8S,请问有什么好的渠道?
可以看下九析的 istio 视频, 赶紧不错:
https://www.bilibili.com/video/BV1vE411p7wX?p=5&share_source=copy_web
2021-04-14 09:27:38 +08:00
回复了 zhoudaiyu 创建的主题 Kubernetes 想深入了解一下 K8S,请问有什么好的渠道?
2021-04-08 21:24:07 +08:00
回复了 daimaosix 创建的主题 NGINX Nginx 可以对 Redis 集群做负载均衡吗?
不可以
2021-01-08 12:05:30 +08:00
回复了 auto8888 创建的主题 C++ CMake 链接库时,如何链接指定版本的库?
可以使用 find_package 指令, 上一条回复是链接地址
2021-01-08 12:02:53 +08:00
回复了 auto8888 创建的主题 C++ CMake 链接库时,如何链接指定版本的库?
2020-02-14 21:31:37 +08:00
回复了 wwwzhujibcom 创建的主题 问与答 百度 BFE 有人用的吗?
没有生态, 只开源了一部分...
2020-02-04 21:19:37 +08:00
回复了 jam1024 创建的主题 程序员 Lua 还是 Python 关于胶水语言的选择
wrk, OpenResty, ats, redis 都使用 lua 来扩展功能
2019-06-05 17:05:08 +08:00
回复了 juzipeek 创建的主题 Linux Linux clone 疑问
补充说明,问题的语境是

```c
#define _GNU_SOURCE
#include <sched.h>

int clone(int (*fn)(void *), void *child_stack,
int flags, void *arg, ...
/* pid_t *ptid, void *newtls, pid_t *ctid */ );
```

... ...

The child_stack argument specifies the location of the stack used by the child process. Since the child and calling process may share memory, it is not possible for the child process to execute in the same stack as the calling process. The calling process must therefore set up memory space for the child stack and pass a pointer to this space to clone(). Stacks grow downward on all processors that run Linux (except the HP PA processors), so child_stack usually points to the topmost address of the memory space set up for the child stack.

... ...

现在觉的“ Since the child and calling process may share memory, it is not possible for the child process to execute in the same stack as the calling process. ”这句话没有营养,关键在后面,调用 clone 要指定 child_stack。
2019-05-28 12:27:09 +08:00
回复了 fengjianxinghun 创建的主题 Go 编程语言 go 编译成 c shared 库使用 luaffi load 会死锁
reload 时动态是否有变化,如果有变化容易出现问题
可以尝试下 understand (收费),kdevelop (免费)
2018-08-22 12:45:37 +08:00
回复了 xoxo419 创建的主题 程序员 下个月打算去杭州-云栖大会, 以前去过的朋友分享下
饭真的很贵,打车也不方便。有需要门票的可以私聊下
感觉是 nginx 配置有问题,可以贴下 nginx 配置文件
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2765 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 12:06 · PVG 20:06 · LAX 05:06 · JFK 08:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.