在B/S开发的过程中,经常会遇到这样的提示:Error Creating Control
,而这些页面明明之前是可以打开的,但还是出现如下图所示:网上找到的方法是把控件初始化放在OnInit里去写,本人试了下,还是会出现的。。。。。最后本人找到了一种另类的方法,把原先的aspx后台类名更改,假如是:...
分类:
Web程序 时间:
2014-05-09 10:36:34
阅读次数:
362
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis
overview is also maintained at the Xing "Load-Balancin...
分类:
其他好文 时间:
2014-05-09 10:17:18
阅读次数:
340
在Access07之前的数据库后缀名均为*.mdb
而连接字符串写成Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\myFolder\*.mdb;Persist
Security Info=False;但是Access07和Access10将后缀名改为...
分类:
数据库 时间:
2014-05-09 09:58:53
阅读次数:
393
Free and Open Source softwareNameLicenseBrief
infoADMBBSDnonlinear optimization framework, usingautomatic
differentiationALGENCANGPLFortran code for g...
分类:
其他好文 时间:
2014-05-09 05:52:35
阅读次数:
757
Spring以IoC、AOP问主要思想,鞥协同struts,hibernate,webwork,jsf,iBatis等框架。Spring最主要的思想史IoC(Inversion
of Control,控制反转)或者称为DI(Dependency Injection,依赖注入)。Spring另一种重要...
分类:
编程语言 时间:
2014-05-09 04:41:45
阅读次数:
416
eeplat:Open
Source Metadata PaaS
开始学习的时候只是下了整个项目并且跑通,s...
分类:
其他好文 时间:
2014-05-09 02:04:55
阅读次数:
340
通过excel进行快速开发报表:
建设思路:
1.首先制订相关的execl模板。
2.通过etl工具(kettle)可以快速的
将数据库中的数据按excel模板导出成新的excel即可。
其中kettle 按excel模板导出excel 可以参考:
http://type-exit.org/adventures-with-open-source-bi/2010/12/using...
分类:
其他好文 时间:
2014-05-09 01:22:42
阅读次数:
311
因为在做个小标签的时候需要将部分字符旋转180度,在scn上找了很久也发布了自己的提问,不过最终的结果却不尽人意。Rotated
text in smartforms need use the PCL to control the printer,But part of our
printers w...
分类:
其他好文 时间:
2014-05-08 22:32:20
阅读次数:
471
有两个对象A和B,A some B 是A依赖于B,当B some A的时候是B依赖于A这就叫依赖反转;
这种依赖关系如果让程序员自己控制(new 对象),就会出现高耦合,控制反转(依赖注入)就是让这种依赖关系由第三方管理(eg:spring)而不是程序员自己管理。...
分类:
其他好文 时间:
2014-05-08 16:05:17
阅读次数:
288
在用Control. BeginInvoke 方法 更新UI时,需要验证两个前提:
1,Control==null 否则会引发null引用,比较明显的错误 2,DataGridView.IsHandleCreated==true
否则会引发“在创建窗口句柄之前,不能在控件上调用 Invoke 或 B...
分类:
其他好文 时间:
2014-05-08 15:29:28
阅读次数:
331