码迷,mamicode.com
首页 >  
搜索关键字:handling    ( 365个结果
WCF 入门(15)
前言度过了一个阳光明媚的周末。一个阴霾的周日夜晚。第15集 WCF里面的异常处理(1) Exception handling in WCF大致看了一下,这个WCF视频里面总共有6集,这个是第一集,对WCF的异常做一个大致的入门介绍。① 新建一个Demo, 命名为CalculatorService,里...
分类:其他好文   时间:2015-10-18 22:42:35    阅读次数:181
C# 6.0 (C# vNext) 的新功能:Exception-Handling Improvements
于 C# 6.0 包裹在异常处理的新功能,有两个方面的改进:异步处理(async and await)能力 catch block 总结使用。于 C# 5.0 释放 async and await,在那个时候它不能用 catch block。现在能够做到这一点。支持异常过滤 exception fi...
分类:Windows程序   时间:2015-10-18 18:16:21    阅读次数:175
AOP应用范围
INotifyPropertyChanged Undo/redo Code contracts (preconditions) Logging Transaction handling Exception handling Thread di...
分类:其他好文   时间:2015-10-18 12:35:43    阅读次数:134
监视云服务的运行状态
若您部署了云服务程序,并且使用Paas服务(比如Service bus或者sql server等等),偶尔我们会在日志中发现无法解析主机名的错误信息,这基本是因为网络闪断造成的,需要我们在代码中添加retry逻辑,详细的说明,请参考:The Transient Fault Handling Appl...
分类:其他好文   时间:2015-10-13 13:51:56    阅读次数:232
TCP/TP编程 - 一个简单的Linux下C写的socket服务器客户端程序
服务端:hello_server.c#include #include #include #include #include #include void error_handling(char *message);int main(int argc, char *argv[]){ int se...
分类:系统相关   时间:2015-10-08 14:44:55    阅读次数:232
[Training Video - 5] [Groovy Script Test Step - Collections, Exceptions] Exception Handling in groovy
def x = new String[3]x[0] = "A"x[1] = "B"x[2] = "C"log.info"XXXXXX 1"try{ x[3] = "D"// def z=9/0}catch(Exception e){ log.info "Some error "+e.getMessa...
分类:其他好文   时间:2015-10-06 22:11:38    阅读次数:194
Position Independent Code (PIC) in shared libraries【转载】
I've described the need for special handling of shared libraries while loading them into the process's address space in aprevious article. Briefly, wh...
分类:其他好文   时间:2015-09-23 18:53:10    阅读次数:297
linux - native task api 测试
#include #include #include #include #include #include RT_TASK demo_task;/* NOTE: error handling omitted. */void demo(void *arg){ RTIME now, previous; ...
分类:Windows程序   时间:2015-09-17 17:26:16    阅读次数:328
转 InnoDB Error Handling
14.20.4InnoDB Error HandlingError handling in InnoDB is not always the same as specified in the SQL standard. According to the standard, any error dur...
分类:数据库   时间:2015-09-14 22:47:44    阅读次数:210
Effective C++ 条款51 编写new和delete时需固守常规
1. 实现定制的operator new和operator delete需要满足一定的要求. 以operator new而言:实现一致性operator new必须返回正确的值;内存不足时必得调用new-handling函数;必须有对付零内存需求的准备;需避免不慎掩盖正常形式的new;如果有能力供....
分类:编程语言   时间:2015-09-13 02:06:47    阅读次数:246
365条   上一页 1 ... 20 21 22 23 24 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!