V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  imnaive  ›  全部回复第 4 页 / 共 6 页
回复总数  104
1  2  3  4  5  6  
2020-05-06 12:00:17 +08:00
回复了 maolog 创建的主题 .NET 制造型企业招人, C#开发
大佬你好,小弟目前技术栈是 Golang 和 React,工作经验 1 年,有机会转 .NET 开发吗?
2020-04-22 13:32:50 +08:00
回复了 hoythan 创建的主题 Vue.js Vue3.0 从入门到学会 React
来源 https://composition-api.vuejs.org/#comparison-with-react-hooks
# Comparison with React Hooks

The function based API provides the same level of logic composition capabilities as React Hooks, but with some important differences. Unlike React hooks, the setup() function is called only once. This means code using Vue's Composition API is:

1. In general more aligned with the intuitions of idiomatic JavaScript code;

2. Not sensitive to call order and can be conditional;

3. Not called repeatedly on each render and produces less GC pressure;

4. Not subject to the issue where useCallback is almost always needed in order to prevent inline handlers causing over-re-rendering of child components;

5. Not subject to the issue where useEffect and useMemo may capture stale variables if the user forgets to pass the correct dependency array. Vue's automated dependency tracking ensures watchers and computed values are always correctly invalidated.

6. We acknowledge the creativity of React Hooks, and it is a major source of inspiration for this proposal. However, the issues mentioned above do exist in its design and we noticed Vue's reactivity model happens to provide a way around them.
2020-04-20 13:21:32 +08:00
回复了 Aitmo 创建的主题 问与答 如何当前端组长,代码规范如何定义?
可以参考 Ant Design Pro
2020-04-18 16:09:35 +08:00
回复了 anticipated 创建的主题 问与答 与比你聪明的人交流需要注意什么?
先把他的需求问清楚,对方一开始可能没说清楚自己想要什么,仔细问下对方需求就不会尴尬了。
2020-04-18 11:06:41 +08:00
回复了 iszengmh 创建的主题 程序员 接私活要不要交税的
遵纪守法比较好,年度清算会退税的
2020-04-15 10:33:59 +08:00
回复了 abcbuzhiming 创建的主题 程序员 似乎计算机数据结构中存在一个明显的“技术断层”?
我觉得楼主想说的“技术断层”指的是实现难度的断层。
数据结构难度可能就是像台阶一样跃迁上升,没有那么平滑。
2020-04-10 20:06:49 +08:00
回复了 AAASUKA 创建的主题 问与答 实习简历,(88 分)这样不到 90 的课要不要写上
实习写 *计算机基础扎实* + 几个有特色的项目,GPA 高写进去也无妨。
2020-04-10 10:37:02 +08:00
回复了 bfbd 创建的主题 程序员 无代码开发平台都有哪些?有开源的吗?
无代码切图还是有的,蓝湖,Ant Design Landing Page,不过业务逻辑还是得自己写。
2020-04-09 16:41:26 +08:00
回复了 simon888888 创建的主题 问与答 休学还是读书
这老板有点黑心,你妹妹可能社会经验不太够,被老板忽悠了。
2020-04-07 21:10:08 +08:00
回复了 pythlo 创建的主题 问与答 个人业务,有点难,报酬丰厚!
这个只有三大运营商做得到,比如运营商给你的手机发个短信,你收到了短信,他也就知道你的位置了。
2020-04-01 17:43:46 +08:00
回复了 MuscleOf2016 创建的主题 职场话题 如何看待,工作中聊天工具,半天不回复信息?
像 JavaScript 一样返回一个 Promise,先回复对方,细节晚点再回复。
2020-03-30 12:00:21 +08:00
回复了 zy5a59 创建的主题 程序员 一次 mongodb 未加密导致的惨痛教训,很痛!
可以试试 MongoDB 官方的 Atlas,需要设置信任的 IP 和管理员账号密码。
俺觉得是发量
2020-03-24 19:01:38 +08:00
回复了 imnaive 创建的主题 macOS #求助# macOS 老是发作 mDNSResponder 把 CPU 都吃满了
找到凶手了,ShadowSocks NG 关了就好。
2020-03-24 19:01:22 +08:00
回复了 imnaive 创建的主题 macOS #求助# macOS 老是发作 mDNSResponder 把 CPU 都吃满了
找到凶手了,ShadowSocks NG 关了就好了。
vscode 自带的工具挺好用的,配合 gitlens 能方便许多,比如切换 remote origin
2020-03-24 13:18:54 +08:00
回复了 imnaive 创建的主题 macOS #求助# macOS 老是发作 mDNSResponder 把 CPU 都吃满了
@muntoya 装过绿联的四合一转接器,有网线接口,算网卡吗
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3254 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 11:55 · PVG 19:55 · LAX 04:55 · JFK 07:55
Developed with CodeLauncher
♥ Do have faith in what you're doing.