码迷,mamicode.com
首页 >  
搜索关键字:red and black    ( 15777个结果
增加oracle数据库最大连接数
这几天碰到系统不能登陆的情况,初步判断可能是数据库连接满了,(后来检查不是这个原因),做了一次增加数据库最大连接数操作。操作步骤如下 操作系统:Red Hat Enterprise Linux Server release 6.3 (Santiago) 数据库oracle11g1,查看当前会话数.....
分类:数据库   时间:2014-06-11 10:29:14    阅读次数:349
hust 1027 Enemy Target!
题目描述In the Game Red Alert, a group of soviet infantry marches towards our base. And we have N Prism Tanks to defend our base. Suppose the coming infan...
分类:其他好文   时间:2014-06-11 07:18:54    阅读次数:285
Ubuntu下deb包的安装方法 (zz)
Ubuntu下deb包的安装方法 分类: Ubuntu10使用技巧 2010-10-11 23:49 42969人阅读 评论(3) 收藏 举报ubuntudebdebianlinuxdeb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是:dpkg -i...
分类:其他好文   时间:2014-06-09 23:48:00    阅读次数:311
《samba搭建win客户端和linux客户端的区别》
samba服务的搭建客户的使用系统的不同也导致测试结果的不同.linux系统客户端:security = user or sharesmbclient -L //192.168.7.113/westos 都是可以看到共享目录的,二者不同之处在于, security = user 时[root@red...
分类:Windows程序   时间:2014-06-08 07:44:26    阅读次数:339
leetcode--Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-06-07 20:11:53    阅读次数:234
C#对gridView的列和行以及单元格进行颜色设置
①字体 其中gridView是gridView的Name(下同)gridView[column, row].Style.ForeColor = Color.Red;//设置第row行column列的单元格字体颜色gridView.Rows[row].DefaultCellStyle.ForeColo...
分类:其他好文   时间:2014-06-07 08:07:42    阅读次数:1115
linux集群架设——RHCS
RHCS: Red Hat Cluster Suite 红帽子集群套件,三位一体,完备的集群应用解决方案1.负载均衡2.高可用3.共享存储文件系统 组成:1.集群管理器:CMAN配置文件管理:CCS ---/sbin/ccsd /etc/cluster/cluster.confcman ---/us...
分类:系统相关   时间:2014-06-06 15:54:28    阅读次数:426
qt应用qss
1。 先写qss文件 QPushButton:hover{color:red}QPushButton{color:blue}2.在工程中新建qt资源文件,我没有建资源文件的情况下,用QFile打开文件一直失败,最后被迫建资源文件。 2.1 设置前缀 2.2 添加前面的 qss文件3.在代...
分类:其他好文   时间:2014-06-06 09:51:09    阅读次数:222
[Linux]Linux系统目录
下面列出了 Red Hat Linux 的主要系统目录及其简单描述。要获得额外的目录信息,请参阅《Red Hat Linux 定制指南》和《Red Hat Linux 参考指南》。/bin/— 用来贮存用户命令。目录/usr/bin也被用来贮存用户命令。/sbin/— 许多系统命令(例如 shutd...
分类:系统相关   时间:2014-06-06 09:08:10    阅读次数:284
LEETCODE Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-06-05 17:49:43    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!