V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  JasonLaw  ›  全部回复第 4 页 / 共 37 页
回复总数  728
1  2  3  4  5  6  7  8  9  10 ... 37  
2023-06-23 16:19:57 +08:00
回复了 ladypxy 创建的主题 Python 如何用 map 和 re 来优化下面的 if..else..
@LoNeFong #7 这代码没有一点可读性🤕
2023-06-21 15:28:53 +08:00
回复了 JasonLaw 创建的主题 OpenAI Poe 如何删除机器人?
@mexingchi #3 今天刚好看到一个主题,里面讨论了怎么删除,我还没试过,你可以去试一下。

https://v2ex.com/t/950360#reply6
2023-06-18 11:40:21 +08:00
回复了 x77 创建的主题 程序员 前辈写的代码,要不你来解释一下?
@way2explore2 #3 这段代码更大的问题是命名,对我来说,我根本不知道 a 是什么。

BTW ,这个函数的名称是什么?
2023-06-18 10:04:02 +08:00
回复了 x77 创建的主题 程序员 前辈写的代码,要不你来解释一下?
@hhjsw desc 跟 gender 是非常紧密的东西,弄得这么远真的好吗?
2023-06-18 09:34:11 +08:00
回复了 x77 创建的主题 程序员 前辈写的代码,要不你来解释一下?
@xuanbg 更加好的设计不应该是 Gender 的一个属性吗?比如叫 desc ,male 的 desc 是 Male ,而 female 的是 Female 。

代码没问题,但是很难维护。
为什么有一些招聘都不写工资的?🤔️
2023-06-16 09:15:37 +08:00
回复了 nightnotlate 创建的主题 分享发现 看到有人在说应试教育 想起了前几天看到的满分作文
不知道是我的水平不够还是怎样,我都看不太懂这种类型的文章,就像古代人在跟我讲话一样。就不能好好说白话文吗?🤕
2023-06-15 10:59:28 +08:00
回复了 wangpugod2003 创建的主题 程序员 chatGPT 刷新题完全不行啊
Subscribe to unlock.

Thanks for using LeetCode! To view this question you must subscribe to premium.

😭
2023-06-13 09:01:16 +08:00
回复了 tbg 创建的主题 分享发现 深圳地铁还能投 ChatGPT 的广告?
一句题外话,我很反感地铁到处都是广告。🤐BTW ,国外的地铁也是这样吗?
2023-06-08 14:24:29 +08:00
回复了 lmybill 创建的主题 Java Java 里的 equals 方法
@JasonLaw 它后面也说了

The equals method for class Object implements **the most discriminating possible** equivalence relation on objects; that is, for any non-null reference values x and y, this method returns true if and only if x and y refer to the same object (x == y has the value true). In other words, under the reference equality equivalence relation, each equivalence class only has a single element.
2023-06-08 14:23:00 +08:00
回复了 lmybill 创建的主题 Java Java 里的 equals 方法
我不明白你是怎么得出“equals 本来比较的是两个对象是否是同一个对象”这个结论的,可以给一下你的论证吗?

https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)

文档上是这么说的。

The equals method implements an equivalence relation on non-null object references:

* It is reflexive: for any non-null reference value x, x.equals(x) should return true.
* It is symmetric: for any non-null reference values x and y, x.equals(y) should return true if and only if y.equals(x) returns true.
* It is transitive: for any non-null reference values x, y, and z, if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.
* It is consistent: for any non-null reference values x and y, multiple invocations of x.equals(y) consistently return true or consistently return false, provided no information used in equals comparisons on the objects is modified.
* For any non-null reference value x, x.equals(null) should return false.
2023-06-08 12:34:49 +08:00
回复了 JasonLaw 创建的主题 OpenAI 忍不住吐槽, Google 的 Bard 真的很弱智
@catfly #1

I am an LLM trained to respond in a subset of languages at this time, so I can't assist you with that. Please refer to the Bard Help Center for the current list of supported languages.

Where you can use Bard
Bard is currently available in 3 languages and over 180 countries and territories. We’ll gradually expand to more countries and territories in a way that is consistent with local regulations and our AI principles.

You can use Bard in the following languages:
US English
Japanese
Korean
2023-06-01 14:07:31 +08:00
回复了 JasonLaw 创建的主题 程序员 不太理解这段代码的输出结果 - 关于正则表达式
@jifengg #1
@tjmljw #2
谢谢两位的解答😅
2023-05-31 21:53:26 +08:00
回复了 gps32251070 创建的主题 程序员 关于面试 MySQL 的疑问
@sadfQED2 #37 这已经脱离了语句本身,网络不行,什么都会慢。还是那句话,这个题目和面试官都很傻逼。
2023-05-31 20:10:54 +08:00
回复了 gps32251070 创建的主题 程序员 关于面试 MySQL 的疑问
@xuanbg #22 它只需要找出前两行就行了。如果觉得你是对的,麻烦给一下证据。

https://i.imgur.com/1XQU32J.png
2023-05-31 20:09:20 +08:00
回复了 gps32251070 创建的主题 程序员 关于面试 MySQL 的疑问
@xuanbg #18 虽然 type 是 ALL ,但是不代表它要扫描所有行。没有 offset 的时候,它只会找出前两行。

https://i.imgur.com/1XQU32J.png
2023-05-31 18:50:02 +08:00
回复了 gps32251070 创建的主题 程序员 关于面试 MySQL 的疑问
@xuanbg #13 没有索引也没事吧,它只是找出两条,它不在意总量多大,它的时间复杂度不是 O(n),而是 O(1)。
1  2  3  4  5  6  7  8  9  10 ... 37  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1075 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 19:06 · PVG 03:06 · LAX 11:06 · JFK 14:06
Developed with CodeLauncher
♥ Do have faith in what you're doing.