在我们服务器日常维护中,我们可能会关心服务器CPU的温度,如何在Linux系统中快速查看CPU温度呢?lm_sensors提供了一套方案,可以自动侦测主板传感器的型号和读取方式,可以在命令行模式下快速安装运行。这样我们就可以把CPU温度纳入到日常的监控中去了。在CentOS系统中安装使..
分类:
系统相关 时间:
2015-12-01 11:00:58
阅读次数:
568
LINK busybox_unstrippedTrying libraries: crypt mFailed: -Wl,–start-group -lcrypt -lm -Wl,–end-groupOutput of:gcc -Wall -Wshadow -Wwrite-strings -Wund....
分类:
其他好文 时间:
2015-11-10 20:58:26
阅读次数:
313
<iframeid="win"height="140"marginheight="0"src="http://www.sdfao.gov.cn/lm/front/main.jsp?sysid=004"frameborder="0"width="100%"name="win"marginwidth="0"scrolling="no"align="top"onload="javascript:document.getElementById(‘win‘).style.height=win.document.b..
分类:
其他好文 时间:
2015-11-07 10:54:57
阅读次数:
231
若 $\calC$ 同时为代数和单调类或同时为 $\pi$ 类和 $\lm$ 类, 则 $\calC$ 为 $\sigma$ 代数.
分类:
其他好文 时间:
2015-11-06 22:13:32
阅读次数:
165
cat /etc/shells 系统拥有的shellcat /etc/passwd 记录用户使用的shell按两次 tab 键可显示所有可执行的指令alias 查看所有命令的别名alias lm='ls -al' 定义别名(常用的指令可以起个别名)在指令后面加 \ 可以换行接着输入指令myname=...
分类:
系统相关 时间:
2015-11-06 16:17:15
阅读次数:
366
/** * 获取经纬度坐标的service * * @author Kevin * */public class LocationService extends Service { private LocationManager lm; private MyLocationListener list...
分类:
移动开发 时间:
2015-10-29 21:53:40
阅读次数:
194
编译的时候也要在指令后面加 -lm: gcc -o abc abc.c -lm原因:缺少某个库,用 -l 参数将库加入。Linux的库命名是一致的, 一般为 libxxx.so, 或 libxxx.a, libxxx.la, 要链接某个库就用 -lxxx,去掉头 lib 及 "." 后面的 so, ...
分类:
其他好文 时间:
2015-10-25 14:50:50
阅读次数:
169
一、安装相应的rpmrpm
-ivhnet-snmp-5.3.2.2-17.el5.x86_64.rpm
net-snmp-utils-5.3.2.2-17.el5.x86_64.rpm
lm_sensors-2.10.7-9.el5.x86_64.rpm二、安装成功后,配置snmpd.confcom2sec
notConfigUser172.16.97.0/24snmp_passaccessnotConfigGroup""any
noauthexactallnonenonev..
分类:
其他好文 时间:
2015-09-09 14:57:13
阅读次数:
166
Linux查看CPU的位数(32位、还是64位)可以通过下面命令实现:#查询cup信息,然后grep搜索是否支持lm (long mode 64bit)cat/proc/cpuinfo|grepflags|grep'lm'|wc-l查看操作系统的位数uname -a查看可执行文件的位数file xx...
分类:
其他好文 时间:
2015-09-08 12:00:33
阅读次数:
168
要在NDK中打印日志,只需要以下三步:一、在Android.mk中添加以下内容:LOCAL_LDLIBS := -lm -llog注意,这行代码要添加在include $(CLEAR_VARS)之后,否则没有效果。二、引用头文件#include 三、定义变量//定义TAG之后,我们可以在LogCat通过TAG过滤出NDK打印的日志
#define TAG "JNITES...
分类:
其他好文 时间:
2015-09-05 11:14:06
阅读次数:
193