V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  moqimoqide  ›  全部回复第 2 页 / 共 12 页
回复总数  238
1  2  3  4  5  6  7  8  9  10 ... 12  
2021-02-07 10:05:45 +08:00
回复了 Astrian 创建的主题 问与答 Google Chrome 迷惑语言同步问题
既然是登陆了 Google 账户,我个人猜测可能和账号设置有关。

楼主看一下这里设置的账号语言是什么,可能有帮助:

https://myaccount.google.com/data-and-personalization

https://tvax2.sinaimg.cn/large/005HdI8mly1gneqqn4ocrj31ac0kowhj.jpg
2021-02-03 21:37:13 +08:00
回复了 downstairs 创建的主题 Java Java16 都快出了,你们还在用 Java8 ?
技术新闻和技术会议等地方,传播的都是行业的前瞻性观点,这些声音过于响亮,得到了最大的权重。

但是,请不要忘记,世界仍然运行在 Excel 、Java 8 和 Sharepoint 上面。

This piece of the puzzle is the one that worries me the most. What I’m worried about is that places like Hacker News, r/programming, the tech press, and conferences expose us to a number of tech-forward biases about our industry that are overenthusiastic about the promises of new technology without talking about tradeoffs. That the loudest voices get the most credibility, and, that, as a result, we are listening to complicated set-ups and overengineering systems of distributed networking and queues and serverless and microservices and machine learning platforms that our companies don’t need, and that most other developers that pick up our work can’t relate to, or can even work with.

I’ve spoken and written about it at length, but, most times, easier is best.

And, if the tech is, in fact old and outdated, and the tradeoff from replacing it is lower than the tradeoff of keeping it, we shouldn’t be jumping to replace it with the latest and greatest. While we should evaluate new tools evenhandedly, most times, Postgres works just fine.

For better or worse, the world l runs on Excel, Java 8, and Sharepoint, and I think it’s important for us as technology professionals to remember and be empathetic of that.

From IT runs on Java 8: https://veekaybee.github.io/2019/05/10/java8/
2021-01-31 15:16:29 +08:00
回复了 ddeef 创建的主题 程序员 你实现编程自由了么?
if we leave engineers to their own devices and we don't give them specific projects, that they would just refactor all day. Obviously, you can't refactor all day.

From Serverless Chat Episode #73: https://www.serverlesschats.com/73/
2021-01-17 09:57:48 +08:00
回复了 moqimoqide 创建的主题 JetBrains 如何在团队开发中使用 TODO 功能
已经补充 Youtube 、Bilibili 视频链接,欢迎各位老铁拍砖。

Youtube 目前视频画质较差,等待高清版本处理完成后即恢复正常。
2021-01-17 09:53:20 +08:00
回复了 moqimoqide 创建的主题 JetBrains 如何在团队开发中使用 TODO 功能
2021-01-17 09:51:58 +08:00
回复了 moqimoqide 创建的主题 JetBrains 如何在团队开发中使用 TODO 功能
2021-01-01 22:45:50 +08:00
回复了 dcalsky 创建的主题 分享发现 JetBrains 已几乎全系支持 M1 ARM 了
JetBrains 的产品建构在 IntelliJ Platform 上。

详见: https://jetbrains.org/intellij/sdk/docs/intro/intellij_platform.html

开源协议是:Apache License
2020-12-04 09:44:30 +08:00
回复了 polyang 创建的主题 Java 你们工作中是用 eclipse 还是 idea
IDEA
2020-12-02 09:08:21 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA 数据对比详解
https://i.imgur.com/6LkOjA6.png https://i.imgur.com/Z0b7ROi.png 恭喜本文内容获得官方认可。🍻🍻🍻
2020-11-30 10:40:53 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA 数据对比详解
@wangxinpier #6 感谢支持。🍻
2020-11-30 09:18:25 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA 数据对比详解
@snowydec #4 B 站有的,上面链接也发了,是这个: https://www.bilibili.com/video/BV12z4y1k71e
2020-11-30 08:55:33 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA 数据对比详解
@snowydec 哈哈哈,不至于,可给我乐坏了。🍻🍻🍻
2020-11-30 08:09:52 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA 数据对比详解
2020-11-21 18:50:42 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Language injections 简介及其应用
2020-11-21 16:47:11 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Debugger 经验总结
@EastLord #28 🍻
2020-11-13 09:56:05 +08:00
回复了 admin7785 创建的主题 JetBrains 求教 idea 阅读源码的技巧
首先,参考 IDEA 官方文档带视频 [Source code navigation]( https://www.jetbrains.com/help/idea/navigating-through-the-source-code.html#caret_navigation)

关于你的具体问题:有的时候方法调用很多,直接点 b 方法找 a 的话,会出现很多引用,已经不记得刚才的 a 方法是哪一个了? 目前的使用方法是:再从最外面的方法一层一层点到 a 方法,很是麻烦,不知道有什么快捷方式吗?

使用 IDEA 的书签功能帮助较大,文档中也有提到,简而言之,书签是代码行级别的标记,你可以根据 0-9, A-Z 的名字顺序梳理源代码,并且可以给每一个书签添加描述。


https://i.imgur.com/uyG3xfD.png


https://i.imgur.com/qk2dxRf.png

🍻
2020-11-09 17:34:09 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Debugger 经验总结
@asdfa #26 🍻
2020-11-08 21:16:34 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Debugger 经验总结
@daimubai #24 🍻
2020-11-08 14:58:09 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Debugger 经验总结
@zhou00 🍻
2020-11-08 14:57:52 +08:00
回复了 moqimoqide 创建的主题 JetBrains IntelliJ IDEA Debugger 经验总结
1  2  3  4  5  6  7  8  9  10 ... 12  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5241 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 36ms · UTC 08:28 · PVG 16:28 · LAX 01:28 · JFK 04:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.