V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  anexplore  ›  全部回复第 6 页 / 共 7 页
回复总数  128
1  2  3  4  5  6  7  
2015-09-14 20:19:43 +08:00
回复了 painter 创建的主题 问与答 怎么看北京的房价,多少人今年买的房?
首付百分之多少啊
2015-09-08 19:40:41 +08:00
回复了 anexplore 创建的主题 Java apache httpasyncclient 的 direct memory 内存一直增长,直到 oom
@armstrong 这个可以方便的自己控制跳转吗?比如控制最大跳转次数,拿到每次跳转的 HTTP 头
2015-08-19 23:36:42 +08:00
回复了 blackboom 创建的主题 Java JAVA 获取时间不正确
看一下 java.util.TimeZone 的获取 timezone 的源码吧,
private static synchronized TimeZone setDefaultZone () {
TimeZone tz;
// get the time zone ID from the system properties
String zoneID = AccessController.doPrivileged (
new GetPropertyAction ("user.timezone"));

// if the time zone ID is not set (yet ), perform the
// platform to Java time zone ID mapping.
if (zoneID == null || zoneID.isEmpty ()) {
String country = AccessController.doPrivileged (
new GetPropertyAction ("user.country"));
String javaHome = AccessController.doPrivileged (
new GetPropertyAction ("java.home"));
try {
zoneID = getSystemTimeZoneID (javaHome, country );
if (zoneID == null ) {
zoneID = GMT_ID;
}
} catch (NullPointerException e ) {
zoneID = GMT_ID;
}
}}
。。。。。。。。。。
}
2015-08-04 23:27:19 +08:00
回复了 Fing 创建的主题 Python 基于 python 写的一个 google 的爬虫
@Fing 代理ip?
2015-08-04 23:16:09 +08:00
回复了 Fing 创建的主题 Python 基于 python 写的一个 google 的爬虫
google会封你不
j2se基础一定要好啊,要明白各个数据结构底层代码如何实现的,例如hashmap、concurrenthashmap实现等等;并发编程;算法也是必须的;这些基础打好了,后面就好说了。
2015-07-14 19:18:24 +08:00
回复了 mjoseph 创建的主题 MacBook Air 你们都如何清洗和维护 mac 的屏幕的
眼镜布擦擦就行了
2015-07-13 16:55:18 +08:00
回复了 q5we66fg 创建的主题 程序员 你们身边有木有使用终端时老是输入 ls 的人。。。
习惯性的ll
2015-05-29 11:43:10 +08:00
回复了 tao1991123 创建的主题 Python 求爬虫爬一个大型天涯帖子的加速办法
到这上面挑几个速度较快的高匿名代理,多开几个进程,http://www.proxy.com.ru/
2015-05-27 18:18:55 +08:00
回复了 cjyang1128 创建的主题 程序员 保研了又后悔了,求各位前辈提一些建议
如果以后工作跟算法相关,比如机器学习啥的,读研还是必须的;再就是一些公司的研究生跟本科生的起薪是不同的,起薪很重要哦
2015-05-10 14:01:34 +08:00
回复了 noli 创建的主题 程序员 我为什么后来远离了 Java
@hepin1989 赞同!!语言只是工具,真正的牛人用什么都牛。。。吐槽语言垃圾的,我绝的大部分情况是没在合适的场景用合适的语言。。
2015-05-08 09:49:34 +08:00
回复了 bigzhu 创建的主题 Java 坑的不是 java, 难道是 java 程序员比较坑么?
@yakczh 我们这边做爬虫python java c都用,各有个的好处。论性能还是c > java > python的。用的java的好处就是更迅速便捷的大数据处理工具hadoop,hbase等等
2015-05-08 09:40:51 +08:00
回复了 bigzhu 创建的主题 Java 坑的不是 java, 难道是 java 程序员比较坑么?
2015-05-08 09:32:48 +08:00
回复了 bigzhu 创建的主题 Java 坑的不是 java, 难道是 java 程序员比较坑么?
感觉很多都是讨论web方向的,用java做爬虫的默默飘过。。。
2015-04-28 17:58:18 +08:00
回复了 turing 创建的主题 程序员 程序员 Mihai Șucan 的故事
致敬!
我能说我用的百度DNS180.76.76.76 + 114.114.114.114嘛
2015-04-28 09:42:21 +08:00
回复了 HelloWorld11 创建的主题 Java Java 多线程问题
说java是动态语言的我也是醉了。。。
2015-04-23 17:20:18 +08:00
回复了 holinhot 创建的主题 Python 请教如何删除 6 万 txt 中重复的行
sort -u src.txt > des.txt 就可以搞定了...
2015-04-10 19:19:30 +08:00
回复了 Lullaby 创建的主题 Java 关于 http 代理请求返回 Unexpected end of file from server?
@Lullaby 这是stackoverflow上一个问题,希望可以有帮助
"Unexpected end of file" implies that the remote server accepted and closed the connection without sending a response. It's possible that the remote system is too busy to handle the request, or that there's a network bug that randomly drops connections.

With the information available it's impossible to say what's going wrong. If you have access to the servers in question you can use packet sniffing tools to find what exactly is sent and received, and look at logs to of the server process to see if there are any error messages.

http://stackoverflow.com/questions/19824339/java-simple-code-java-net-socketexception-unexpected-end-of-file-from-server
1  2  3  4  5  6  7  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2394 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 14:55 · PVG 22:55 · LAX 07:55 · JFK 10:55
Developed with CodeLauncher
♥ Do have faith in what you're doing.