zoukankan      html  css  js  c++  java
  • 你看懂了程序员的这些笑话吗?

                            先上两张图,假设两张图你都没看懂。自己先面壁思过三分钟,然后接着往下看!

      世界上有两种人。一种是左边那种。一种是右边那种,是程序猿都懂的!

      随机数生成函数。由于这个数字4是程序猿投骰子得到的,所以保证了其随机性!

    A : Make me a sandwitch.

    B : Fuck off

    A : Sudo make me a sandwitch

    B : With cheese or without cheese?

    译文:

    A:给我一个三明治

    B:滚

    A:sudo 给我一个三明治

    B:要不要放奶酪?

    (PS:linux中使用sudo表示以root权限运行命令)

    I know this great UDP joke but you might not get it.

    译文:

    我知道一个关于UDP的非常好笑的笑话,只是你可能听不到!

    (PS:UDP是不可靠传输。所以我讲的这个笑话你不一定收的到)

    3 Database Admins walked into a NoSQL bar. A little while later they walked out because they couldn’t find a table.

    译文:

    3个数据库管理员进了NoSQL酒吧,不一会他们就都出来了,由于他们找不到桌子(table)。

    (PS:NoSQL是非关系型数据库,没有Table这个概念)

    A TCP packet walks into a bar and says to the bartender, “I’d like a beer.” The bartender says, “You’d like a beer?” The TCP packet says, “Yes, a beer.”

    译文:一个TCP包走进一家酒吧,对服务员说:“给我来瓶啤酒”。服务员说:“你要来瓶啤酒?“。TCP包说:”是的。来瓶啤酒”。

    (PS:TCP通信须要先完毕三次握手)

    Programmer’s girlfriend: “Are you going to sit and type in front of that thing all day or are you going out with me?”
    Programmer: “Yes.”

    译文:

    程序猿的女朋友:“你是要整天坐在电脑面前唧唧歪歪的敲敲打打,还是和我一起出去走走?”

    程序猿:“嗯”。

    (PS:好冷啊!

    Q: How do you explain the movie Inception to a programmer?
    A: Basically, when you run a VM inside another VM, inside another VM, inside another VM…, everything runs real slow!

    译文:

    Q:你怎么跟一个程序猿解释《盗梦空间》这部电影?

    A:我会这么跟他解释:当你在一个A虚拟机上执行还有一个虚拟机B,然后在B虚拟机里面再执行虚拟机C。再在C虚拟机里面执行虚拟机D….那么一切都TMD变得非常慢非常慢非常慢!

    Q: How many software engineers does it take to change a light bulb?



    A: None. It’s a hardware problem.

    译文:

    Q:修一个灯泡要多少个软件project师?

    A:一个都不用,由于这是硬件问题。

    So a programmer has a problem and decides to try writing a regular expression to solve it. Now he has two problems.

    译文:

    一个程序猿遇到了一个问题,于是他决定用正則表達式去解决问题。恩,如今他有两个问题须要攻克了。

      最后是一张图,体会一下苦逼的程序猿!

  • 相关阅读:
    JVM参数说明介绍
    使用Intellij IDEA的Bookmarks
    js中对小数取整
    idea 中pom.xml依赖版本号报错(报红,如下图所示)
    Springboot项目启动后访问不到Controller
    pringBoot Controller接收参数的几种常用方式
    Spring启动执行流程梳理
    SQL条件语句(IF, CASE WHEN, IF NULL)
    获取tomcat服务器上的部分日志
    Linux下 SpringBoot jar项目后台运行、查看、停用
  • 原文地址:https://www.cnblogs.com/blfshiye/p/5148498.html
Copyright © 2011-2022 走看看