摘要: sizeof(char) → 返回char型所占空间:1 (Byte) sizeof(char*) → 返回char*型指针所占空间:4 (Byte) sizeof(数组名) → 返回该字符串指针数组里元素所占空间:n*4(或8)(n为字符串指针数组元素个数,也即数组的字符串个数) 比如 char 阅读全文
posted @ 2017-04-04 18:54 生亦禾 阅读(12662) 评论(4) 推荐(1)
摘要: pychallenge之四 <!-- urllib may help. DON'T TRY ALL NOTHINGS, since it will never end. 400 times is more than enough. --> 点图片跳出了:and the next nothing is 阅读全文
posted @ 2017-03-17 22:33 生亦禾 阅读(338) 评论(0) 推荐(0)
摘要: pychallenge之三 题目还是下面一幅图配上一段话。 One small letter, surrounded by EXACTLY three big bodyguards on each of its sides. 纸面意思是一个小写字母被两边各三个大家伙包围着,其中着重加粗的EXACTL 阅读全文
posted @ 2017-03-08 21:56 生亦禾 阅读(272) 评论(0) 推荐(0)
摘要: pychallenge之二 题目是下面一张图片配上一段话 recognize the characters. maybe they are in the book, but MAYBE they are in the page source. 根据提示可以看出网页source里有蹊跷,果不其然,有如 阅读全文
posted @ 2017-03-07 20:49 生亦禾 阅读(809) 评论(0) 推荐(0)