魔神至尊
原帖由 @chain416 于 2017-1-5 08:16 发表 这家伙谁?看你说话就知道不是程序员,也来评论Python不是很搞笑么? 不要和别人争论你不懂的东西,否则很容易被人抓住把柄一顿轮,就像现在这样。
查看详细资料
TOP
小侠
大都督
原帖由 @ffcactus 于 2017-1-4 12:32 发表 LOW们一堆靶子露在外面,还抓我的把柄,自欺欺人到天上去了,2333。
混世魔头
原帖由 @ffcactus 于 2017-1-5 08:32 发表 LOW们一堆靶子露在外面,还抓我的把柄,自欺欺人到天上去了,2333。
原帖由 @jun4rui 于 2017-1-5 08:48 发表 快点学Java啊,争取这个星期学会helloworld给我们大家看看
魔王撒旦
原帖由 @chain416 于 2017-1-5 09:35 发表 哦哦,敢问您觉得用什么语言牛逼? 喜欢装b可以啊,你要真能说点东西出来你除了说看不懂Python就说他low,感觉你就是不懂。 你要真说出Python的致命缺点也就算了,说Python看不懂的话应该先去补脑。java可以分分钟写几个看着很费劲的程序,让你找一对括号都找不明白,Python里是不会出现这种事情的,要说实用性,这么多商业应用用的也是Python,也不用质疑了。 还是那句话,你觉得牛逼你推荐个,太监还笑别人jj短就没意思了。
原帖由 @ffcactus 于 2017-1-5 09:50 发表 package com.python; import java.util.ArrayList; import java.util.List; import java.util.function.Predicate; public class Python { public interface Showable { public String getValue(); } public static class Student implements Showable { private String name; public Student(String name) { this.name = name; } @Override public String getValue() { return name; } } public static class Phone implements Showable { private String trademark; private String id; public Phone(String id, String trademark) { this.trademark = trademark; } @Override public String getValue() { return trademark; } public String getId() { return id; } } public static void main(String args) { List<Showable> items = new ArrayList<>(); items.add(new Student("jun4rui"); items.add(new Student("ffcactus"); items.add(new Phone("001", "Apple"); items.add(new Phone("002", "Andriod"); items.add(new Phone("003", "Apple"); System.out.println("Search student:" items.forEach(item > { if (item instanceof Student) { System.out.println("Item: " + item.getValue()); } }); System.out.println("Count Apple Phone:" Predicate<Showable> isPhone = item > item instanceof Phone; Predicate<Showable> isApple = item > item.getValue().equals("Apple" System.out.println(items.stream().filter(isPhone).filter(isApple).count()); } } 虚LOW不要缩哦
原帖由 @ffcactus 于 2017-1-5 09:54 发表 Python这种弱类型的胶水脚本语言,满是都是致命缺点。稍微有点编程经验的人都该明白。 Java找不到括号,2333,那你这智慧只怕不可能用JavaScript了,这可是电脑报爱好者之前力推的入门语言,没想到你竟智力不足,2333。
原帖由 @chain416 于 2017-1-5 10:09 发表 电脑爱好者?什么玩意?我说java找括号比Python麻烦就成了找不到了,233…… 到头来你还是没推荐什么语言啊。弱类型语言都是缺点,233…… 再看了看你写的狗屁不通的java程序,我已经明白了,请别装大尾巴狼了好么。
原帖由 @chain416 于 2017-1-5 10:05 发表 随便看了下,这构造函数就写错了啊,id都没用上,你真的是程序员么……
原帖由 @ffcactus 于 2017-1-4 14:20 发表 要是电脑报看不清可以看这里: https://github.com/ffcactus/promise/blob/master/common/src/main/java/com/promise/common/Python.java
原帖由 @ffcactus 于 2017-1-5 10:16 发表 为什么在构造函数里添加ID?没写就错了? 你还是死一边去吧,太LOW。 我是来等电脑报写出更加清晰的程序来的,不是来看你发LOW的。
原帖由 @chain416 于 2017-1-5 10:32 发表 能运行通过么?java还没学明白就来喷Python,我只能呵呵,这程序稍微有点基础的都看得出来没有任何实际工作经验,连大学生都不如,我也懒得喷了。 平狗爱好者傻推java,大概不是精分。