free free命令基本介绍:用于显示内存和交换空间的使用情况。 Mem:内存的使用情况 Swap:交换空间的使用情况 total:总共物理内存大小 user:已使用的物理内存大小 free:可用物理内存大小 shared:多个进程共享的物理内存大小 buff/cache:磁盘缓存大小 avail ...
分类:
系统相关 时间:
2020-06-09 09:49:01
阅读次数:
89
参考: cocos教程 spine组件参考 当spine动画上有自定义事件时,设置Animation Cache Mode模式为SHARED_CACHE或者PRIVATE_CACHE,将会导致无法抛出事件 spine上自定义事件 cocos骨骼动画设置SHARED_CACHE模式 cocos中监听, ...
分类:
系统相关 时间:
2020-06-08 17:34:15
阅读次数:
96
1.查看自己idea版本,2019.1.2,必须安装相同版本的插件 2.从http://plugins.jetbrains.com/plugin/6317-lombok-plugin中下载对应版本的lombok压缩包 3.依次进入IDEA-->Settings/Preferences-->Plugi ...
分类:
其他好文 时间:
2020-06-08 10:50:40
阅读次数:
86
1、初始化数据库的时候报错 error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory 是因为libstdc++.so.5没有装yum ...
分类:
数据库 时间:
2020-06-08 00:19:25
阅读次数:
134
结构图 graph LR; A(libedu.h) --> B(libedu_typedef.h); A --> C(libedu_support.h); A --> D(libedu_util.h); A --> E(libedu_load.h); A --> F(libedu_analyze.h ...
分类:
系统相关 时间:
2020-06-06 21:59:45
阅读次数:
78
Eclipse快速入门——配置及快捷键 新建项目配置 配置JDK版本: Windows + Preferences + java + Editor + installed JREs + add 配置Tomcat版本: Windows + Preferences + Server + Runtime ...
分类:
系统相关 时间:
2020-06-06 00:37:21
阅读次数:
93
error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 可能你的/usr/lib目录下没有libssl.so.1.0.0这个库,或 ...
分类:
其他好文 时间:
2020-06-05 15:20:36
阅读次数:
275
idea版本更换后,或者gradle刷不到最新包,等等诡异问题,直接清除缓存、完全卸载idea,重装立马搞定删除以下目录: Config: ~/Library/Preferences/IdeaIC13 System: ~/Library/Caches/IdeaIC13 Plugins: ~/Libr ...
分类:
其他好文 时间:
2020-06-04 18:10:50
阅读次数:
1556
系统环境:centos61、需要升级版本libc,误操作导致的2、执行命令都是报错:[root@localhost~]#llls:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordirectory[root@localhost~]#lsls:errorwhileloadingshar
分类:
其他好文 时间:
2020-06-03 09:20:00
阅读次数:
115
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:
编程语言 时间:
2020-05-29 21:46:45
阅读次数:
110