码迷,mamicode.com
首页 >  
搜索关键字:entity resolution an    ( 5434个结果
Entity Framework Code First ---EF Power Tool 和MySql一起使用遇到的问题
关于如何使用EF Power Tool的介绍请看 http://www.cnblogs.com/LingzhiSun/archive/2011/05/24/EFPowerTool_1.html, 这里不再啰嗦。MySql里有个默认的范例数据库 world, 里面有三个表,下载Entity Frame...
分类:数据库   时间:2014-11-22 11:50:04    阅读次数:244
TCP/IP Protocol Family
The TCP/IP family consists of the following protocols:Link layer:ARP: Address Resolution Protocol: MapIPto hardware (e.g.Ethernet) addressesRARP: Reve...
分类:其他好文   时间:2014-11-22 10:36:58    阅读次数:424
七牛云存储SDK扩展
前些天在使用七牛云存储进行数据上传的过程中,发现七牛提供的SDK仅支持以File的形式进行上传,不支持以InputStream的形式进行上传,特对其进行了相应的扩展,具体扩展如下:importjava.io.InputStream; importorg.apache.http.entity.mime.MultipartEntity; importorg.apache...
分类:其他好文   时间:2014-11-20 15:39:14    阅读次数:231
基础 ADO.NET 访问MYSQL数据库例子
虽然实际开发时都是用 Entity 了,但是基础还是要掌握和复习的 ^^//set connection string, server,database,username,passwordMySqlConnection con = new MySqlConnection("SERVER=localh...
分类:数据库   时间:2014-11-20 15:05:28    阅读次数:216
SQLITE WITH ENTITY FRAMEWORK CODE FIRST AND MIGRATION
Last month I’ve a chance to develop an app using Sqlite and Entity Framework Code First. Before I started with this project, I thought everything will...
分类:数据库   时间:2014-11-20 14:57:05    阅读次数:181
nginx中时间的管理
nginx出于性能考虑采用类似lib_event的方式,自己对时间进行了cache,用来减少对gettimeofday()的调用,因为 一般来说服务器对时间的精度要求不是特别的高,不过如果需要比较精确的timer,nginx还提供了一个timer_resolution指令用来设置 时间精度,具体的机...
分类:其他好文   时间:2014-11-20 11:42:03    阅读次数:244
List of XML and HTML character entity references
A character entity reference refers to the content of a named entity. An entity declaration is created by using thesyntax in aDocument Type Definition...
分类:Web程序   时间:2014-11-20 11:35:18    阅读次数:579
sun.misc.BASE64Encoder找不到jar包的解决方法
1.右键项目-》属性-》java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上** 点击确定即可!!!2.在MyEclipse中编写Java代码时,用到了BASE64Decoder,import s...
分类:编程语言   时间:2014-11-19 21:48:35    阅读次数:190
hibernate 过滤
1.可以使用@Where的过滤,不过这种过滤式全局的,支持延迟加载.2.可以使用@Filters,这种过滤不支持延迟加载.@Entity@Table(name = "qc315_tousuimage")@FilterDef(name="tsImageCheckFilter", parameters=...
分类:Web程序   时间:2014-11-19 20:23:57    阅读次数:107
nginx中时间的管理
nginx出于性能考虑采用类似lib_event的方式,自己对时间进行了cache,用来减少对gettimeofday()的调用,因为一般来说服务器对时间的精度要求不是特别的高,不过如果需要比较精确的timer,nginx还提供了一个timer_resolution指令用来设置时间精度,具体的机制再后面会做介绍。在ngx_times.c中提供了ngx_time_update()函数来更新时间缓存,...
分类:其他好文   时间:2014-11-19 11:12:33    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!