大约有 2,000 项符合查询结果(耗时:0.0108秒) [XML]
动态追踪(Dynamic Tracing)技术漫谈 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...分钟以内。一旦我们的调试工具结束运行,在线系统又会自动恢复到原先百分之百的性能,继续向前狂奔。
DTrace 与 SystemTap
说到动态追踪就不能不提到 DTrace。DTrace 算是现代动态追踪技术的鼻祖了,它于 21 世纪初诞生于 Solari...
Where to place $PATH variable assertions in zsh?
I love zsh , but I am not sure where to place my $PATH and other variable assertions? I find that they are scattered between the files .zshrc .zprofile .bashrc .bash_profile , and sometimes doubled.
...
NSIS学习笔记(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术
...s”路径下。
S7:现在运行NSIS脚本应该能看到效果了。
S8:自动复制动态链接库免得每次编译都要手动复制一遍(要求关闭操作系统的UAC)。
把下面三行代码复制到“[Configuration Properties]->[BuildEvents]->[Post Build Event]”
echo on
copy "$(Out...
Win32汇编--使用MASM - C/C++ - 清泛网 - 专注C/C++及内核技术
...平坦内存模式带来的好处。
如果定义了.model flat,MASM自动为各种段寄存器做了如下定义:
ASSUME cs:FLAT,ds:FLAT,ss:FLAT,es:FLAT,fs:ERROR,gs:ERROR
也就是说,CS,DS,SS和ES段全部使用平坦模式,FS和GS寄存默认不使用,这时若在源程序中...
Making code internal but available for unit testing from other projects
...
If you're using .NET, the InternalsVisibleTo assembly attribute allows you to create "friend" assemblies. These are specific strongly named assemblies that are allowed to access internal classes and members of the other assembly.
Note, this should be used with d...
CMake使用教程 - C/C++ - 清泛网 - 专注C/C++及内核技术
...ists.txt,可以控制生成的Makefile,从而控制编译过程。CMake自动生成的Makefile不仅可以通过make命令构建项目生成目标文件,还支持安装(make install)、测试安装的程序是否能正确执行(make test,或者ctest)、生成当前平台的安装包...
IOException: read failed, socket might closed - Bluetooth on Android 4.3
... It doesn't work on nexus 4. can you please tell how to overcome this problem. I have almost tried everything. Thanks.
– Shah
Feb 27 '15 at 19:45
3
...
项目管理实践【三】每日构建【Daily Build Using CruiseControl.NET and MS...
...完成后,我们每次提交源代码到SVN服务器后,CCNET就可以自动从SVN服务器上签出源代码,并调用MSBuild自动进行编译。我们以昨天的教程中创建的StartKit项目为实例,先看看下面的配置文件:
<cruisecontrol xmlns:cb="urn:ccnet.config.builder"...
通过 ulimit 改善系统性能 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...rver 发出请求,那么此时 server 就会需要创建大量的 socket 连接。但在一个系统当中,往往需要限制单个 server 程序所能使用的最大 socket 数,以供其他的 server 程序所使用。那么我们如何来做到这一点呢?答案是我们可以通过 ulimi...
不同品牌的防火墙组成高可靠性集群 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...路由要实现主备切换,当主防火墙出现问题的时候,可以自动切换到备防火墙上。第一台设备 ASG 425 支持OSPF...拓扑如下
主机A ,B有两个可用路由要实现主备切换,当主防火墙出现问题的时候,可以自动切换到备防火墙上。
...
