码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
ASP.NET MVC + EF 更新的几种方式
1.常用db.Entry(实体).State = EntityState.Modified;db.SaveChanges();2.指定更新db.Configuration.ValidateOnSaveEnabled = false;db.TUser.Attach(实体);ObjectStateEnt...
分类:Web程序   时间:2014-10-29 18:30:41    阅读次数:230
mapreduce 实现矩阵乘法
import java.io.IOException;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.fs.Path;import org.apache.hadoop.io.Text;import org.ap...
分类:其他好文   时间:2014-10-29 16:38:29    阅读次数:287
asp.net断点续传
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; ...
分类:Web程序   时间:2014-10-29 16:10:40    阅读次数:146
Tomcat Server Configuration Automation Reinforcement(undone)
Tomcat Server Configuration Automation Reinforcement
分类:其他好文   时间:2014-10-29 16:08:09    阅读次数:283
openssl.cnf
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:其他好文   时间:2014-10-29 14:36:14    阅读次数:916
Intellij Idea中运行tomcat 报內存溢出 解决方案
在Run/Debug configuration 的你要运行行的tomcat里面的? vm options里面输入 -server -XX:PermSize=128M -XX:MaxPermSize=256m...
分类:其他好文   时间:2014-10-29 13:15:28    阅读次数:241
ORACLE创建OEM是老爱报的错误【weber出品】
还是采用静默安装,手工建库完成后。在安装的OEM的时候一直报这个错误。这里稍微记载以下解决方案:Database connection through listener failed. Fix the error and run EM Configuration Assistant again.So...
分类:数据库   时间:2014-10-29 12:51:54    阅读次数:241
WCF 删除队列
Configuration config = ConfigurationManager.OpenExeConfiguration (ConfigurationUserLevel.None); ServiceModelSectionGroup group=ServiceModelSectionGrou...
分类:其他好文   时间:2014-10-29 12:51:08    阅读次数:105
扩展方法检测客户端队列是否存在
public static class QeuedServiceHelper { public static void VerifyQeues() { Configuration config = ConfigurationManager.OpenExeConfiguration (Configu....
分类:其他好文   时间:2014-10-29 12:29:21    阅读次数:112
Silverlight中使用配置文件的方法
Silverlight作为一个精简版的.NET framework,没有为配置文件提供相应的支持。我们无法像在winForm中那样使用System.Configuration.ConfigurationManager来访问app.config中的配置信息。所以比较好的一个方式就是自己写一个配置文件管...
分类:Web程序   时间:2014-10-29 10:25:36    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!