monkeymonkey

monkeymonkey

V2EX member #78397, joined on 2014-10-24 17:31:30 +08:00
Per monkeymonkey's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
monkeymonkey's recent replies
lz 典型的学了一点小技巧出来 showoff 被打脸,一瓶子不满半瓶子晃荡。所谓的 python“高级”特性也不过是程序员基本功而已,楼上各位提到时间复杂度空间复杂度,GC,profiling,这些才是真正的“高级”内容。
北京联通用户。刚才以携号转网和工信部投诉相威胁,在微信公众号上成功让客服妥协给我转 8 元套餐。她说帮我记录一下反馈这个问题,不知道能否换成功。
Jan 9, 2019
Replied to a topic by pianjiao 分享创造 微信年度报告来了。有彩蛋。。。
问题不在于微信有没有在服务器存你的聊天记录,问题在于微信有没有“看”。微信之前一直说不会看用户数据,那么问题来了,微信是如何知道每天有多少次“你好”被发送的?
来晚了来晚了
Apr 1, 2018
Replied to a topic by MenDa 问与答 关于 win10 小娜更换搜索引擎更换成 chrome
@zcbenz 我猜是全角空格的问题,lz 看起来不太了解文本编码,这段内容像是从哪里复制来的,引入了全角字符。
支持你,我也被诬陷过私拆。我 tm 用那么小心,去天才吧检测是第一次,你说我私拆?我连螺丝刀都没有我上哪拆?
Feb 19, 2018
Replied to a topic by greenhat233 问与答 一道简单的 c++编程题求解答
```
int main()
{
int N = 0;
int hash[1000] = {0};
int l = 0;

cin >> N;
for (int i = 0; i < N; i++) {
cin >> l;
hash[l]++;
}

int count = 0, single = 0;
for (int i = 0; i < 1000; i++) {
if (hash[i] >= 2)
count++;
if (hash[i] % 2 != 0)
single = i;
}

cout << count << " " << single << endl;
return 0;
}
```
@gaobh 刚才下了一个,提示一直连不上网络怎么回事
Dec 31, 2017
Replied to a topic by monkeymonkey 硬件 求推荐支持 Airplay 的无线音箱
@won onkyo yamaha marantz 这些牌子 2k 左右的功放效果如何?我再配对音箱,感觉 4k 左右可以拿下
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3126 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 00:07 · PVG 08:07 · LAX 17:07 · JFK 20:07
♥ Do have faith in what you're doing.