码迷,mamicode.com
首页 >  
搜索关键字:standard 1.1.x vm    ( 9501个结果
httpd 不带反斜杠 出现 301重定向
[root@VM_64_69_centos httpd]# curl http://localhost:9001/pay301 Moved PermanentlyMoved PermanentlyThe document has moved here.Apache/2.2.15 (CentOS) S...
分类:其他好文   时间:2014-06-10 13:26:18    阅读次数:287
Count属性
在PS2.0中,如果返回值为空,则count也会返回空(vm.txt内容为空),如下:(gc d:\vm.txt).count如果加上@的话,会返回0@(gc d:\vm.txt).count在PS3.0中,即使内容为空,count也会返回0=============================...
分类:其他好文   时间:2014-06-10 12:58:20    阅读次数:177
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using Sy...
分类:其他好文   时间:2014-06-10 11:19:19    阅读次数:1209
UVA 10085(bfs+康拓展开)八数码问题
Description Problem A The Most Distant State Input: standard input Output: standard output   The 8-puzzle is a square tray in which eight square tiles are placed. The remaining ninth square ...
分类:其他好文   时间:2014-06-10 07:59:06    阅读次数:335
android 开发学习笔记 (一)
每个app 都有一个自己的 linux 进程;每个进程都在自己的虚拟机里执行两个app 可以跑在一个进程,一个vm里android app 四大组件:activity,content provider, services, broardcast receiversContent Resolver ....
分类:移动开发   时间:2014-06-10 00:25:23    阅读次数:287
内核参数vm.overcommit_memory和vm.overcommit_ratio
(1)vm.overcommit_memory执行grep -i commit /proc/meminfo看到CommitLimit和Committed_As参数。CommitLimit是一个内存分配上限,CommitLimit = 物理内存 * overcommit_ratio(默认50,即50%...
分类:其他好文   时间:2014-06-09 20:39:30    阅读次数:609
libvirt 命令行交互工具之virsh
libvirt是当前主流VM最低层库、IBM PowerVM也不例外,libvirt是深入玩虚拟化必须玩转的东西;简单测试玩玩libvirt 的virsh命令行交互工具,你我都知识libvirt大体上主要有3个组件,分别是:1. libvirt daemon进程2. 命令行工具virsh3. ...
分类:其他好文   时间:2014-06-08 19:57:13    阅读次数:369
Cygwin安装与使用入门
对于 UNIX 本身,也有各种称呼。IBM® 大型机用户说各种带字母 “z” 的行话,比如 IBM z/OS® 和 System z9 Virtual Machine (z/VM);嵌套系统开发人员使用 eCos 这个词;在聊天中还会提到其他许多风格的 UNIX,比如 Linux®、FreeBSD、Sun Solaris 和 Mac OS X。现代信息技术使用各种各样的方言,简直就像是圣经中巴别塔...
分类:Windows程序   时间:2014-06-08 16:36:37    阅读次数:402
错误处理:java.lang.NoClassDefFoundError: org/apache/taglibs/standard/tag/rt/core/ForEachTag
错误处理:java.lang.NoClassDefFoundError: org/apache/taglibs/standard/tag/rt/core/ForEachTag...
分类:编程语言   时间:2014-06-08 09:04:44    阅读次数:324
Android应用性能测试
Android内存限制 java虚拟机有内存使用上限的限制 adb shell进入手机,这此参数被纪录在/system/build.prop中,如果想直接查看可以使用adb shell getprop 单个应用程序最大内存限制,超过这个值会产生OOM dalvik.vm.heapgrowthlimit 应用启动后分配的初始内存 dalvik.vm.heapsta...
分类:移动开发   时间:2014-06-08 03:42:55    阅读次数:417
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!