码迷,mamicode.com
首页 >  
搜索关键字:partial application    ( 16120个结果
[开发笔记]-实现winform半透明毛玻璃效果
亲测win7下可用,win8下由于系统不支持Aero效果,所以效果不是半透明的。代码:博客园插入不了代码了。。。。。public partial class Form1 : Form { int en; public struct MARGINS { ...
分类:Windows程序   时间:2014-05-17 04:49:32    阅读次数:551
Spirent TestCenter Application 升级之后,索性重构了ATC的对外接口。
Spirent TestCenter Application 升级到4.24之后,原来的ROBOT ATC 跑不过了。现象是两个,1)提示TCL 版本不兼容;2)第2个端口上收不到包。索性趁这个机会重构了对外接口。1)RunSequencerDoCheckList :使用两个预定的端口,分别作为us...
分类:移动开发   时间:2014-05-17 02:31:40    阅读次数:413
安装环境遇到的问题
1.Q:新建android application project E:The tools need to be updated via the SDK Manager A:通过android SDK Manager更新了文件后问题解决了2.Q:windows->下 E:没有 android SDK...
分类:其他好文   时间:2014-05-17 01:05:02    阅读次数:435
Silverlight网页打开后马上崩溃,“白屏”,而且毫无提示
如题,出现白屏的问题 在Application_UnhandledException函数内,跟踪异常e的提示信息,可以了解到如下信息:at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() ...
分类:Web程序   时间:2014-05-17 00:56:47    阅读次数:582
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.【转】
今天碰到了一个查询异常问题,上网查了一下,感谢原创和译者如果你使用的数据库连接类是 the Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在执行一个很费时的SQL 操作时候,可能就会碰到下面的超时异常。-------...
分类:其他好文   时间:2014-05-16 23:19:16    阅读次数:333
Android-第一天
1.google2.application->application framework->libraries(调用关系)3.strings.xml 是全局字符串的配置文件4.ADT(Android Development Tools):其中DDMS是测试插件5.Android DDMS 中的日志输...
分类:移动开发   时间:2014-05-16 23:16:17    阅读次数:311
Sample Ant Build File - WAR--reference
I am using the Spring SimpleFormControllerexampleto illustrate the build process. The figure below shows the structure of the web application.All the ...
分类:其他好文   时间:2014-05-16 22:32:09    阅读次数:402
Silverlight中关于ComboBox的各种使用
前端放置了几个ComboBox的控件。1 2 3 4 5 6 7 后端的Cs文件如下: 1 public partial class MainPage : UserControl 2 { 3 ...
分类:Web程序   时间:2014-05-16 19:35:04    阅读次数:439
Workflow:实现一个简单的审批流程
1. 创建一个空白的项目,在其中创建Host – Windows Console Application,Client – Windows forms Application和DataExchangeWorkflows – Activity Library这三个项目。创建后应该结构类似于下图:2. ...
分类:其他好文   时间:2014-05-16 19:13:25    阅读次数:895
复分析复习6——Cauchy积分理论2(Cauchy-Goursat定理)
前面我们提到Cauchy积分公式和定理都要求函数$f(z)\in C^1(\overline{\Omega})$,事实上这个条件可以减弱,而这个要归功于Goursat.我们有Cauchy-Goursat积分公式:设$\Omega\subset\mathbb C$为有界区域,且$\partial\.....
分类:其他好文   时间:2014-05-13 10:32:59    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!