码迷,mamicode.com
首页 >  
搜索关键字:red hat 安装中文支持    ( 16932个结果
增加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
jquery入门 修改网页背景颜色
我们在浏览一些网站,尤其是一些小说网站的时候,都会有修改页面背景颜色的地方,这个功能使用jquery很容易实现。 效果图: show you code: jquery test white red green yellow $("button").click( function() { var color = this.value; $("...
分类:Web程序   时间:2014-06-08 16:48:45    阅读次数:274
《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
HDU 1247 Hat’s Words
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary.   In...
分类:其他好文   时间:2014-06-08 03:02:14    阅读次数:323
redis学习笔记
redis是一个key-value存储系统。和Memcached类似,它的效率很高。目前推出了LIN版本和WIN版本.虽然不怎么使用数据库,但是抱着开卷有益的心态,我学习了下其中的数据结构,还是受益良多的。参考 黄健宏 (huangz1990).1、内存管理 redis使用内存头加内存结构 red....
分类:其他好文   时间:2014-06-08 01:27:42    阅读次数:322
阿里云liunx-ubuntu安装中文
ubuntu安装中文支持--让你的ub真正变成中文作者: 来源:ubuntu在安装的时候会提示选择语言,但选择了中文之后,系统里面还有很多英文并不是ub对中文支持不好 你根本就没有安装中文支持~ 首先需要网络如果没有网络什么都很难弄。 其次需要更新 更新源 终端中输入:sudo gedit /etc...
分类:其他好文   时间:2014-06-07 22:54:09    阅读次数:377
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!