Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-04-19 15:49:13
阅读次数:
98
背景:最近项目中遇到的实际问题较多,且大多是较隐蔽的、不易被发现的错误。究其根源来看,还是对DICOM3.0协议中的细节掌握不够仔细。继前篇剖析DicomClient函数调用逻辑错误导致的System.ObjectDisposedException异常后,接下来讲解关于DICOM胶片打印服务PresentationContext协商中MetaSOPClass与SOPClass的对比。...
分类:
Web程序 时间:
2015-04-19 01:15:09
阅读次数:
365
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-04-18 23:29:41
阅读次数:
123
背景:此次通过剖析DicomClient类中的AddRequest和Send源代码,以及DicomServiceUser服务的具体逻辑,结合C-STORE服务的具体应用场景对fo-dicom库中的C-STORE服务的实现进行了再分析,更加清晰的梳理了C-STORE服务的实现流程,找到了实际部署过程中常常会遇到的误区,解决了System.ObjectDisposedException异常问题。...
分类:
其他好文 时间:
2015-04-18 01:14:47
阅读次数:
194
做前端开发时常需要将网页中所有标签的格式清空,从而使各个浏览器标签样式一样。以下是网络上常见的CSS代码/* =s Reset (by YUI 3) */html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,fo...
分类:
Web程序 时间:
2015-04-17 21:49:31
阅读次数:
261
题目:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo...
分类:
其他好文 时间:
2015-04-17 15:38:25
阅读次数:
110
IOS7,8 Asset iPhone 6 Plus (@3x) iPhone 6 and iPhone 5 (@2x) iPhone 4s (@2x) iPad and iPad mini (@2x) iPad 2 and iPad mini (@1x) App icon 180 x 180 120 x 120 120 x 120 152 x 152 76 x 76 App icon fo...
分类:
移动开发 时间:
2015-04-17 09:45:16
阅读次数:
128
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-04-17 08:21:12
阅读次数:
101
对文件的操作#coding=utf-8#!user/bin/pythonimport os#基本操作和写入文件fo = open("test2.py",'wb')print fo.nameprint fo.__sizeof__();print fo.modefo.write("print 20")f...
分类:
编程语言 时间:
2015-04-15 18:51:42
阅读次数:
114
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2015-04-15 16:50:03
阅读次数:
117