大约有 512 项符合查询结果(耗时:0.0221秒) [XML]
tcp加速技术解决方案 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...生产环境中使用需要谨慎。
本文作者: bhpike65
本文链接: http://www.cnhalo.net/2016/03/13/tcp-accelerate-report/
tcp accelerate
Linux进程与线程总结 [推荐] - C/C++ - 清泛网 - 专注C/C++及内核技术
...系统支持的信号类型。
3.4 消息队列
消息队列是消息的链接表,存放在内核中并由消息队列标识符(Queue ID)标识,有足够权限的进程可以向队列中添加消息,被赋予读权限的进程则可以读走队列中的消息。消息队列克服了信...
Lua简明教程 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...而全的语言手册,一方面是因为已经有了(见本文后面的链接),重要的原因是,因为大篇幅的文章会挫败人的学习热情,我始终觉得好的文章读起来就像拉大便一样,能一口气很流畅地搞完,才会让人爽(这也是我为什么不想...
CMake使用教程 - C/C++ - 清泛网 - 专注C/C++及内核技术
... 4
The square root of 4 is 2
2、Step2
把子目录编译为库,并且链接到最终的可执行文件。
include_directories ("${PROJECT_SOURCE_DIR}/MathFunctions")
add_subdirectory (MathFunctions) # 使得子目录MathFunctions也能被编译
# add the executable
add_executable (Tuto...
Java 理论与实践: 线程池与工作队列 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...用 util.concurrent 中的一些实用程序。参阅 参考资料以获取链接和更多信息。
util.concurrent 库也激发了 JSR 166,JSR 166 是一个 Java 社区过程(Java Community Process (JCP))工作组,他们正在打算开发一组包含在 java.util.concurrent 包下的 Java ...
Shell脚本编程30分钟入门 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...通Shell编程。
在CentOS里,/bin/sh是一个指向/bin/bash的符号链接:
[root@centosraw ~]# ls -l /bin/*sh
-rwxr-xr-x. 1 root root 903272 Feb 22 05:09 /bin/bash
-rwxr-xr-x. 1 root root 106216 Oct 17 2012 /bin/dash
lrwxrwxrwx. 1 root root 4 Mar 22 10:22 /bin/sh -> bash
但在Ma...
那些微信公众大号是如何赚钱的? - 资讯 - 清泛网 - 专注C/C++及内核技术
...文末推送一款自己试穿过的凉拖鞋,并第一次把淘宝店的链接贴了上去。没想到文章推送后的3小时内,这款凉鞋卖掉了280双。这次“意外”令她意识到,原来公众号可以赚钱,与淘宝合作也成为她的盈利模式之一。
月入过十万...
C语言结构体里的成员数组和指针 - c++1y / stl - 清泛IT社区,为创新赋能!
...微博上,看到@Laruence同学出了一个关于C语言的题,微博链接。微博截图如下。我觉得好多人对这段代码的理解还不够深入,所以写下了这篇文章。为了方便你把代码copy过去编译和调试,我把代码列在下面:#include <stdio.h>
str...
Call Go functions from C
...unction that performs a pretty heavy task: It reads a list of files from a USB device. This can take a while, so we want our app to be notified of its progress. We can do this by passing in a function pointer that we defined in our program. It simply displays some progress info to the user whenever ...
Is calculating an MD5 hash less CPU intensive than SHA family functions?
...ider that a recent hard disk will run at about 100 MB/s, and anything over USB will top below 60 MB/s. Even though SHA-256 appears "slow" here, it is fast enough for most purposes.
Note that OpenSSL includes a 32-bit implementation of SHA-512 which is quite faster than my code (but not as fast as t...