Linux SkillsLinux SkillsTable of Contents1. How
to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How
to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-22 23:14:14
阅读次数:
673
Several ports (8005, 8080, 8009) required by Tomcat
v7.0 Server at localhost are already in use. The server may already be running
in another process,...
分类:
其他好文 时间:
2014-07-22 23:13:56
阅读次数:
299
面向对象 编程思想 从需求出发 从现实世界出发对象:一切客观存在的事物 什么都是对象 是什么
is a 继承属性:有什么 has a 关联(聚合) 方法:能做什么 use a 依赖面向对象思想:先找到解决问题所需的对象,再通过对象间的联系(3...
分类:
编程语言 时间:
2014-07-22 23:09:55
阅读次数:
388
$_$PROCESS_ID$$read a file line by
line#!/usr/bin/perluse strict;use warnings;my $dir ="./tmp";open (FH, ") {print
"$_";}
分类:
其他好文 时间:
2014-07-22 23:09:35
阅读次数:
293
Over the weekend, I was doing some work on the
internal CMS we use over at eagleenvision.net and I wanted to scrap my custom
table implementation for ...
分类:
Web程序 时间:
2014-05-01 14:28:26
阅读次数:
613
this list is very important , you can not
download what you want like fictx , flash-plugin , vm-tool and so onyou can use
the sites of China , also yo...
分类:
系统相关 时间:
2014-05-01 14:13:25
阅读次数:
561
//数据查询create database JXGL; //创建数据库use
JXGL;//使用数据库create table S( Sno char(10) not null unique, Sname char(20) not
null unique, Ssex char(2), Sage in...
分类:
数据库 时间:
2014-05-01 01:01:27
阅读次数:
653
首先从官网上下载安装包,地址:http://www.nessus.org然后在本地安装:sudo
dpkg -i Nessus.deb安装完成以后,需要激活,去官网上获取激活码(个人用户注意选择use in
home):地址:http://www.nessus.org/plugins/?view=h...
分类:
其他好文 时间:
2014-04-30 19:09:00
阅读次数:
514
代码如下:JRadioButton useCache=new
JRadioButton("Use cache");// 初始化单选框useCache.setFont(new
Font("Arial",Font.PLAIN,16));// 设置字体JRadioButton noUseCache=new...
分类:
其他好文 时间:
2014-04-30 18:36:19
阅读次数:
504
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1
--注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter
data.....
分类:
数据库 时间:
2014-04-29 16:41:46
阅读次数:
452