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

https://www.tsingfun.com/it/bigdata_ai/634.html 

淘宝应对双\"11\"的技术架构分析 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...型数据库在分区容忍性(Tolerance to Network Partitions)方面存在劣势,但由于它强大的语义表达能力以及数据之间的关系表达能力,在数据产品中仍然占据着不可替代的作用。 淘宝数据产品选择MySQL的MyISAM引擎作为底层的数据存储...
https://www.tsingfun.com/it/tech/2056.html 

ADO方式读取EXCEL数据存在致命BUG!!!!! - 更多技术 - 清泛网 - 专注C/C++及内核技术

ADO方式读取EXCEL数据存在致命BUG!!!!!本文适合使用VBA编程(清泛网注:C++ ADO读Excel也适用)的网友阅读。在进行VBA编程时,为了使程序适用范围广,执行效率高,大家都喜欢使用A...本文适合使用VBA编程(清泛网注:C++ ADO读Excel也适用)...
https://stackoverflow.com/ques... 

Is < faster than

...&lt; b) { // Do something 1 } Compiles to: mov eax, DWORD PTR [esp+24] ; a cmp eax, DWORD PTR [esp+28] ; b jge .L2 ; jump if a is &gt;= b ; Do something 1 .L2: And if (a &lt;= b) { // Do something 2 } ...
https://bbs.tsingfun.com/thread-557-1-1.html 

统计Linux目录大小、占用空间的命令:du - 脚本技术 - 清泛IT社区,为创新赋能!

进入指定目录,执行以下命令即可查看子目录的空间占用情况,非常实用的命令。 du -h --max-depth=1 注:max-depth是子目录的层级数,1:列出所有的一级子目录,2:列出所有的二级子目录,以此类推。
https://bbs.tsingfun.com/thread-836-1-1.html 

MFC 设置控件字体,颜色,大小,粗体,下划线等 - C++ UI - 清泛IT社区,为...

参考代码:CFont *f = new CFont; f-&gt;CreateFont(16, // nHeight &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0, // nWidth &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; 0, // nEscapement &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp...
https://stackoverflow.com/ques... 

Is the != check thread safe?

... 0x00000000027dcc8c: data32 data32 xchg ax,ax 0x00000000027dcc90: mov DWORD PTR [rsp-0x6000],eax 0x00000000027dcc97: push rbp 0x00000000027dcc98: sub rsp,0x40 0x00000000027dcc9c: mov rbx,QWORD PTR [rdx+0x8] 0x00000000027dcca0: mov rbp,QWORD PTR [rdx+0x18] 0x00000000027dcca4...
https://www.tsingfun.com/it/cpp/1252.html 

MFC CListCtrl使用方法详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

... SetWindowLong(m_list.m_hWnd, GWL_STYLE, lStyle);//设置style DWORD dwStyle = m_list.GetExtendedStyle(); dwStyle |= LVS_EX_FULLROWSELECT;//选中某行使整行高亮(只适用与report风格的listctrl) dwStyle |= LVS_EX_GRIDLINES;//网格线(只适用与report风...
https://www.tsingfun.com/it/tech/1999.html 

java中的缓存技术该如何实现 - 更多技术 - 清泛网 - 专注C/C++及内核技术

java中的缓存技术该如何实现1缓存为什么要存在?2缓存可以存在于什么地方?3缓存有哪些属性?4缓存介质?搞清楚这4个问题,那么我们就可以随意的通过应用的场景来判断使用何...1、缓存为什么要存在? 2、缓存可以存在于什么地方...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...