10 2024 档案

Linux bash 与 命令行 查找进程的不同
摘要:#必须使用 GL2ServerConsole.dll 来过滤 #不能使用 GL2ServerConsole #在命令行模式下一样 #但是通过远程bash调用 后者会返回如下内容: root 25800 0.0 0.0 113280 1220 ? S 20:36 0:00 bash -c /root/ 阅读全文

posted @ 2024-10-24 12:14 norsd 阅读(6) 评论(0) 推荐(0) 编辑

快速确定dll 是x86还是x64
摘要:reference: https://www.cnblogs.com/chinalantian/p/4903252.html 非.NET文件用:dumpbin.exe /headers file.exe(C:\Program Files (x86)\Microsoft Visual Studio 1 阅读全文

posted @ 2024-10-14 14:45 norsd 阅读(12) 评论(0) 推荐(0) 编辑

Python 将 tuples 作为参数依序传入函数 (Expanding tuples into arguments)
摘要:myfun(*tuple) does exactly what you request. reference: http://stackoverflow.com/questions/1993727/expanding-tuples-into-arguments 阅读全文

posted @ 2024-10-13 09:11 norsd 阅读(2) 评论(0) 推荐(0) 编辑

Nanomsg 安装在windows下的流程
摘要:从GitHub上下载 zip https://github.com/nanomsg/nanomsg官方Readme.md中关于Windows的安装方法很简单,如果你完全照做可能编译后是一个32bit的nanomsghttps://github.com/nanomsg/nanomsg/issues/8 阅读全文

posted @ 2024-10-10 08:19 norsd 阅读(40) 评论(0) 推荐(0) 编辑

Linux系统查看文件夹大小,按照从大到小排列
摘要:Reference: https://zhuanlan.zhihu.com/p/628539546 可以使用du命令查看文件夹大小,然后使用sort命令排列,组合起来如下: du -sh * | sort -rh 解释一下这个命令: du命令用于估算文件或文件夹的磁盘使用情况。 -s选项用于显示文件 阅读全文

posted @ 2024-10-09 12:34 norsd 阅读(414) 评论(0) 推荐(0) 编辑

在修改dll名字后如何使lib重建,定向到新名字的dll
摘要:ref: https://blog.csdn.net/GG_SiMiDa/article/details/81742924 因为工作需要区分不同版本的dll(名字相同), 工程中不希望动态LoadLibrary,而是用lib 所以必须重建lib。 将dll改名为 原名.version.dll用 pe 阅读全文

posted @ 2024-10-04 09:59 norsd 阅读(9) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 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 1 2 3 4 5
点击右上角即可分享
微信分享提示