码迷,mamicode.com
首页 >  
搜索关键字:system center 2012 r2 configuration manager    ( 74236个结果
server 2008r2 rabbitmq 安装web管理
在server 20008 r2 安装完之后打开 localhost:15672 显示无法找到网页 因为默认web管理没有启用 需要启用下,启用过程1:打开rabbbitrq命令 (开始菜单rabbitmq文件夹下)2:依次输入(1)rabbitmq-plugins enable rabbitmq....
分类:Web程序   时间:2014-04-28 17:57:30    阅读次数:723
Buddy system伙伴分配器实现
wikipedia:http://en.wikipedia.org/wiki/Buddy_memory_allocationThebuddy memory allocationtechnique is amemory allocationalgorithm that divides memory i...
分类:其他好文   时间:2014-04-28 08:31:27    阅读次数:584
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
[主机/oracle/msyql] 监控脚本
为了方便自己测试和监控,写了三个监控的脚本。 分别监控: 主机【cpu,mem,disk,fs,net】 oracle mysql 脚本如下:hmon.py: monitor Linux os system including cpu,memory,disk,net,file s...
分类:数据库   时间:2014-04-28 01:27:52    阅读次数:765
提问:"~"运算符
本人有一段代码关于"~"运算符 public class m{ public static void main(String[] args){ int x=~5; System.out.println(x); ...
分类:其他好文   时间:2014-04-28 00:48:41    阅读次数:326
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
C#-ColorDialog,FontDialog-文字格式的设置---ShinePans
文字格式设置: 字体颜色设置: Program.cs: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ColorDialog { static class Program {...
分类:其他好文   时间:2014-04-27 20:38:47    阅读次数:576
RHEL克隆虚拟机后改变网卡地址
RHEL克隆虚拟机后改变网卡地址(一)更改hostname# vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=your-vm-hostname-here (二)更改网卡地址在使用virt-manager或virtual-box克隆了RHEL6的虚拟机之后,网卡地址需要手动更改。首先在virt-manager中查看虚拟机属性: View->De...
分类:其他好文   时间:2014-04-27 20:20:36    阅读次数:652
一些概念
一些概念 脚本语言:翻译一句,执行一句,不产生目标代码。代表有vb script,java script。 编译语言:全部编译为汇编语言后再执行。代表有C++、Java。...
分类:其他好文   时间:2014-04-27 19:34:11    阅读次数:459
Zygote进程【2】——Zygote的分裂
在Zygote的诞生一文中init进程是如何一步步创建Zygote进程的,也了解了Zygote的进程的作用。Zygote进程的诞生对于整个Java世界可以说有着”开天辟地“的作用,它创建了Java虚拟机,并且繁殖了Java世界的核心服务system_server进程,在完成Java世界的初创工作以后,Zygote并没有死去,它只是暂时的沉睡(socket事件堵塞)在那里,一旦有需要(有客户端请求的...
分类:其他好文   时间:2014-04-27 19:13:55    阅读次数:819
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!