码迷,mamicode.com
首页 >  
搜索关键字:linux基本命令—— cat more w who pwd    ( 37061个结果
Eclipse发生异常Unhandled event loop exception No more handles
eclipse发生异常: org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:4387) at org.eclipse.swt.SWT.error(SWT.java:4276) at org.eclipse.swt.SWT.error(SWT.java:4247) at org.e...
分类:系统相关   时间:2014-07-15 10:39:43    阅读次数:431
K贪心
/* K - 贪心 基础 Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Description FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the ...
分类:其他好文   时间:2014-07-15 10:16:57    阅读次数:214
Linux硬件信息查询命令
摘要: 系统  # uname -a # 查看内核/操作系统/CPU信息  # head -n 1 /etc/issue # 查看操作系统版本  # cat /proc/cpuinfo # 查看CPU信息  # hostname # 查看计算机名  # ls... 系统   # uname -a # 查看内核/操作系统/CPU信息   # head -n 1...
分类:系统相关   时间:2014-07-15 10:14:37    阅读次数:503
Dictionaries
A dictionary is like a list, but more general. In a list, the indices have to be integers; in a dictionary they can be (almost) any type. You can thin...
分类:其他好文   时间:2014-07-14 23:26:50    阅读次数:329
jQuery 入门笔记1
jQuery是一个兼容多浏览器的javascript框架,核心理念是write less,do more(写得更少,做得更多)。1:jQuery使用 src中的路径可以是自己下载的,也可以用Google或者ie的CDN分发的版本使用谷歌或微软的 jQuery,有一个很大的优势:许多用户...
分类:Web程序   时间:2014-07-14 20:04:08    阅读次数:335
AIX上安装Oracle10G软件
安装准备 (1)确认系统版本、内核版本 # oslevel –r   //查看操作系统版本 //-08可以安装10g,-09可以安装11g # prtconf |more   //打印硬件配置信息 System Model: IBM,7028-6C4 Machine Serial Number: 10681AA Processor Type: PowerPC_PO...
分类:数据库   时间:2014-07-14 18:21:51    阅读次数:454
Graphics processing architecture employing a unified shader
FIELD OF THE INVENTIONThe present invention generally relates to graphics processors and, more particularly, to a graphics processor architecture empl...
分类:其他好文   时间:2014-07-14 14:16:36    阅读次数:369
Ansible@一个高效的配置管理工具--Ansible configure management--翻译(四)
无书面许可请勿转载 由于第三章内容较长,我将分做几个部分来翻译。 Advanced Playbooks So far the playbooks that we have looked at are simple and just run a number of modules in order. Ansible allows much more control over the execut...
分类:其他好文   时间:2014-07-14 14:01:01    阅读次数:271
多态的使用意义
1.多态(Polymorphism):就是父类型的引用可以指向子类型的对象。 2.Parent p = new Child ();当使用多态调用方法时,首先检查父类有没有该方法,若有,则执行该方法;若没有,则编译错误。 3.一共有两种类型的强制类型转换: a) 向上类型转换(upcast): 比如说将Cat类型转换为Animal类型,即子类型转换为父类型。对于向上类型转换,不需要显式使用强...
分类:其他好文   时间:2014-07-14 13:22:25    阅读次数:212
vSphere中克隆CentOS虚拟机添加新的网卡及配置IP地址
前言本次安装的CentOS是在vCenter中克隆出来的。这样就存在一下问题:问题一:MAC冲突问题描述:可能克隆的系统的网卡eth0与克隆前的系统一直,会造成MAC冲突;解决办法:1、修改cat/etc/udev/rules.d/70-persistent-net.rules中的MAC2、到cd/etc/sysconfig/network-scripts/中..
分类:其他好文   时间:2014-07-14 12:27:15    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!