2016年5月28日

XAMPP 安装后,将MySQL改成UTF8的方法

摘要: XAMPP 安装后,将MySQL改成UTF8的方法:1、修改mysql的my.ini中:character_set_server=utf8 前面的注释#去掉2、重启MySQL3、建库不要用默认,改成用命令:create database 数据库名 default character set UTF8 阅读全文

posted @ 2016-05-28 10:16 心静巢安 阅读(782) 评论(0) 推荐(0)

2016年2月18日

WCF开发中的Web.config和App.config

摘要: WCF uses the System.Configuration configuration system of the .NET Framework. When configuring a service in Visual Studio, use either a Web.config fil 阅读全文

posted @ 2016-02-18 17:14 心静巢安 阅读(444) 评论(0) 推荐(0)

导航