bdomne

bdomne

V2EX member #56249, joined on 2014-02-19 00:21:17 +08:00
Per bdomne's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
bdomne's recent replies
@asuka02 哈哈,仅对战役的一些细节,自由世界还是盟军,欢迎推荐好书;b
Mar 10, 2015
Replied to a topic by cbsw 程序员 一句话黑你所知道的技术
1楼的英文版
I'd tell you a UDP joke, but you might not get it.
还有很多类似的
www.quora.com/What-are-some-good-jokes-about-computer-networks
和具体编译器有关
最直接通过sizeof(long)、sizeof(int)、sizeof(short)
占多少字节就知道了
PS:sizeof是操作符,不是函数
Jan 5, 2015
Replied to a topic by wdy1184 新手求助 Linux 翻墙
想起之前的这个帖子 www.v2ex.com/t/146385
还望楼主别太介意:D
Jan 2, 2015
Replied to a topic by harmy 2015 用你熟悉的语言写出 2015 吧
.386
.model flat,stdcall
option casemap:none

include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib

.data
szCaption db '2015', 0
szText db 'Happy new year~', 0

.code
start:
invoke MessageBox, NULL, offset szText, offset szCaption, MB_OK
invoke ExitProcess, NULL
end start
安排一些在能力范围的活,在你眼里简单的事在别人眼里就未必
适合你的方法在别人那里不一定也都合适
少吹水,彼此间基本的尊重
曾经你也是新人

当然,新人自身也得多努力

楼主好人~
Jan 1, 2015
Replied to a topic by sanddudu 天黑以后 20150101 午夜俱乐部
新年快乐
Dec 29, 2014
Replied to a topic by hester 纪录片 分享你认为值得一看的纪录片
《荒野求生》
协议分析,比如逆向音视频播放客户端时会用到
Android那边,arm汇编,二次打包、各种X

当然,这些只是看汇编代码,非动手写
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2905 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 13:23 · PVG 21:23 · LAX 06:23 · JFK 09:23
♥ Do have faith in what you're doing.