摘要: using System;using System.Data;using System.Data.SqlClient;using System.Text;using System.Configuration;static void Main(string[] args){ string strCn; //Get the connection string on app.config strCn = ConfigurationManager.ConnectionStrings["ConsoleAppBooksMgr.Properties.Settings.BooksMgrConnect 阅读全文
posted @ 2012-03-28 13:12 binglinli 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 四种角色权限:manager-gui— Access to the HTML interface.manager-status— Access to the "Server Status" page only.manager-script— Access to the tools-friendly plain text interface that is described in this document, and to the "Server Status" page.manager-jmx — Access to JMX proxy interfa 阅读全文
posted @ 2012-03-26 19:19 binglinli 阅读(335) 评论(0) 推荐(0) 编辑