上一页 1 ··· 3 4 5 6 7
摘要: 教程 http://www.tutorialspoint.com/index.htm 阅读全文
posted @ 2016-03-30 10:27 半岛拖鞋 阅读(134) 评论(0) 推荐(0)
摘要: NAME pvresize - resize a disk or partition in use by LVM2 SYNOPSIS pvresize [-d|--debug] [-h|--help] [-t|--test] [-v|--verbose] [--setphysicalvolumesi 阅读全文
posted @ 2016-03-30 10:19 半岛拖鞋 阅读(1421) 评论(0) 推荐(0)
摘要: 基本格式 :* * * * * command分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示第2列表示小时1~23(0表示0点)第3列表示日期1~31第4列表示月份1~12第5列标识号星期0~6(0表示星期天)第6列要运行的命令 crontab文件的一些例子: 30 2 阅读全文
posted @ 2016-03-30 09:08 半岛拖鞋 阅读(228) 评论(0) 推荐(0)
摘要: 1. 检查已经安装的jdk 可能的结果如下: 2. 移除已经安装的open-jdk及依赖的程序 此时所有的open-jdk和其它对open-jdk有依赖的软件都会被移除 3.到oracle下载jdk8, 如我下载的是jdk-8u65-linux-x64.rpm 在对应目录下执行安装命令: 程序默认安 阅读全文
posted @ 2016-03-28 12:03 半岛拖鞋 阅读(3160) 评论(0) 推荐(0)
摘要: Disable SELinux CentOS 7 This blog covers the basic steps to disable SELinux on CentOS 7 first we need to see how SELinux is configured, issue the ses 阅读全文
posted @ 2016-03-28 11:33 半岛拖鞋 阅读(389) 评论(0) 推荐(0)
摘要: The system localeare used to control the language setting of system services and the UI before the user logs in. How Do I change the default system lo 阅读全文
posted @ 2016-03-28 11:23 半岛拖鞋 阅读(1140) 评论(0) 推荐(0)
摘要: 我们一般使用“date -s”命令来修改系统时间。比如将系统时间设定成2005年7月26日的命令如下。 #date -s 07/26/2005 将系统时间设定成下午11点12分0秒的命令如下。 #date -s 11:12:00 注意,这里说的是系统时间,是linux由操作系统维护的。 在系统启动时 阅读全文
posted @ 2016-03-24 08:37 半岛拖鞋 阅读(6425) 评论(0) 推荐(0)
摘要: eclipse下新建maven工程,生成runnable的jar包。之前一直是手动拷贝依赖的jar包和资源文件,烦得要死。上网可劲查了一下。解决方案如下。 在pom的配置文件中做如下配置: <plugin> <groupId>org.apache.maven.plugins</groupId> <a 阅读全文
posted @ 2016-03-05 11:50 半岛拖鞋 阅读(1662) 评论(0) 推荐(0)
摘要: DataTable是我们在进行开发时经常用到的一个类,并且经常需要对DataTable中的数据进行筛选等操作,下面就介绍一下Datatable中经常用到的一个方法——Select,微软提供了四个函数的重载,分别是 Select() Select(string filterExpression) Se 阅读全文
posted @ 2016-03-02 14:47 半岛拖鞋 阅读(600) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7