V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ZiLong  ›  全部回复第 11 页 / 共 16 页
回复总数  307
1 ... 3  4  5  6  7  8  9  10  11  12 ... 16  
2017-10-10 23:53:38 +08:00
回复了 chen2016 创建的主题 程序员 写爬虫的时候你遇到过哪些厉害的反爬手段?
@qqpkat2 haha,3ks for u's tan cheng
2017-10-10 14:26:35 +08:00
回复了 chen2016 创建的主题 程序员 写爬虫的时候你遇到过哪些厉害的反爬手段?
@qqpkat2 不懂,还请赐教
2017-10-10 09:54:15 +08:00
回复了 chen2016 创建的主题 程序员 写爬虫的时候你遇到过哪些厉害的反爬手段?
@qqpkat2 这种怎么玩?记录的鼠标动作重放应该还有效吧?
2017-10-05 22:54:26 +08:00
回复了 fy 创建的主题 分享创造 V2EX 每日签到更新,渣技术 0 创新
@15015613 也就是说没个两周还是要手动一下了
2017-09-29 11:41:36 +08:00
回复了 lzjun 创建的主题 推广 赠书啦《 Python 网络数据采集》
16
2017-09-25 23:12:58 +08:00
回复了 ZiLong 创建的主题 Java 四行代码的 Java Puzzle----老司机快来刷题解惑
@hubert3 虽然永久代是 Java8 移除的,但是在 Java 7 中,常量池就被移出了永久代,参见官方说明: [http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html]( http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html)
```
Area: HotSpot
Synopsis: In JDK 7, interned strings are no longer allocated in the permanent generation of the Java heap, but are instead allocated in the main part of the Java heap (known as the young and old generations), along with the other objects created by the application. This change will result in more data residing in the main Java heap, and less data in the permanent generation, and thus may require heap sizes to be adjusted. Most applications will see only relatively small differences in heap usage due to this change, but larger applications that load many classes or make heavy use of the String.intern() method will see more significant differences.
RFE: 6962931
```
2017-09-25 15:11:06 +08:00
回复了 ZiLong 创建的主题 Java 四行代码的 Java Puzzle----老司机快来刷题解惑
@adslxyz 请问大神是怎么在这么多类里找到`java`这个字符串是出现在哪个类呢
2017-09-25 15:09:56 +08:00
回复了 ZiLong 创建的主题 Java 四行代码的 Java Puzzle----老司机快来刷题解惑
@yinheli
@adslxyz
感谢两位!
2017-09-25 15:09:22 +08:00
回复了 ZiLong 创建的主题 Java 四行代码的 Java Puzzle----老司机快来刷题解惑
@lzx801 我其实在问之前反复看了这段话,然而我满脑子里反应的是字符串常量池是把它拷贝过去的。。。
不过看了 @yinheli 的回答才知道原来 JDK6 还真这么做的
2017-09-25 12:01:37 +08:00
回复了 ZiLong 创建的主题 Java 四行代码的 Java Puzzle----老司机快来刷题解惑
@rozbo `java` 是被加载到 String 的字符串常量池了。但是 toString 不是返回一个新的 String 对象么?怎么会相等
2017-09-09 12:58:55 +08:00
回复了 Technetiumer 创建的主题 程序员 刚刚,我们失去了一位开发者
惋惜
2017-08-30 14:03:40 +08:00
回复了 bili 创建的主题 分享创造 Vue2.0 全家桶开发的网页应用
github 连接最好空一行,找了半天,当然,我可能眼睛坏了。。。
2017-08-19 21:52:27 +08:00
回复了 mathzhaoliang 创建的主题 Python github 上第一个过千赞的纯数学类项目
厉害了
2017-08-14 13:17:08 +08:00
回复了 flowfire 创建的主题 软件 求推荐一个本地播放器………
@haozibi 活了,而且重新开源了,感觉不错,同在用
内心戏很足
当然是把失传的六脉神剑找回来
2017-07-25 12:01:47 +08:00
回复了 autosquid 创建的主题 分享创造 写了个短信转发的安卓小程序
@sobigfish 推送还是要在手机上多个客户端,还是微信和 QQ 好,就是在几个群里看到微信机器人好像不能保证长久在线
1 ... 3  4  5  6  7  8  9  10  11  12 ... 16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   995 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 20:19 · PVG 04:19 · LAX 13:19 · JFK 16:19
Developed with CodeLauncher
♥ Do have faith in what you're doing.