1 //strlen - calculate the length of a string// 2 3 #include 4 5 int strlens(const char *s); 6 char strcats(char *dest, const char *src); 7 8 #define ... ...
分类:
其他好文 时间:
2019-01-22 10:56:16
阅读次数:
187
一:查看警告日志文件的位置 Oracle 12c环境下查询,alert日志并不在bdump目录下,看到网上和书上都写着可以通过初始化参数background_dump_dest来查看alter日志路径,还说警告日志文件的缺省位置是%Oracle_base%\admin\orcl\bdump,其实12... ...
分类:
数据库 时间:
2019-01-20 13:43:00
阅读次数:
318
此次使用IBM X3650 M4服务器配置raid阵列,硬件配置为5块sas和1块ssd。其中2块sas配置成raid1用作系统盘,其余3块sas和1块ssd统一配成raid0。dell服务器配置raid步骤会持续补充上 一、进入WebBIOS界面 启动服务器等待出现如上界面后按照提示按Ctrl+H ...
分类:
其他好文 时间:
2019-01-19 16:15:12
阅读次数:
204
icinga2使用check_snmp_idrac.py监控DELL硬件状态:gitclonehttps://github.com/pynag/pynag.gitcdpynagpythonsetup.pybuildpythonsetup.pyinstallyuminstallnet-snmp-develnet-snmp-pythonhttps://github.com/rsmuc/health_m
分类:
其他好文 时间:
2019-01-17 23:43:27
阅读次数:
307
一.Set操作,Set集合就是不允许重复的列表 1.sadd(name,values) 2.scard(name) 3.sdiff(keys, *args) 4.sdiffstore(dest, keys, *args) 5.sinter(keys, *args) 6.sinterstore(des ...
分类:
其他好文 时间:
2019-01-16 20:45:42
阅读次数:
217
2、public static void copyProperties(Object dest, Object orig) 从一个对象复制属性到另一个对象上,只要属性名相同即可。 4、copyProperty(Object bean, String name, Object value),给bean ...
分类:
其他好文 时间:
2019-01-16 11:43:41
阅读次数:
144
Many times ago, i saw a blog about MB sd connect C4 for benz, the author said he like this tool very much, and make a comparison with mb star c3 for a ...
分类:
其他好文 时间:
2019-01-13 12:23:41
阅读次数:
144
服务器出货量: 1200万台, 总体营收大约为800亿刀 同比上升 5% (前三名分别为Dell EMC、HPE (含H3C)与Inspur,出货市占率分别为16.7%、15.1%、 7.8%。) PC出货量: 2.6亿台 同比下降 0.3%(近七年最低下降) 智能手机出货量: 14亿台左右 其中国 ...
分类:
其他好文 时间:
2019-01-12 13:11:52
阅读次数:
228
1.HDFS的shell操作hadoopversion//查看版本hadoopfs-appendToFilesrc(Linux中的文件)dest(hdfs目录下的文件)//追加hadoopfs-catfile(hdfs目录下的文件)//查看文件内容Hadoopfs-tailfile(hdfs目录下的文件)//查看文件末尾1kb的数据hadoopfs-checksumfile(hdfs目录下的文件)
1.新建welecomeactivity.java package com.example.dell.apps; import android.annotation.SuppressLint; import android.app.Activity; import android.content.I ...
分类:
移动开发 时间:
2019-01-11 11:31:45
阅读次数:
205