nuanyangyang@nuanyangyang
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“Then you should really give Ruby a try. C++ is not for saving typing. Your little saving is insignificant comparing to the sheer complexity of C++ itself. 【 在 q…”
“Why? for(int i=0; i<n; ++i) is the standard C/C++ way of iterating over an array. ... well, unless you intend to unfold the loop. But I believe the compiler can…”
“话说要不要试试Python? Python2有unicode类型,专门处理各国语言;Python3的str类型默认为unicode。下面以Python3举例: txt = "我是字符串" 想取前3个,就是 txt2 = txt[:3] print(txt3) # 输出“我是字” 完美处理中英文 要不然,试试Java。从…”
“用wireshark抓抓包试试看。”
“Just being curious. Are you creating any libraries where operator overriding is helpful? 【 在 qiukun 的大作中提到: 】 : At present, I would like to use overrided operat…”
“The point is: making things simpler helps you make less mistakes. I proved this in my project that adding a layer of abstraction not only make your life easier,…”
“import java.math.BigInteger; BigInteger x1 = BigInteger.valueOf(3); BigInteger y1 = BigInteger.valueOf(4); BigInteger x2 = BigInteger.valueOf(5); BigInteger y2 …”
“什么是“文件里所有程序名字”呢/”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。