问题:
RDO repo not detected; installing
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use su...
分类:
其他好文 时间:
2015-02-02 14:18:26
阅读次数:
401
题目大意:有R张红牌和B张黑牌打乱扣在桌子上,一张一张翻,可以随时停止翻牌,翻到红牌收益+1,翻到黑牌收益-1,求最优策略下的最大期望收益
OTZ wfycyx= = http://wyfcyx.is-programmer.com/posts/74629.html
#include
#include
#include
#include
#define M 5050
using nam...
分类:
其他好文 时间:
2015-02-02 09:37:03
阅读次数:
206
jquery函数调用<buttontype="button"id=‘button‘class="btnbtn-primary">click</button>
<br><br>
<pid="test">Clickme!</p>
<script>
$(function(){
functionwarn(){
$("#test").css("color","red");
$(document).ready(funct..
分类:
Web程序 时间:
2015-02-02 07:12:48
阅读次数:
188
[root@localhost ~]# mount /dev/cdrom1 #挂载光盘[root@localhost ~]# vim /etc/yum.repo/local.repo #在/etc/yum.repo/下新建一个本地yum源文件#内容如下:[Server]n...
分类:
系统相关 时间:
2015-02-01 18:58:31
阅读次数:
180
测试场景:VMware 11测试系统:Red Hat Enterprise Linux 7 我们都知道linux系统中swap分区都要在独立的分区当中,所以我们要新建一个swap分区:[root@localhost ~]# fdisk /dev/sda 欢迎使用 fdisk (util-lin...
分类:
系统相关 时间:
2015-02-01 12:01:27
阅读次数:
269
测试环境:VMware 11测试系统:Red Hat Enterprise linux 7 当我们的系统中没有多的空间用来创建swap分区时的一种解决方案: 1 [root@localhost ~]# dd if=/dev/zero of=/var/swapspace bs=1G count=...
分类:
系统相关 时间:
2015-02-01 11:54:41
阅读次数:
217
一.Linux网络配置文件1. /etc/sysconfig/network-scripts/ifcfg-eth0 文件 在Red Hat系统中,系统网络设备的配置文件保存在/etc/sysconfig/network-scripts目录下,其中文件ifcfg-eth0包含第一块网卡的配置信息,文件...
分类:
系统相关 时间:
2015-01-31 23:06:22
阅读次数:
404
题目:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the ...
分类:
其他好文 时间:
2015-01-31 12:46:38
阅读次数:
131
五、RedHat、Fedora和Ubuntu软件包操作对比任务RedHat、FedoraUbuntu基本信息软件包后缀*.rpm*.deb软件源配置文件/etc/yum.conf/etc/apt/sources.list安装、删除、升级软件包更新软件包列表每次运行yum时自动执行apt-getupd...
分类:
系统相关 时间:
2015-01-31 12:04:12
阅读次数:
228
想必在命令行模式用久了,都看厌了那个单调又丑的提示符,个人认为还占了些位,要是命令长的话还会断行.想改成cd ~/touch .bash_profilevim .bash_profileosx环境下操作的,关键语法 \[颜色\]prompt参数\[$reset\] 例如:\[$red\]\t\[$r...
分类:
系统相关 时间:
2015-01-31 00:25:29
阅读次数:
198