码迷,mamicode.com
首页 >  
搜索关键字:creating domain    ( 5380个结果
NET:Error Creating Control -"Object Reference Not Set To An Instance Of Object"
这几天,竟遇见些奇葩问题,有的实在懒的写了,这个比较有意思,以前没见过,写个文章记录下: Error Creating Control -"Object Reference Not Set To An Instance Of Object" 在winforms页面中,所有page的所有服务器控件的位置出现一行红字“Error Creating Control - Object re...
分类:Web程序   时间:2014-07-24 23:29:13    阅读次数:206
Handle URL anchor change event in js 监控地址栏里面的#后面
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:Web程序   时间:2014-07-24 12:31:35    阅读次数:289
OBIEE开发手册
Creating a Repository Using the Oracle BI 11g Administration Tool...
分类:其他好文   时间:2014-07-23 21:05:04    阅读次数:176
JavaScript跨域总结与解决办法
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(http://f2e.me/200904/cr...
分类:编程语言   时间:2014-07-23 12:30:46    阅读次数:296
Ibatis2.3.4的一个bug
java.lang.ClassCastException: com.chat.upgrade.domain.ClientFile cannot be cast to java.lang.String     今天查一个对象转化成json串报错的问题,查了两个小时,最后问题的根源居然是ibatis。     ibatis的语句如下: SELECT url FROM c...
分类:其他好文   时间:2014-07-22 23:59:28    阅读次数:567
Error -- Class not registered
Error : An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x8...
分类:其他好文   时间:2014-07-22 22:46:53    阅读次数:194
Entity Framework 一次加载许多个 Fluent API 映射
可通过多种方法来指定模型的 Fluent 映射(从类到数据库)。1.直接在 DbContext 类的 OnModel­Creating 方法中进行映射,如下所示: protected override void OnModelCreating(DbModelBuilder modelBuilder)...
分类:Windows程序   时间:2014-07-22 22:37:33    阅读次数:490
Heterogeneous Self-Organizing Network for Access and Backhaul
This application discloses methods for creating self-organizing networks implemented on heterogeneous mesh networks. The self-organizing networks can ...
分类:数据库   时间:2014-07-22 08:01:36    阅读次数:299
Android:Bundles in Activities and Fragments
Activity When you are creating a new instance of Activity via Intent, you can pass some extra data to the Activity. Data are stored in Bundle and can be retrieved by calling?getIntent().getExtras...
分类:移动开发   时间:2014-07-21 10:11:31    阅读次数:272
智能指针tr1::shared_ptr、boost::shared_ptr使用
对于tr1::shared_ptr在安装vs同时会自带安装,但是版本较低的不存在。而boost作为tr1的实现品,包含 “Algorithms Broken Compiler Workarounds Concurrent Programming Containers Correctness and Testing Data Structures Domain Specific Fu...
分类:其他好文   时间:2014-07-19 23:18:19    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!