#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:
其他好文 时间:
2014-07-13 23:02:34
阅读次数:
318
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:
其他好文 时间:
2014-07-13 22:18:10
阅读次数:
443
" Configuration file for vim
set modelines=0 " CVE-2007-2438
" Normally we use vim-extensions. If you want true vi-compatibility
" remove change the following statements
set nocompatible " Use...
分类:
其他好文 时间:
2014-07-12 17:46:26
阅读次数:
257
综合类微软企业库 微软官方出品,是为了协助开发商解决企业级应用开发过程中所面临的一系列共性的问题, 如安全(Security)、日志(Logging)、数据访问(Data Access)、配置管理(Configuration Manage)等,并将这些广泛使用的应用程序块集成封装至一个叫企业库的程序...
分类:
Web程序 时间:
2014-07-12 13:26:24
阅读次数:
332
using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste...
分类:
其他好文 时间:
2014-07-11 23:15:16
阅读次数:
266
" /etc/vimrc (configuration file for vim only)" author: Klaus Franken " author: Werner Fink " author: Florian La Roche " version: 00/01/2...
分类:
其他好文 时间:
2014-07-11 12:09:51
阅读次数:
331
网页中向用户提供了ppt文件的下载功能,前提是只有登录的用户才能下载,所以需要禁止通过URL对文件进行下载。自己定义一个文件下载类。using System;using System.Data;using System.Configuration;using System.Web;using Sys...
分类:
其他好文 时间:
2014-07-11 10:46:50
阅读次数:
206
from:http://www.opsers.org/server/10-configuration-mysql-mysql-must-adjust-optimization.html大多数配置能在运行时使用SET GLOBAL改变。这是非常便捷的方法它能使你在出问题后快速撤销变更。但是,要永久生效...
分类:
数据库 时间:
2014-07-11 10:36:28
阅读次数:
282
现象:目前每次使用Eclipse启动Tomcat 的时候经常出现OutOfMemoryError thrown from the UncaughtExceptionHandler in thread ***
解决办法 在debug Configuration中设置Arguments 下面的VM arguments加上 -Xms512m -Xmx1024m -XX:MaxPermSize=51...
分类:
系统相关 时间:
2014-07-09 10:25:02
阅读次数:
234
通过HBaseAdmin维护表(创建,删除表)importorg.apache.hadoop.conf.Configuration;
importorg.apache.hadoop.hbase.HBaseConfiguration;
importorg.apache.hadoop.hbase.HColumnDescriptor;
importorg.apache.hadoop.hbase.HTableDescriptor;
importorg.apache.hadoop.hbase...
分类:
编程语言 时间:
2014-07-09 08:28:58
阅读次数:
170