上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 在了解三者区别之前, 我们来个实例: tt=# create table t3(a char,b varchar);CREATE TABLETime: 14.543 mstt=# insert into t3 values('aa','bb');ERROR: 22001: value too lon 阅读全文
posted @ 2022-09-13 15:40 青空如璃 阅读(1770) 评论(0) 推荐(0) 编辑
摘要: 转载:http://myeyeofjava.iteye.com/blog/1837860 adb shell procrank | grep com.package > appmem说明:五个参数分别为PID Vss Rss Pss Uss 一般来说内存占用大小有如下规律:VSS >= RSS >= 阅读全文
posted @ 2022-09-12 17:27 青空如璃 阅读(117) 评论(0) 推荐(0) 编辑
摘要: ####创建表空间[postgres@harbor ~]$ cd /pgccc/ && mdir mytablespace && sudo chown -R postgres. /pgccc/mytablespace[postgres@harbor pgccc]$ ls -la总用量 4drwxr- 阅读全文
posted @ 2022-09-12 14:47 青空如璃 阅读(268) 评论(0) 推荐(0) 编辑
摘要: psql (14.3)Type "help" for help. postgres=# \df+ pg_export_snapshot List of functions Schema | Name | Result data type | Argument data types | Type | 阅读全文
posted @ 2022-09-12 11:37 青空如璃 阅读(87) 评论(0) 推荐(0) 编辑
摘要: #download imagesdocker pull oceanbase/oceanbase-ce #start containerddocker run -p 2881:2881 --name oceanbase-ce -d -e OB_HOME_PATH="/root/obce" -e OB_ 阅读全文
posted @ 2022-09-08 17:24 青空如璃 阅读(379) 评论(0) 推荐(0) 编辑
摘要: import datetimeimport psutil############1.memory#############################mem=psutil.virtual_memory()print("总内存为:",mem.total,"\n","使用内存为:",mem.used 阅读全文
posted @ 2022-09-08 17:01 青空如璃 阅读(86) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/3/13 8:34 # @Author : AndyXi# @Version:V 0.1# @File : dns.py# @desc :import dns.resolverdom 阅读全文
posted @ 2022-09-08 17:01 青空如璃 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/3/13 8:08 # @Author : AndyXi# @Version:V 0.1# @File : network_info.py# @desc :from IPy impo 阅读全文
posted @ 2022-09-08 16:57 青空如璃 阅读(19) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/9/8 13:08 # @Author : AndyXi# @Version:V 0.1# @File : 爬video.py# @desc :import requestsimpo 阅读全文
posted @ 2022-09-08 16:53 青空如璃 阅读(36) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# _*_ coding: utf-8 _*_# @Time : 2022/9/8 14:31 # @Author : AndyXi# @Version:V 0.1# @File : 爬img.py# @desc :import jsonfrom datet 阅读全文
posted @ 2022-09-08 16:51 青空如璃 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页