101
tooyoungtoo 261 天前
996 是年轻人的福报
|
102
xzysaber 261 天前
"There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors."
|
103
joequan 261 天前
这个需求很好改
|
104
raptor 261 天前 1
算法+数据结构=程序
--- Niklaus.Wirth RIP |
105
YeatsOnce 261 天前
不知道算不算
"No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere." |
106
3andwich 261 天前
Troubleshooting any problem without the error log is like driving with your eyes closed.
在没有错误日志的情况下诊断任何问题无异于闭眼开车。 -- Apache |
107
sankemao 261 天前
write once run anywhere
|
108
haidaomihuan 261 天前
hello world
|
109
bluesenzhu 261 天前
90%的电脑故障都可以通过重启解决
|
110
jwesthaverr 261 天前
计算机图形学第一定律:如果它看上去是对的,那么它就是对的。
|
111
zzzlight 261 天前
如无必要,勿增实体 奥卡姆剃刀
|
112
clifftts 261 天前
不要有 bug 啊
|
113
hatw 261 天前
Have You Tried Turning It Off And On Again?
- IT Crowd |
114
shiny 261 天前 1
|
115
AboPlus 261 天前 1
"Talk is cheap. Show me the code."
- Linus Torvalds |
116
fyibmsd 261 天前
The quick brown fox jumps over the lazy dog
|
117
SunDShuai9797 261 天前
It works on my machine (在我电脑上好好的)
|
119
dnfQzjPBXtWmML 261 天前
rm -rf /
' '1'='1 |
121
waltcow 261 天前
Keep It Simple, Stupid
|
122
luckycloves 261 天前
Don't be evil(Google)
|
123
chris89 261 天前
不知道是不是这样说的。
计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决. |
124
JohnSmith 261 天前
“计算机科学领域的任何问题都可以通过增加一个间接的中间层来解决”
|
125
dog82 261 天前
show me the code !
|
126
madworld 261 天前
没有银弹
|
127
hambut 261 天前
把大象放进冰箱要几步
|
128
llhhss 261 天前
我有一个问题,用了多线程后,两个问题有了现在
|
129
bzw875 261 天前
人工智能之父,唐纳德.克努特曾经说过:“Programs are meant to be ready by humans and only incidentally for computers to execute.”
程序是写给人读的,只是偶尔让计算机执行 |
130
duluosheng 261 天前
重启一下试试
|
131
liuzhedash 261 天前
“伟大的车工值得给他几倍于普通车工的薪水,但一个伟大的软件代码作家,其价值则要等同于一个普通的软件写手的价格的 1 万倍.”
(比尔·盖茨) |
132
guojianwei 261 天前
代码和你有一个能跑就行
|
133
me1onsoda 261 天前
KISS 原则
Keep It Simple Stupid |
134
fakepoet 261 天前
"programs must be written for people to read, and only incidentally for machines to execute."
"程序必须写得供人们阅读,偶尔供计算机执行" |
135
ShundL 261 天前
press F1 to continue, DEL to enter setup.
|
137
RiverMud 261 天前
"Andy gives, Bill takes away"
这句话一直成立。 |
138
zhoujx 261 天前
讲的明白,就一定能做出来
|
139
KizunaAsaki 261 天前
write less, do more.
|
140
wensonsmith 261 天前
There are only two hard things in Computer Science: cache invalidation and naming things.
-- Phil Karlton |
141
Tubering 261 天前
write the code, change the world
|
142
sheeta 261 天前
0.1+0.2 = 0.30000000000000004
|
143
tudoubutudoupi 261 天前
屎山上堆屎?
|
144
Promtheus 261 天前
我电脑上没问题啊
|
145
MarioxLinux 261 天前
重启试试
|
146
JasonP 261 天前
talk is cheap, show me the code
|
147
jucelin 261 天前
我有一个天才的 idea,就差一个程序员了
|
148
Jinnrry 261 天前 via Android
“你的代码跑不起来肯定是你的问题,别质疑编译器有问题” by 大学 c 语言考试
|
150
douluodalu 261 天前
第一魂技 缠绕
|
151
mjchow 261 天前 via iPhone
重启试试
|
152
usauk1998 261 天前
keep hungry,keep foolish
|
153
yKXSkKoR8I1RcxaS 261 天前
左手代码,右手诗
|
154
mfuture 261 天前
"If Java had true garbage collection, most programs would delete themselves upon execution." - Robert Sewell
“如果 Java 具有真正的垃圾回收功能,那么大多数程序都会在执行时删除自身。” ——罗伯特·休厄尔 |
155
1120101929 261 天前
|
156
karnaugh 261 天前
oh , it works
|
157
vgbhfive 261 天前
talk is cheap, show me your code.
|
158
Ysat 261 天前
"As economics is known as "The Miserable Science", software engineering should be known as "The Doomed Discipline", doomed because it cannot even approach its goal since its goal is self-contradictory." And "software engineering has accepted as its charter 'How to program if you cannot.'"
—— Dijkstra |
159
Aoonthetop 261 天前
talk is cheap,show me your code
|
160
laojin 261 天前
➜ ~ python3
Python 3.11.7 (main, Dec 4 2023, 18:10:11) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those! |
161
stonezing 261 天前
代码跟人,有一个能跑就行
|
162
zzboat0422 261 天前
|
163
x86 261 天前
遇到故障如何解决?重装重启重买 --- 华佗
|
164
nullxx 261 天前
能跑就不要动
|
165
MonkeyJon 261 天前
Code changes the world
|
166
cathub86 261 天前
没有银弹
|
167
yanng 261 天前
如果它走起来像鸭子,叫起来像鸭子,它就是只鸭子
|
168
notfornothing 261 天前
better to run than curse the road
|
169
xiyuesaves 261 天前
|
170
7gugu 261 天前
又不是不能跑
|
171
koebehshian 261 天前
1. 世界上只有 10 种人,懂 10 进制的,不懂 10 进制的。
2. 没有什么是重启解决不了的,如果不行,那就 2 次 |
172
lxh1983 261 天前
不要动它
|
173
jyjmrlk 261 天前 via Android
There are only two kinds of languages: the ones people complain about and the ones nobody uses.
|
174
seanwhy 261 天前
“一头牛重 800kg ,一座桥承重 700kg ,牛如何过河?”
|
175
maxssy 261 天前 1
sudo rm -rf /
^C^C^C^C^C^C^C^C^C^C^C^C^C^C |
176
danhahaha 261 天前
一个优秀程序员的效率比 100 个平庸程序员更高
|
177
XDiLa 261 天前
没有消息就是好消息
|
178
null113 261 天前
刷新试试
重启试试 |
179
xinyu391 261 天前
好的软件不是设计出来的,而是重构出来的。
|
180
zhaoxier 261 天前
php 是世界上最好的语言!
|
181
maojun 261 天前 via iPhone
RTFM
|
182
Knuth 261 天前 via iPhone
计算机科学的任何问题都可以通过增加一个中间层解决
|
183
nuonuojump 261 天前
996ICU
|
184
zengxs 261 天前
“过早的优化是万恶之源” —— Knuth's optimization principle
|
185
Tyrant1984 261 天前
@M2K4 幸福的秘诀就是只要兜里还有钱,就全买成内存。
|
186
weiqh 261 天前
要把用户当成傻子
|
187
techdp 261 天前
if it is run, don't fuck fix it!
|
188
hzzhzzdogee 261 天前
KISS 和 Programs must be written for people to read, and only incidentally for machines to execute.
|
189
majula 261 天前
勿在浮沙筑高台。——侯捷
|
190
redford42 261 天前
软件工程没有银弹
|
191
gulugu 261 天前
远离代码
|
192
duron600 261 天前
软件开发中任何其他技术目标都不如管理复杂度重要。——《代码大全》
|
193
7477wj 261 天前
Linux 哲学:没有消息就是好消息
|
194
xinshoushanglu 261 天前
PhpIsTheBestLanguage.java
|
195
dioxide 261 天前
锟斤拷烫烫烫
|
196
yinxs2003 261 天前
当然是 KISS 原则 —— keep it simple, stupid!
|
197
yogogo 261 天前
做一个 TB 平台很简单的吧
|
198
ershierdu 261 天前
翻了两页没人提这个:
Attention is all you need. |
199
cue 261 天前
微信是一个生活方式。
|
200
ReekyStive 261 天前 via iPhone
海内存知己,天涯若比邻
|