背景: 从DICOM网络传输一文开始,相继介绍了C-ECHO、C-FIND、C-STORE、C-MOVE等DIMSE-C服务的简单实现,博文中的代码给出的实例都是基于fo-dicom库来实现的,原因只有一个:基于C#的fo-dicom库具有高封装性。对于初学者来说实现大多数的DIMSE-C、DIMSE-N服务几乎都是“傻瓜式”操作——构造C-XXX-RQ、N-XXX-RQ然后绑定相应的OnResponseReceived处理函数即可。本博文希望在前几篇预热的基础上,对比DCMTK、fo-dicom、mDCM...
分类:
其他好文 时间:
2014-12-06 22:52:32
阅读次数:
558
创建作业事件
CREATE DEFINER=`root`@`%` EVENT `e_move_loginLog` ON SCHEDULE EVERY 1 MONTH STARTS '2015-01-01 05:30:01' ON COMPLETION NOT PRESERVE ENABLE D...
分类:
数据库 时间:
2014-12-06 16:40:57
阅读次数:
369
Triangle Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, give...
分类:
其他好文 时间:
2014-12-06 06:33:39
阅读次数:
186
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[3,4],
[...
分类:
其他好文 时间:
2014-12-05 22:50:19
阅读次数:
151
作用:
可以控制MessageBox()确认窗口只能在父窗口的范围内移动,不能移出父窗口的范围。
注意:始终要保证子窗口坐标不越界以及维持窗口尺寸大小
方法:重载消息WM_MOVING
//限制窗口的移动范围(不能在WM_MOVE中实现)
void CDelTaskDlg::OnMoving(UINT fwSide, LPRECT pRect)
{
// TODO: 在此处...
分类:
移动开发 时间:
2014-12-05 21:21:44
阅读次数:
342
修改:
Frameworks\av\media\libmediaplayerservice\nuplayer\nuplayer.cpp
Void nuplayer::onMessageReceived(const sp &msg) {
...
case kWhatSetVideoNativeWindow:
{
ALOGD("kWhatSetVideoNativeWindo...
分类:
移动开发 时间:
2014-12-05 14:20:59
阅读次数:
175
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-12-03 21:11:39
阅读次数:
186
鼠标移动到文字连接时会出现向右平滑移动。 例如: html代码 : http://xiong.chexian666.com/ test link move css代码: .test a{position:relative;background-color:#446CB3; color:#...
分类:
移动开发 时间:
2014-12-03 21:05:06
阅读次数:
236
重构是什么?
在代码写好之后改进它的设计。
重构分类:物理结构、类层次结构、类内部结构。
名称
快捷键
直译
作用范围
描述
Rename
Alt + Shift + R
可以对任意变量、类、方法、包名、文件夹进行重新命名,并且所有使用到的地方会统一进行修改。
Move
Alt + Shif...
分类:
系统相关 时间:
2014-12-03 09:23:26
阅读次数:
460
还是上次芒果你出现的错误 在执行lvIntf := nil的时候会引发一个AV错误 【大侠】D10.天地弦(185511468) 17:29:11 lvSelector是一个窗体插件,executeSelect函数里面就已经释放掉了 如果我把他在选取完后就置为 nil就没事 现在这样是没事的 【大侠...
分类:
其他好文 时间:
2014-12-02 18:59:32
阅读次数:
225