V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  yoa1q7y  ›  全部回复第 14 页 / 共 69 页
回复总数  1374
1 ... 10  11  12  13  14  15  16  17  18  19 ... 69  
好奇买来都做啥
2022-05-06 15:27:55 +08:00
回复了 37Y37 创建的主题 旅行 五一假期过去了,木有人分享下游记吗?
海拉鲁大陆 5 日游
2022-05-05 01:42:22 +08:00
回复了 Davic1 创建的主题 软件 1Password 值得订阅吗?
我觉得比较值,懒得折腾自建,交给别人比较省心。一年的时间还是比较长的
2022-05-04 21:01:30 +08:00
回复了 jiujiutang 创建的主题 北京 五一假期北京的各位是咋度过的?
塞尔达旷野之息,大师模式剑之试炼
2022-05-03 02:19:26 +08:00
回复了 chendl111 创建的主题 职场话题 25 岁,能够裸辞休息半年吗?
我每次换工作都是裸辞,每次休息三个月到半年,并没有什么问题
2022-03-04 22:39:52 +08:00
回复了 TWorldIsNButThis 创建的主题 前端开发 2022 年了,怎么还没有 all in one 的 linter+formatter
eslint config 部分配置
```json
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": "latest",
"sourceType": "module"
},
"settings": {
"react": {
"version": "detect"
}
}
}
```

package.json
```json
{
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0"
}
```

这样就足够了
@libook 收益肯定是有的,但是看起来是一笔比较模糊的账,不能准确地计算出每个项目带来的营收收益
@coderluan 我当然觉得应该是有收益的,公司不会做赔本买卖。只是这个具体过程不清楚,所以才咨询一下。
尤其是 vscode, typescript 这一类收益非常不明显的项目
2022-02-12 15:27:18 +08:00
回复了 yoa1q7y 创建的主题 VPS 单台 VPS 使用 docker,如何做到不间断平滑上线呢?
@juzisang #1
@ETiV #2 好的,我研究研究,多谢~
2022-01-24 16:12:22 +08:00
回复了 Tony042 创建的主题 汽车 你人生中的第一辆车是什么?
2022-01-19 16:38:03 +08:00
回复了 GTim 创建的主题 职场话题 说说我最近远程的情况
想知道社交问题怎么解决,会不会一天不说话
2021-12-14 21:15:30 +08:00
回复了 yoa1q7y 创建的主题 问与答 完全使用国外的网络服务能否做到在国内完全隐身?
@weijiuxiaotong 噢,对,光第一关支付就不好绕过
@mainjzb 对对,我觉得网盘似乎也是一样的原因
2021-11-26 19:49:20 +08:00
回复了 dydbm 创建的主题 Apple Mac 2021 款的最大问题不是丑么
真干起活来哪还顾得上它丑不丑
2021-11-24 15:58:10 +08:00
回复了 yoa1q7y 创建的主题 问与答 公司能检测到使用 WireGuard 的流量么
@dangyuluo 哈哈哈,怕了怕了
2021-11-24 15:32:47 +08:00
回复了 yoa1q7y 创建的主题 问与答 公司能检测到使用 WireGuard 的流量么
@BeautifulSoap
@dangyuluo 我咋感觉 VPN 的技术原理跟内网穿透还是有点区别的
2021-11-23 22:57:52 +08:00
回复了 yoa1q7y 创建的主题 问与答 公司能检测到使用 WireGuard 的流量么
那我还是赶紧关了吧,老实点好😂
1 ... 10  11  12  13  14  15  16  17  18  19 ... 69  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5760 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 02:01 · PVG 10:01 · LAX 19:01 · JFK 22:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.