大约有 30,000 项符合查询结果(耗时:0.0384秒) [XML]

https://www.tsingfun.com/it/cpp/667.html 

windows异常处理 __try __except - C/C++ - 清泛网 - 专注C/C++内核技术

...而GetExceptionInformation()返回更丰富信息,EXCEPTION_POINTERS结构如下, typedef struct _EXCEPTION_POINTERS { // exp PEXCEPTION_RECORD ExceptionRecord; PCONTEXT ContextRecord; } EXCEPTION_POINTERS; 其中EXCEPTION_RECORD类型,它记录了一些与异常相关信息;...
https://www.tsingfun.com/it/tech/964.html 

C#操作XML小结 - 更多技术 - 清泛网 - 专注C/C++内核技术

... //初始化一个xml实例 XmlDocument xml=new XmlDocument(); //导入指定xml文件 xml.Load(path); xml.Load(HttpContext.Current.Server.MapPath("~/file/bookstore.xml")); //指定一个节点 XmlNode root=xml.SelectSingleNode("/root"); //获节点下所有直接子节点 XmlNodeLi...
https://www.tsingfun.com/it/cpp/2205.html 

c/c++ volatile和mutable关键字 - C/C++ - 清泛网 - 专注C/C++内核技术

... a; a = *ptr; return a * a; } 2、mutable关键字: 即使结构或类变量为const,其某个成员也可以被修改。如: struct data { char name[30]; mutable int accesses; }; const data veep = {"hello", 0}; strcpy(veep.name, "hel"); //not allowed veep.acce...
https://www.tsingfun.com/ilife/tech/817.html 

创业公司如何实施敏捷开发 - 资讯 - 清泛网 - 专注C/C++内核技术

...问题,过度技术设计产品。 产品设计出来后,召集项目成员分解任务,确定每个任务时间,可以使用敏捷扑克牌来估计。任务分解尽量控制在1-2天粒度,这样大家1-2天就可以做出一个能测试原型,尽早可以集成测试发现...
https://www.tsingfun.com/it/bi... 

MongoDB与内存 - 大数据 & AI - 清泛网 - 专注C/C++内核技术

...也是可回收,不过它是保留给块设备使用。 知道了原理,我们就可以推算出系统可用内存是free + buffers + cached: shell> echo $((2723 + 239 + 25880)) 28842 至于系统实际使用内存是used – buffers – cached: shell> echo $((29...
https://www.tsingfun.com/it/bi... 

MongoDB与内存 - 大数据 & AI - 清泛网 - 专注C/C++内核技术

...也是可回收,不过它是保留给块设备使用。 知道了原理,我们就可以推算出系统可用内存是free + buffers + cached: shell> echo $((2723 + 239 + 25880)) 28842 至于系统实际使用内存是used – buffers – cached: shell> echo $((29...
https://www.tsingfun.com/it/te... 

再说WCF Data Contract KnownTypeAttribute - 更多技术 - 清泛网 - 专注C/C++内核技术

...独立性,我们不妨将这个函数摘出来,或许更有利于程序结构: [ServiceContract] [ServiceKnownType("GetKnownTypes", typeof(KnownTypesProvider))] public interface IService1 { ...... } static class KnownTypesProvider { static Type[] GetKnownTypes(ICustomA...
https://www.tsingfun.com/it/te... 

再说WCF Data Contract KnownTypeAttribute - 更多技术 - 清泛网 - 专注C/C++内核技术

...独立性,我们不妨将这个函数摘出来,或许更有利于程序结构: [ServiceContract] [ServiceKnownType("GetKnownTypes", typeof(KnownTypesProvider))] public interface IService1 { ...... } static class KnownTypesProvider { static Type[] GetKnownTypes(ICustomA...
https://www.tsingfun.com/it/bi... 

MongoDB与内存 - 大数据 & AI - 清泛网移动版 - 专注C/C++内核技术

...也是可回收,不过它是保留给块设备使用。 知道了原理,我们就可以推算出系统可用内存是free + buffers + cached: shell> echo $((2723 + 239 + 25880)) 28842 至于系统实际使用内存是used – buffers – cached: shell> echo $((29...
https://www.tsingfun.com/it/te... 

再说WCF Data Contract KnownTypeAttribute - 更多技术 - 清泛网移动版 - 专注C/C++内核技术

...独立性,我们不妨将这个函数摘出来,或许更有利于程序结构: [ServiceContract] [ServiceKnownType("GetKnownTypes", typeof(KnownTypesProvider))] public interface IService1 { ...... } static class KnownTypesProvider { static Type[] GetKnownTypes(ICustomA...