码迷,mamicode.com
首页 >  
搜索关键字:ibm exp400    ( 3385个结果
linux系统组成及初识
cpu架构 + 个人PC : x86 + 手持移动: arm + SUN的solaris:ultrasparc + IBM的AIX:power + HP的HP UNIX:alpha + 可以在x86上交叉编译arm的程序 + linux(elf)和windows(exe)的二进制文件不同,编译后不兼 ...
分类:系统相关   时间:2018-06-03 21:27:25    阅读次数:213
Link monitoring
参考:https://www.ibm.com/support/knowledgecenter/en/linuxonibm/com.ibm.linux.z.l0wlcb00/l0wlcb00_miimonitor.html https://www.ibm.com/support/knowledgece ...
分类:其他好文   时间:2018-06-03 10:41:47    阅读次数:199
Linux基础(一)——服务器基础及简单命令集
Linux概述Linux是一种操作系统,Unix之父,肯.汤普森,丹尼斯.李奇(C语言之父)Linux之父,林纳斯.托瓦兹自由软件之父,理查德.斯托曼GNU项目常见服务器系统Unix,IBM、HP、Sun、BSD……少数几个公司(封闭)Linux,红帽、Debian、深度、……很多个公司(开源)Windows,微软公司(封闭)Linux常见文件系统XFS常用EXT4SWAP虚拟内存文件Linux简
分类:系统相关   时间:2018-06-01 19:07:46    阅读次数:176
Java 8 中的 Streams API 详解
转自:https://www.ibm.com/developerworks/cn/java/j-lo-java8streamapi/ 为什么需要 Stream Stream 作为 Java 8 的一大亮点,它与 java.io 包里的 InputStream 和 OutputStream 是完全不同 ...
分类:编程语言   时间:2018-06-01 11:38:07    阅读次数:162
fastDfs V5.02 升级到 V5.08版本后,启动报错:symbol lookup error: /usr/bin/fdfs_trackerd: undefined symbol: g_current_time
/libfastcommon-1.0.36 # ./make.sh cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -g -O3 -c -o hash.o hash.c cc -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOUR ...
分类:其他好文   时间:2018-05-29 17:15:38    阅读次数:3169
设置marbles . step 4 error error: Caught exception: TypeError: Cannot read property 'getConnectivityState' of undefined
参考链接:https://github.com/IBM-Blockchain/marbles/issues/220 error: Caught exception: TypeError: Cannot read property 'getConnectivityState' of undefined ...
分类:其他好文   时间:2018-05-28 21:10:43    阅读次数:1064
API Management Architecture Notes
IBM Reference Architecture for API Management: https://developer.ibm.com/apiconnect/documentation/api-101/ibm-reference-architecture-api-management/Re ...
分类:Windows程序   时间:2018-05-25 16:54:09    阅读次数:270
pkg-config 磁盘位置
cflags: pkg-config --cflags libmodbus >> -I/usr/local/include/modbus pkg-config --cflags glib-2.0 >> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-g ...
分类:其他好文   时间:2018-05-24 15:03:00    阅读次数:172
MySQL 当记录不存在时插入(insert if not exists)
在 MySQL 中,插入(insert)一条记录很简单,但是一些特殊应用,在插入记录前,需要检查这条记录是否已经存在,只有当记录不存在时才执行插入操作,本文介绍的就是这个问题的解决方案。 问题:我创建了一个表来存放客户信息,我知道可以用 insert 语句插入信息到表中,但是怎么样才能保证不会插入重 ...
分类:数据库   时间:2018-05-22 10:43:11    阅读次数:242
yarn
https://www.ibm.com/developerworks/library/bd-yarn-intro/ https://hadoop.apache.org/docs/r2.7.2/hadoop-yarn/hadoop-yarn-site/YARN.html ...
分类:其他好文   时间:2018-05-21 12:31:27    阅读次数:136
3385条   上一页 1 ... 66 67 68 69 70 ... 339 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!