显式强转
Blackberry HTTPConnection best practices
I am developing a project for BB. The application works with the network and sends / receives data via HTTP. Now I use the queue and queue manager. Manager starts with a background thread and works in[详细]
2022-12-21 20:47 分类:问答C#使用is、as关键字以及显式强转实现引用类型转换
在C#中,当引用类型需要转换的时候,经常会用到关键字is、as以及显式强转。本篇来体验这三者的用法。先来梳理.NET引用类型转换的约定俗成,或者叫惯例:子类可以隐式转换为父类/基类,也就是里氏替换原则...[详细]
2022-12-01 13:35 分类:开发