这几天碰到系统不能登陆的情况,初步判断可能是数据库连接满了,(后来检查不是这个原因),做了一次增加数据库最大连接数操作。操作步骤如下 操作系统:Red Hat
Enterprise Linux Server release 6.3 (Santiago) 数据库oracle11g1,查看当前会话数.....
分类:
数据库 时间:
2014-06-11 10:29:14
阅读次数:
349
题目描述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包的安装方法 分类: Ubuntu10使用技巧 2010-10-11
23:49 42969人阅读 评论(3) 收藏 举报ubuntudebdebianlinuxdeb是debian linus的安装格式,跟red
hat的rpm非常相似,最基本的安装命令是:dpkg -i...
分类:
其他好文 时间:
2014-06-09 23:48:00
阅读次数:
311
今天在群里面,有人抛出了一个关于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很容易实现。
效果图:
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服务的搭建客户的使用系统的不同也导致测试结果的不同.linux系统客户端:security
= user or sharesmbclient -L //192.168.7.113/westos 都是可以看到共享目录的,二者不同之处在于,
security = user 时[root@red...
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是一个key-value存储系统。和Memcached类似,它的效率很高。目前推出了LIN版本和WIN版本.虽然不怎么使用数据库,但是抱着开卷有益的心态,我学习了下其中的数据结构,还是受益良多的。参考
黄健宏 (huangz1990).1、内存管理 redis使用内存头加内存结构 red....
分类:
其他好文 时间:
2014-06-08 01:27:42
阅读次数:
322
ubuntu安装中文支持--让你的ub真正变成中文作者:
来源:ubuntu在安装的时候会提示选择语言,但选择了中文之后,系统里面还有很多英文并不是ub对中文支持不好 你根本就没有安装中文支持~
首先需要网络如果没有网络什么都很难弄。 其次需要更新 更新源 终端中输入:sudo gedit /etc...
分类:
其他好文 时间:
2014-06-07 22:54:09
阅读次数:
377
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