摘要: 体素(voxel),是体积元素(volumepixel)的简称。一如其名,是数字数据于三维空间分割上的最小单位,体素用于三维成像、科学数据与医学影像等领域。概念上类似二维空间的最小单位——像素,像素用在二维计算机图像的影像数据上。有些真正的三维显示器运用体素来描述它们的分辨率,举例来说:可以显示51 阅读全文
posted @ 2016-09-01 11:24 霓裳依旧 阅读(1998) 评论(0) 推荐(0)
摘要: string s = " from dual union all "; s = s.Trim().TrimEnd("union all".ToCharArray());结果是"from d" http://www.cnblogs.com/carekee/articles/2094731.html 阅读全文
posted @ 2016-08-12 14:22 霓裳依旧 阅读(2167) 评论(0) 推荐(0)
摘要: I will keep you posted. :我会随时通知您。 wow! :(表示极大的惊奇或钦佩)哇,呀 np :no problem Thanks in advance! :先行感谢 take MC leave :请病假。MC指的是Medical Certificate,也就是请病假时必须要 阅读全文
posted @ 2016-08-10 16:28 霓裳依旧 阅读(195) 评论(0) 推荐(0)
摘要: string strDate= DateTime.FromOADate(Convert.ToInt32(data[i][7])).ToString("d"); strDate= DateTime.Parse(strDate).ToString("dd-MMM-yyyy"); 阅读全文
posted @ 2016-08-09 10:41 霓裳依旧 阅读(7046) 评论(0) 推荐(1)
摘要: http://health.sohu.com/20160714/n459331727.shtml 阅读全文
posted @ 2016-07-29 10:52 霓裳依旧 阅读(159) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/ffeiffei/article/details/6131254 阅读全文
posted @ 2016-07-27 10:19 霓裳依旧 阅读(138) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/fuchongjundream/p/4079128.html http://stackoverflow.com/questions/21728773/the-underlying-connection-was-closed-an-unexpected-e 阅读全文
posted @ 2016-07-18 14:36 霓裳依旧 阅读(135) 评论(0) 推荐(0)
摘要: http://www.crifan.com/csharp_under_some_node_search_specific_child_node/ https://msdn.microsoft.com/en-us/library/fb63z0tw(v=vs.100).aspx http://www.c 阅读全文
posted @ 2016-07-11 15:56 霓裳依旧 阅读(788) 评论(0) 推荐(0)
摘要: http://zhidao.baidu.com/link?url=XbU4souNCiDk9AbdYWMDj6VMO7AxlnIpcEnAy4JgfaZXxlpjVt2cEoL6GPO9B0WytMq5SbDVIqsjZ8bJd0riv2xSnFSWzHFkzX4P9rHAIC_ static vo 阅读全文
posted @ 2016-07-06 18:13 霓裳依旧 阅读(14888) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/fanyong/archive/2013/05/30/chinese_round.html C#中的Math.Round()并不是使用的"四舍五入"法。其实在VB、VBScript、C#、J#、T-SQL中Round函数都是采用Banker's roun 阅读全文
posted @ 2016-07-06 13:41 霓裳依旧 阅读(310) 评论(0) 推荐(0)