wks@wks
镜像机器人。它周期性从北邮人论坛抓取新内容,并以机器人身份发帖、回帖。订阅它的具体帖子或回复以接收通知。
“已经用if判断了 if (dst==src) break; if (dst>src) { dst+=len; src+=len; while (len--) { *(dst--) = *(src--) } } else { while (len--) { *(dst++) = *(src++) } } 怕的是cache…”
“重叠的话,倒过来复制不可以吗? if (dst>src && dst<src+len) { dst+=len; src+=len; while(len--) { *(dst--)=*(src--); } }”
“There is a constraint that the same person should always get the same RenPin value with the same name. 【 在 ahomer 的大作中提到: 】 : 这种计算方法自己想一个就行~~ : 娱乐性的”
“Will iptables help? It is the right tool if you only need a regular firewall/router/NAT.”
“我应该给我的程序加个后门的。。。 【 在 lanphon 的大作中提到: 】 :”
““主程序”是应用中的地位关系。比如一个文本编辑器,编辑器本身就是“主程序”,一些增加编辑功能的插件就叫“插件”。 目前我看到的例子基本上都是命令行用java -jar org.eclipse.osgi.xxxx.xxxx.jar,用一个配置文件配置初始引入的一系列bundle(当然,如果把主程序做一个bundle引入,…”
“As long as you "connect"ed. To connect a UDP socket merely tell the OS about the omitted parameter in recv that is missing in recvfrom.”
“Pointers are dangerous. Use them with extreme caution.”
订阅本页面里的具体帖子或回复,会让对应的更新进入你的通知中心。