码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
增加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
关于margin-right的应用问题
今天在群里面,有人抛出了一个关于css中margin-right没有效果的问题。CSS代码和HTML代码如下: .style1{ width:400px; height:440px; background-color:red; border:5px solid silver; margin-top:20%; margin-right:30%; }...
分类:其他好文   时间:2014-06-08 17:38:27    阅读次数:204
《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
redis学习笔记
redis是一个key-value存储系统。和Memcached类似,它的效率很高。目前推出了LIN版本和WIN版本.虽然不怎么使用数据库,但是抱着开卷有益的心态,我学习了下其中的数据结构,还是受益良多的。参考 黄健宏 (huangz1990).1、内存管理 redis使用内存头加内存结构 red....
分类:其他好文   时间:2014-06-08 01:27:42    阅读次数:322
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]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
迷上了代码!