码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Spring依赖注入:注解注入总结
http://outofmemory.cn/code-snippet/3670/spring-inject-by-annotation 注解注入顾名思义就是通过注解来实现注入,Spring和注入相关的常见注解有Autowired、Resource、Qualifier、Service、Controll ...
分类:编程语言   时间:2016-07-05 17:02:04    阅读次数:204
Entity Framework Code-First(10.1):EntityTypeConfiguration
EntityTypeConfiguration Class in Code-First: Before we start to configure using Fluent API, let's see an important class of Fluent API. EntityTypeConf ...
分类:其他好文   时间:2016-07-05 16:59:02    阅读次数:134
Entity Framework Code-First(9.1):DataAnnotations - Key Attribute
DataAnnotations - Key Attribute: Key attribute can be applied to properties of a class. Default Code-First convention creates a primary key column for ...
分类:其他好文   时间:2016-07-05 16:58:53    阅读次数:106
Entity Framework Code-First(9.9):DataAnnotations - ForeignKey Attribute
DataAnnotations - ForeignKey Attribute: ForeignKey attribute can be applied to properties of a class. Default Code-First convention for ForeignKey rel ...
分类:其他好文   时间:2016-07-05 16:58:52    阅读次数:142
Entity Framework Code-First(9.11):DataAnnotations - InverseProperty Attribute
DataAnnotations - InverseProperty Attribute: We have seen in the Code-First Convention section that Code-First creates {Class Name}_{Primary Key} fore ...
分类:其他好文   时间:2016-07-05 16:57:16    阅读次数:120
jquery获得select option的值 和对select option的操作
jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("opt ...
分类:Web程序   时间:2016-07-05 14:20:56    阅读次数:160
Helpers\Hooks
Helpers\Hooks Add modules with hooks The hooks helper allows modules to be created within the module folder. Hooks allow code to be injected into vari ...
分类:其他好文   时间:2016-07-05 13:51:36    阅读次数:194
code first提示已有打开的与此 Command 相关联的 DataReader,必须首先将它关闭解决方法
使用codefirst查询当然是必不可少的,但有时不小心可能很简单的查询也会导致异常。 下面用codefirst做个示例简单演示下异常发生的场景: 逻辑比较简单,就是首先查询一个AttendCountViewModel列表,并当作IEnumerable<AttendCountViewModel>对象 ...
分类:其他好文   时间:2016-07-05 13:49:18    阅读次数:174
Cookie API
Cookie API All cookies created by the Nova framework are encrypted and signed with an authentication code, meaning they will be considered invalid if ...
分类:Windows程序   时间:2016-07-05 12:15:27    阅读次数:262
Component migration documentation
Component migration documentation The following is a list of migration documents for components we ship. zend-code zend-eventmanager zend-hydrator zen ...
分类:其他好文   时间:2016-07-05 12:06:56    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!