.Net MVC操作webconfig

摘要: 因为项目需要,又捡起了.net. 因为修改System.Web.Configuration.WebConfigurationManager.AppSettings.Set("name","name1"),没有写权限。 var config = System.Web.Configuration.Web 阅读全文
posted @ 2017-06-16 13:49 ...在路上... 阅读(167) 评论(0) 推荐(0)

java操作配置文件.properties

摘要: 一会asp.net,一会java的.....Properties reqProperties = new Properties(); String path = System.getProperty("user.dir"); InputStream in = new FileInputStr... 阅读全文
posted @ 2014-12-17 15:02 ...在路上... 阅读(89) 评论(0) 推荐(0)

iframe的跨域问题

摘要: 参考 http://www.cnblogs.com/pigtail/archive/2013/01/24/2875310.html;实现过程a.html、c.html在一个域名b.html在自己的一个域名用iframea.html 嵌入b.html b.html中嵌入c.html因为a.htm... 阅读全文
posted @ 2014-12-15 16:41 ...在路上... 阅读(314) 评论(0) 推荐(0)

mysql 远程连接问题

摘要: 用navicat for mysql 连接远程时的 错误提示 1130 host is not allowed链接:http://zhidao.baidu.com/link?url=1F7Ai3HIKv5wl7PYZMPpyv5OGZ5UjP3XrgKUEwHB91yXsI7HPOr97ZuXyI... 阅读全文
posted @ 2014-10-22 11:24 ...在路上... 阅读(105) 评论(0) 推荐(0)