愚蠢的人类
摘自《金捷幡》https://jinjiefan.com/ 这个世界,是向人类能理解的相反方向前进的。 人类的困惑,也比2000年前多得多。 那时候的哲人,比如老子、孔子、佛陀、基督,都对这个世界有无比清晰的看法和论断。 ...
摘自《金捷幡》https://jinjiefan.com/ 这个世界,是向人类能理解的相反方向前进的。 人类的困惑,也比2000年前多得多。 那时候的哲人,比如老子、孔子、佛陀、基督,都对这个世界有无比清晰的看法和论断。 ...
馆外窗外淅淅沥沥的雨,似乎是阻挡住了我回去的脚步,破旧的运动鞋踩上湿漉漉的地砖定会很滑吧,于是我便决心等雨停。 仔细一看时间21点23,可这个时间并不是我要走的时间,我明白我又神空了(我所指的神确切来说应该是我的注意力)。 ...
朱自清 1925年6月19日夜 原载于1925年7月5日《文学周报》第180期 过了一百年这社会竟没有什么改变,甚至还有大批的国人加入到袭击同胞的小西洋人阵营中。 ...
1925年2月15日,白马湖 朱自清记朋友关于女人之谈,现在只剩wc了,偶然读到故分享一下 白水是个老实人,又是个有趣的人。他能在谈天的时候,滔滔不绝地发出长篇大论。这回听勉子说,日本某杂志上有《女?》一文,是几个文人以“女”为题的桌话的记录。他说,“这倒有趣,我们何不也来一下?”我们说,“你先来!”他搔了搔头发道:“好!就是我先来;你们可别临阵脱逃才好。”我们知道他照例是开口不能自休的。果然,一番话费了这多时候,以致别人只有补充的工夫,没有自叙的余裕。那时我被指定为临时书记,曾将桌上所说,拉杂写下。现在整理出来,便是以下一文。因为十之八是白水的意见,便用了第一人称,作为他自述的模样;我想,白水大概不至于不承认吧? ...
生活,是一片浩渺汹涌的海 虽然已在其中生活25载 我深深的明白 一条鲸 需要不断浮沉 浮与沉之间 是生存与生活没有规律的不断切换 生活的不满都可以在浮到水面时向空中吐上口水发泄 ...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Sub Macro1() ' ' Macro1 Macro ' ' Dim c, i As Integer Dim s As String c = Worksheets.Count For i = 1 To c s = s & Worksheets(i).Name & Chr(13) Worksheets(i).Select Selection.AutoFilter Cells.Select Selection.EntireRow.Hidden = False Selection.EntireColumn.Hidden = False Next MsgBox "已经取消所有筛选和隐藏状态" End Sub
winhex中那些常见的文件格式对应的16进制头 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 {'fileformat': '.zip', 'stahex': '504B0304', 'endhex': '504B'} {'fileformat': '.7z', 'stahex': '377ABCAF271C', 'endhex': ''} {'fileformat': '.rar', 'stahex': '526172211A0700', 'endhex': 'C43D7B00400700'} {'fileformat': '.gz', 'stahex': '1F8B08', 'endhex': ''} {'fileformat': '.tar.gz', 'stahex': '1F8B', 'endhex': ''} {'fileformat': '.tar', 'stahex': '30373037', 'endhex': ''} {'fileformat': '.bz&bz2', 'stahex': '425A68', 'endhex': ''} {'fileformat': '.jpeg', 'stahex': 'FFD8FFE0', 'endhex': 'FFD9'} {'fileformat': '.jpeg', 'stahex': 'FFD8FFE1', 'endhex': 'FFD9'} {'fileformat': '.png', 'stahex': '89504E47', 'endhex': 'AE426082'} {'fileformat': '.gif', 'stahex': '474946383961', 'endhex': '003B'} {'fileformat': '.bmp', 'stahex': '424D', 'endhex': ''} {'fileformat': '.tif', 'stahex': '49492A00', 'endhex': ''} {'fileformat': '.exe', 'stahex': '4D5A', 'endhex': ''} {'fileformat': '.jar', 'stahex': '5F27A889', 'endhex': ''} {'fileformat': '.evt', 'stahex': '03000000', 'endhex': ''} {'fileformat': '.xml', 'stahex': '3C3F786D6C', 'endhex': ''} {'fileformat': '.html', 'stahex': '68746D6C3E', 'endhex': ''} {'fileformat': '.mdb', 'stahex': '5374616E', 'endhex': ''} {'fileformat': '.doc', 'stahex': 'D0CF11E0', 'endhex': ''} {'fileformat': '.pdf', 'stahex': '25504446', 'endhex': ''} {'fileformat': '.xls', 'stahex': '09040600', 'endhex': ''} {'fileformat': '.psd', 'stahex': '38425053', 'endhex': ''} {'fileformat': '.mov', 'stahex': '6D646174', 'endhex': ''} {'fileformat': '.avi', 'stahex': '41564920', 'endhex': ''} {'fileformat': '.wav', 'stahex': '57415645', 'endhex': ''} {'fileformat': '.ram', 'stahex': '2E7261FD', 'endhex': ''} {'fileformat': '.rm', 'stahex': '2E524D46', 'endhex': ''} {'fileformat': '.mpg', 'stahex': '000001BA', 'endhex': ''} {'fileformat': '.mpg', 'stahex': '000001B3', 'endhex': ''} {'fileformat': '.dwg', 'stahex': '41433130', 'endhex': ''}