大约有 512 项符合查询结果(耗时:0.0166秒) [XML]

https://www.tsingfun.com/it/tech/897.html 

Android应用开发性能优化完全分析 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...这里有一篇AS MT个人觉得不错的分析文章(引用自网络,链接属于原作者功劳)),如下图: 2-3-7 使用Systrace进行分析优化 Systrace其实有些类似Traceview,它是对整个系统进行分析(同一时间轴包含应用及SurfaceFlinger、WindowManager...
https://www.tsingfun.com/it/da... 

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

...RAID 开机 按F2进入 Diagnostic 然后退出 进入 Legacy usb 启动画面 然后 按CRTL+H 进入到 WEBBIOS设置画面 点击 CONFIGURATION WIAZRD 配置引导 清除配置 清除完毕 再次创建RAID 自动 当发生问题的时候有冗余 不管怎么...
https://www.tsingfun.com/it/cpp/1252.html 

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

...roject.com/listctrl/ReportControl.asp (3) subitem中显示超链接 http://www.codeproject.com/listctrl/CListCtrlLink.asp (4) subitem的tooltip提示 http://www.codeproject.com/listctrl/ctooltiplistctrl.asp (5) subitem...
https://stackoverflow.com/ques... 

Context switches much slower in new linux kernels

... In some cases these selections are forced on the OS (e.g., on-motherboard USB, eSATA and NICs). In others the OS is expected to respect your wishes (e.g., EIST, C states, Hyperthreading, Execute Disable, AES-NI, Virtualization, etc...). The BIOS provides a single central device/feature selection su...
https://www.tsingfun.com/it/tech/1601.html 

LR性能测试结果样例分析 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...析网站上有问题的元素(例如下载很慢的图像或打不开的链接)。 我们这里查看一下网页细分图中的“Page Download Time Breakdown”,点击错误!未找到引用源。左边的“New Graph”,出现图1- 14,展开“Web Page Diagnostics”前的加号,...
https://www.tsingfun.com/it/tech/739.html 

TCP 的那些事儿(下) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...一样)。如果3次过后还是0的话,有的TCP实现就会发RST把链接断了。 注意:只要有等待的地方都可能出现DDoS攻击,Zero Window也不例外,一些攻击者会在和HTTP建好链发完GET请求后,就把Window设置为0,然后服务端就只能等待进行ZWP...
https://www.fun123.cn/referenc... 

中文网(自研/维护)拓展 · App Inventor 2 中文网

...在通知中创建最多三个操作按钮,此外,还可以添加“超链接”。 BigPictureNotification(title,subtitle,bigPicture,largeIcon,startValue,id) 创建带有大图片的通知,此外还可以添加标题、副标题和大图标。 CancelAllNotification() 取消所有通...
https://www.tsingfun.com/it/cpp/1234.html 

Excel RTD(Excel Real-Time Data)实时刷新数据技术 - C/C++ - 清泛网 - 专注C/C++及内核技术

...册COM。这只是一个简单的示例。 Step by step可以参见以下链接: http://msdn.microsoft.com/en-us/library/aa140061(office.10).aspx http://support.microsoft.com/kb/285339/zh-cn MSDN上的文章虽然是针对Excel 2002,但是2003和2007同样支持。此外,从外部数据源...
https://www.tsingfun.com/it/tech/1011.html 

Awk学习笔记 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...。下面介绍的awk是以GUN的gawk为例的,在linux系统中已把awk链接到gawk,所以下面全部以awk进行介绍。 2. awk命令格式和选项 2.1. awk的语法有两种形式 awk [options] 'script' var=value file(s) awk [options] -f scriptfile var...
https://stackoverflow.com/ques... 

What does multicore assembly language look like?

...a few examples of complete "bare bones" kernels in the wild that boot from USB drives or "floppy" disks - here's an x86_32 version written in assembler using the old TSS descriptors that can actually run multi-threaded C code (github.com/duanev/oz-x86-32-asm-003) but there is no standard library sup...