大约有 1,300 项符合查询结果(耗时:0.0247秒) [XML]

https://www.tsingfun.com/down/ebook/49.html 

莱昂氏unix源代码分析 PDF - 文档下载 - 清泛网 - 专注C/C++及内核技术

莱昂氏unix源代码分析 PDF莱昂 源代码本书由上、下两篇组成。上篇为UNIX版本6的源代码,下篇是莱昂先生对UNIX操作系统版本6源代码的详细分析。本书语言简洁、透彻,曾作为未公开...本书由上、下两篇组成。上篇为UNIX版本6的源...
https://www.tsingfun.com/it/cpp/1369.html 

libcurl的使用总结 - C/C++ - 清泛网 - 专注C/C++及内核技术

...结,特此写在这里,方便给同样刚入门的朋友指引。 一.下载安装 1.到http://curl.haxx.se/download.html上下载最新版本,由于公司的机器安装rpm有依赖关系,所以直接下载了source 2.编译。解压后进入curl的目录,直接执行 make all ...
https://stackoverflow.com/ques... 

How to dismiss the dialog with click on outside of the dialog?

... This does not work for me on Samsung Galaxy Tab 2 WiFi. dialog.setCanceledOnTouchOutside(true); does work wonderfully. – doplumi May 3 '14 at 20:17 ...
https://www.tsingfun.com/ilife/tech/772.html 

互联网运营人员必备的12款工具 - 资讯 - 清泛网 - 专注C/C++及内核技术

...,你分享的图片一旦被采纳,会获得共享分,如果被别人下载,你还可以获得共享分,你可以用共享分去下载别人的图片。共享分越多,可以下载的图片就越多。 8. 微信内容排版工具 秀米 现在微信公众号越来越多,获取用...
https://stackoverflow.com/ques... 

IOCTL Linux device driver [closed]

...your driver over a BSD socket interface. This is used, for example, by the WiFi drivers. You then communicate with it from userspace using the libnl or libnl3 libraries. share | improve this answer ...
https://www.tsingfun.com/down/ebook/106.html 

C++并发编程(中文版) - 文档下载 - 清泛网 - 专注C/C++及内核技术

C++并发编程(中文版)C++并发编程(中文版)作为对《C++ Concurrency in Action》的中文翻译。本书是基于C++11新标准的并发和多线程编程深度指南。从std::thr 作为对《C++ Concurrency in Action》的中文翻译。 本书是基于C++11新标准的并...
https://www.tsingfun.com/it/tech/1601.html 

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

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

Network tools that simulate slow network connection [closed]

... can make "localhost" behave like a public internet service on coffee shop wifi: sudo tc qdisc add dev lo root netem delay 500ms – Sam Stokes May 12 '10 at 21:21 7 ...
https://bbs.tsingfun.com/thread-1380-1-1.html 

BLE(一)概述&工作流程&常见问题 - 创客硬件开发 - 清泛IT社区,...

...的方式进行认证。 0x3 BLE常见问题蓝牙(bluetooth)同WIFI和zigbee等等网络协议一样,因此它的网络协议通信结构和它们大同小异。 因此,它的攻击手段不外乎鉴权攻击、密钥攻击、拒绝服务攻击等等几种手段,只不过随着具...
https://www.tsingfun.com/it/os_kernel/658.html 

手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃 - 操作系统(内核) - ...

...,让您痛快将其斩首。 WinDbg是免费软件,其微软官方下载地址是http://www.microsoft.com/whdc/devtools/debugging/default.mspx,具体项目为Install Debugging Tools for Windows 32/64-bit Version。 使用WinDbg分析崩溃时的内存转储文件的前提是您要...