码迷,mamicode.com
首页 >  
搜索关键字:needed    ( 630个结果
AMQ5540, AMQ5541 and AMQ5542, application did not supply a user ID and password, 2035 MQRC_NOT_AUTHORIZED
Technote (troubleshooting) Problem(Abstract) As an MQ administrator you create a new queue manager in WebSphere MQ version 8.0.You can access the queu ...
分类:移动开发   时间:2017-02-26 07:58:24    阅读次数:2040
读书笔记
Here's a new data type called an SDL Surface. An SDL surface is just an image data type that contains the pixels of an image along with all data neede ...
分类:其他好文   时间:2017-02-14 00:58:47    阅读次数:177
OpenSSL所有版本的变化,从1.1开始架构有所变化,生成的lib名称也有所不同了,以及对Qt的影响
The complete explanation is that 1.0.x and 1.1.x do not have the same naming conventions for the generated libraries. OpenSSL 1.1.x has moved into wha ...
分类:其他好文   时间:2017-02-07 01:21:46    阅读次数:886
kattis-Ocean Currents
Ocean Currents For a boat on a large body of water, strong currents can be dangerous, but with careful planning, they can be harnessed to help the boa ...
分类:其他好文   时间:2017-02-04 18:52:04    阅读次数:253
poj2431优先队列
A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately managed to run o ...
分类:其他好文   时间:2017-02-01 18:07:55    阅读次数:208
UVA10269 Adventure of Super Mario(Floyd+DP)
UVA10269 Adventure of Super Mario(Floyd+DP) After rescuing the beautiful princess, Super Mario needs to find a way home -- with the princess of course ...
分类:其他好文   时间:2017-01-24 11:00:52    阅读次数:218
windows下配置Redis
# Redis configuration file example # Note on units: when memory size is needed, it is possible to specifiy # it in the usual form of 1k 5GB 4M and so ... ...
分类:Windows程序   时间:2017-01-19 14:13:03    阅读次数:243
快速理解孤儿进程和僵尸进程
操作系统OS好比一个公司,公司的CEO就是init进程。 任何一个子进程都有父进程,就好比任何一个人都有爹。 这里假定子进程为小明,父进程为小明的爸爸。 init进程作为OS公司的CEO,是小明的爷爷(注:小明的爸爸很可能是CEO的第N代后人,N>=1,这里假定N=1)。 任何一个进程在退出之后都会 ...
分类:系统相关   时间:2017-01-12 21:17:02    阅读次数:271
柔性数组【转】
本文转载自:http://blog.csdn.net/renren900207/article/details/21227741 在讲述柔性数组成员之前,首先要介绍一下不完整类型(incomplete type)。不完整类型是这样一种类型,它缺乏足够的信息例如长度去描述一个完整的对象。 6.2.5 ...
分类:编程语言   时间:2017-01-10 15:10:37    阅读次数:187
python----------进程、线程、协程
进程与线程 什么是进程(process)? An executing instance of a program is called a process. Each process provides the resources needed to execute a program. A proce ...
分类:编程语言   时间:2017-01-09 16:00:41    阅读次数:319
630条   上一页 1 ... 31 32 33 34 35 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!