Stella981 Stella981
3年前
Openwrt中用iftop查看网络流量情况
iftop可以查看指定网卡上的流量情况,命令说明iftop:displaybandwidthusageonaninterfacebyhostSynopsis:iftoph|npblNBPiinterfaceffiltercode
Stella981 Stella981
3年前
Linux 如何使用gdb 查看core堆栈信息
转载:http://blog.csdn.net/mergerly/article/details/41994207(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fmergerly%2Farticle%2Fdetails%2F41994207)core
Stella981 Stella981
3年前
Nginx 反向代理配置及403出现原因
//image.happy.com.confserver{  //监听80端口listen80;  //状态on,首页展现索引  //状态off,首页403,不影响下层资源访问  autoindexoff;  //image.happy.com    serve
Stella981 Stella981
3年前
PostgreSQL查看索引的使用情况
查看某个表的索引使用情况selectrelname,indexrelname,idx_scan,idx_tup_read,idx_tup_fetchfrompg_stat_user_indexeswhererelnametable_nameorderbyidx_scanasc,idx_t
Stella981 Stella981
3年前
Docker搭建redis
环境准备系统:centos7.7192.168.33.14192.168.33.15192.168.33.16 端口号:63816382一.搭建redis集群(以下步骤在每台服务器上都要执行)1.安装dockeryumyinstalldockersystemctlstartdockersystemct
Stella981 Stella981
3年前
CentOS7查看网络的相关命令
转载自:https://www.linuxidc.com/Linux/201507/119555.htm1.切换到超级用户\Oscar@localhost桌面\$suroot2.查询可用的无线网卡,其中红色为网卡号\Oscar@localhost桌面\$iwdevphy0  Int
Wesley13 Wesley13
3年前
myeclipse中加入jad查看jar源代码
1、 下载反编译工具jad a)    下载地址:http://varaneckas.com/jad/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fvaraneckas.com%2Fjad%2F),根据相对操作界面的版本进行下载,因为我们的操作界面是windo
Stella981 Stella981
3年前
PostgreSQL 查看表字段类型及注释
一、查看pg表字段‘名称’、‘类型’、‘非空’、‘注释’SELECTa.attnameas字段名,format_type(a.atttypid,a.atttypmod)as类型,a.attnotnullas非空,c
融云IM即时通讯 融云IM即时通讯
8个月前
融云IM干货丨如何优化插件以减少内存占用?
为了优化插件以减少内存占用,以下是一些具体的策略和方法:1.代码瓶颈优化:重写热点函数,采用更高效的算法和数据结构,减少不必要的计算和内存分配。2.资源瓶颈处理:实现分批处理和惰性加载机制,减少对内存和CPU的即时需求。3.插件加载优化:重构插件架构,使用