using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Text;namespace 自己封...
分类:
数据库 时间:
2014-09-28 18:58:24
阅读次数:
232
有两种方式://通过读取配置文件来获取连接字符串第一种方式:App.config 文件的格式: 在SqlHelper中通过代码读取配置文件中的字符串:(需添加引用:using System.Configuration;)private static readonly string co...
分类:
移动开发 时间:
2014-09-28 16:07:13
阅读次数:
247
一、回顾单词统计源码 1 package counter; 2 3 import java.net.URI; 4 5 import org.apache.hadoop.conf.Configuration; 6 import org.apache.hadoop.fs.FileSystem; 7 .....
分类:
其他好文 时间:
2014-09-28 11:00:52
阅读次数:
249
No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system. 最近接手了一个新的JAVA项目,在IDEA中配置好了Deb...
分类:
其他好文 时间:
2014-09-27 23:25:10
阅读次数:
2609
背景:不介绍了,日志对于一个项目的重要性大家都懂的; 直接上代码(含注释说明) log4j.xml的 <?xml?version="1.0"?encoding="UTF-8"?>
<!DOCTYPE?log4j:configuration?SYSTEM?"log4j.dtd">
<log4j:conf...
分类:
其他好文 时间:
2014-09-27 15:06:30
阅读次数:
248
string connectionString = new PublicDBHelper().GetCon(System.Configuration.ConfigurationManager.AppSettings["constring"].ToString());using (SqlConnec....
分类:
数据库 时间:
2014-09-27 12:37:49
阅读次数:
192
一、配置管理系统(Configuration Management System,CMS)配置管理系统项目管理系统的一个子系统。它由一系列正式的书面程序组成,该系统包含文件和跟踪系统,并明白了为核准和控制变更所需的批准层次。配置管理系统是PMIS系统的子系统。该系统识别可交付成果状态、指导记录变更。...
分类:
其他好文 时间:
2014-09-26 21:16:28
阅读次数:
145
使用log4j.xml进行log4j的配置,在项目中报如下异常:
log4j:ERROR The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)"....
分类:
移动开发 时间:
2014-09-26 20:42:18
阅读次数:
371
考虑到quagga能模拟cisco路由器效果所以安装使用体验下效果对应的官方使用文档:http://www.nongnu.org/quagga/docs/docs-info.html#VTY-shell-integrated-configuration下载最新版本quagga-0.99.17.tar.gz安装过程:[root@nagiosquagga-0.99.17]#./configure--prefix=/etc/qua..
分类:
系统相关 时间:
2014-09-26 00:49:19
阅读次数:
836
package com.example;
import android.app.Activity;
import android.content.pm.ActivityInfo;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.View;
import android....
分类:
移动开发 时间:
2014-09-25 01:36:37
阅读次数:
457