c winform中配置檔案的應用

2022-09-04 04:06:06 字數 424 閱讀 4118

1. 首先建立乙個winform解決方案

<?xml version="1.0" encoding="utf-8" ?>

ta source=(local);password=sa;user id=sa;initial catalog =db" />

3. 右擊解決方案下的 引用—>新增引用,選擇 .net項下的system.configuration 點選確定

4. 在程式**中加入using system.configuration;最後就可以用下面的**來使用配置檔案了

//string strsql = system.configuration.configurationmanager.connectionstrings[0].connectionstring;//獲取系統預設的連線字串

label2.text = strsql;

Tomcat中的配置檔案

一 server.xml 元素名 屬性 解釋 server port 指定乙個埠,這個埠負責監聽關閉tomcat的請求 shutdown 指定向埠傳送的命令字串 service name 指定service的名字 connector 表示客戶端和service之間的連線 port 指定伺服器端要建立...

優化MyBatis配置檔案中的配置

之前,我們是直接將資料庫的連線配置資訊寫在了mybatis的conf.xml檔案中,如下 1 xml version 1.0 encoding utf 8 2doctype configuration public config 3.0 en 3 configuration 4 environmen...

優化MyBatis配置檔案中的配置

之前,我們是直接將資料庫的連線配置資訊寫在了mybatis的conf.xml檔案中,如下 html view plain copy print?xmlversion 1.0 encoding utf 8 configuration environments default development e...