V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zhouyin  ›  全部回复第 4 页 / 共 47 页
回复总数  926
1  2  3  4  5  6  7  8  9  10 ... 47  
@xieren58
25k/月很不错? 感觉技术蛮难的
3 天前
回复了 unt 创建的主题 数据库 过来人说说, postgresql 和 mysql 究竟怎么选
@gimp
@knightdf
@FrankFang128
@shiny
@encro
@ymmud
@0x1001
@wangtian2020
@dbskcnc
@defunct9
@billbob
@murmur
@billbob
@Leviathann
@AmaQuinton
@Geon97
@AdamMing
@zoharSoul
@momo2789
@mmmhhhddd
@wencan
@donaldturinglee
@ala2008
@dmanbu

诸位 真心用过 pg 和 mysql 的说说 mysql 有 memory 引擎 postgresql 最新版有没有?
4 天前
回复了 unt 创建的主题 数据库 过来人说说, postgresql 和 mysql 究竟怎么选
没人说 pg 的 sql 语句更严格吗 需要把 groupby 后面的字段都出现在 select 子句里
mysql 我一直以来都把 sql_mode 设为空
4 天前
回复了 unt 创建的主题 数据库 过来人说说, postgresql 和 mysql 究竟怎么选
@mmmhhhddd
你的什么大数据项目 产生多少钱了?
技术要求很高 薪资能不能透露呢
4 天前
回复了 easynote 创建的主题 杭州 2025 年杭州买房有啥建议吗
怎么没人说未科无生活气息?
@DDStrange
@smile2wild
@szkoda
4 万人民币以内一月?
@murmur
华为外包待遇咋样
@BeforeTooLate
crud 工作都找不到?
@BeforeTooLate
普通工作都找不到?
6 天前
回复了 ne6rd 创建的主题 职场话题 中年想去日本,求指点迷津
@liukanshan
20-30 万日元?
7 天前
回复了 bboring 创建的主题 旅行 返程了,还是自己的「狗窝」舒服~
@forgottencoast
你们一定分开烧饭吧 最好前门后门分开
天下还有喜欢测试的 双倍的工作量
7 天前
回复了 zhouyin 创建的主题 问与答 docker centos6 无法拉取镜像
@yinmin
[root@guest ~]# docker version
Client version: 1.7.1
Client API version: 1.19
Go version (client): go1.4.2
Git commit (client): 786b29d
OS/Arch (client): linux/amd64
Server version: 1.7.1
Server API version: 1.19
Go version (server): go1.4.2
Git commit (server): 786b29d
OS/Arch (server): linux/amd64
7 天前
回复了 zhouyin 创建的主题 问与答 docker centos6 无法拉取镜像
@yinmin
t (client): 786b29d
OS/Arch (client): linux/amd64
Server version: 1.7.1
Server API version: 1.19
Go version (se
8 天前
回复了 bboring 创建的主题 旅行 返程了,还是自己的「狗窝」舒服~
@forgottencoast
但你也不是一直住几个月 不然你也会受不了 特别农村
8 天前
回复了 bboring 创建的主题 旅行 返程了,还是自己的「狗窝」舒服~
@forgottencoast

对 长辈永远都不想放弃权力 哪怕躺床上不能自理
@follower
已解决 原来是下载目录设置问题
8 天前
回复了 bboring 创建的主题 旅行 返程了,还是自己的「狗窝」舒服~
狗窝是租的吗?
在 win11 上随 node 启动的 chrome 看图
https://imgur.la/image/imgapp.xF2jF

puppeteer 是下面这样启动的

```javascript

const puppeteer = require('puppeteer-extra');
const StealthPlugin = require('puppeteer-extra-plugin-stealth')
puppeteer.use(StealthPlugin())



const browser = await puppeteer.launch({
headless: false,
args: ['--no-sandbox', '--disable-setuid-sandbox', '-–disable-gpu',
'-–disable-dev-shm-usage', '-–no-first-run', '-–no-zygote',
'-–single-process'],
});
```


package.json 版本:
```javascript

"dependencies": {
"chrome-har": "^0.7.1",
"chrome-launcher": "^0.10.5",
"puppeteer": "^24.1.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
```
1  2  3  4  5  6  7  8  9  10 ... 47  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   6056 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 03:31 · PVG 11:31 · LAX 19:31 · JFK 22:31
Developed with CodeLauncher
♥ Do have faith in what you're doing.