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

google mock分享(全网最全最好gmock文档,没有之一) - C/C++ - 清泛网 ...

... string value = "Hello World!"; MockFoo mockFoo; EXPECT_CALL(mockFoo, getArbitraryString()).Times(1). WillOnce(Return(value)); string returnValue = mockFoo.getArbitraryString(); cout << "Returned Value: " << returnValue << endl; return...
https://www.tsingfun.com/it/cpp/google_mock.html 

OceanBase使用libeasy原理源码分析:服务器端 - 数据库(内核) - 清泛网 - ...

...nection_t(TCP连接)输出缓冲区链表中 handler_.encode = ObMySQLCallback::encode; // libeasy回调这个函数用于从该连接输入缓冲区中反序列化出一个符合MySQL协议包,然后吐给上层使用 handler_.decode = ObMySQLCallback::decode; // 对于每个decode...
https://www.tsingfun.com/it/da... 

Linux反编译全攻略 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

... 00000110 55 50 58 20 54 65 61 6D 2E 20 41 6C 6C 20 52 69 UPX Team. All Ri 00000120 67 68 74 73 20 52 65 73 65 72 76 65 64 2E 20 24 ghts Reserved. $ 从上面信息中可以看到程序被UPX压缩了,接下来请确信你系统中已有UPX,如果没有请到上面给...
https://www.tsingfun.com/it/os_kernel/511.html 

Ora-00257 错误处理一列 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

... 没有问题 查看权限 ll .bash_profile -rw--rw--- 1 oracle oinstall 529 10鏈?24 20:18 /home/oracle/.bash_profile 有问题。修改权限 chmod 775 /home/oracle/.bash_profile 进入ORLACE sqlplus /as sysdba SQL> select * from v$log; GROUP# THREAD# SEQUE...
https://www.tsingfun.com/it/da... 

Oracle 11.2.0.4 RAC FOR redhat 6.4 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...缓存情况下可能会报目录不存在错误,无视 yum clean all yum makecache 4、安装vncserver,xterm并配置 yum -y install xterm* yum install -y tigervnc-server chkconfig --level 345 vncserver on 配置vnc密码 Vncserver 配置为使用gnome桌面 修改 /ro...
https://www.tsingfun.com/it/da... 

CSS hack大全 - 创意 - 清泛网 - 专注C/C++及内核技术

...io:0){.bb{background-color:#f1ee18}}{} /* Safari(Chrome) 有效 */ @media all and (min-width: 0px){ .bb{background-color:#f1ee18;/*opera and Safari(Chrome) and firefox*/ background-color:#4cac70\0;}/* 仅 Opera 有效 */ }{} .bb, x:-moz-any-link, x:default{background-color:#4eff00;/*IE7、Firef...
https://www.tsingfun.com/ilife/idea/799.html 

C++ 读写xml方法整理(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...******************* * outline.c * * Copyright 1999, Clark Cooper * All rights reserved. */ #include <stdio.h> #include <expat.h> #if defined(__amigaos__) && defined(__USE_INLINE__) #include <proto/expat.h> #endif #ifdef XML_LARGE_SIZE #if defined(XML_USE_MSC_EXTENSIONS) && _MS...
https://www.tsingfun.com/it/cpp/1357.html 

SSMS插件开发指南 - C/C++ - 清泛网 - 专注C/C++及内核技术

...(C:\ProgramData\Application Data\Microsoft\MSEnvShared\Addins\) Will install add-in for all users on the machine. Putting SSMSAddin.addin into %APPDATA%\Microsoft\MSEnvShared\Addins\ (C:\Users\UserName\AppData\Roaming\Microsoft\MSEnvShared\Addins\) will install for specific user only. ...
https://www.tsingfun.com/it/cpp/478.html 

如何获取IE (控件)所有链接(包括Frameset, iframe) - C/C++ - 清泛网 -...

...(包括Frameset, iframe)IE 顶层 body 节点通过IHTMLElement->get_all 方法无法获取iframe 里面节点列表:CComPtr<IHTMLElement> body;...CComPtr<IDispatc...IE 顶层 body 节点通过IHTMLElement->get_all 方法无法获取iframe 里面节点列表: CComPtr<IHTMLElement> b...
https://www.tsingfun.com/it/cpp/1616.html 

MFC学习总结 (90个技巧) dlg 上建立View - C/C++ - 清泛网 - 专注C++内核技术

...{AFX_DATA_MAP(CPrintDlg) ""// NOTE: the ClassWizard will add DDX and DDV calls here "DDX_Control(pDX, IDC_MyButton, m_button); "//}}AFX_DATA_MAP 然后可以在该函数最后进行初始化: "m_button.EnableWindow(FALSE); 到这里已经实现了改变属性。如果要动态改变其属...
https://www.tsingfun.com/it/cpp/1436.html