会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不破不立
码农一枚
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
2015年10月26日
SecureCRT 使用技巧
摘要: VanDyke CRT 和 VanDyke SecureCRT是最常用的终端仿真程序,简单的说就是windows下登录UNIX或Liunx服务器主机的软件。二者不同的是SecureCRT支持SSH∗(SSH1和SSH2)。 本文主要介绍SecureCRT的使用方法和技巧。 ∗[概念解释]什么...
阅读全文
posted @ 2015-10-26 02:51 jackjoe
阅读(913)
评论(0)
推荐(1)
atomic, spinlock and mutex性能比较
摘要: 我非常好奇于不同同步原理的性能,于是对atomic, spinlock和mutex做了如下实验来比较:1. 无同步的情况 1 #include 2 #include 3 4 volatile int value = 0; 5 6 int loop (bool inc, int limit) ...
阅读全文
posted @ 2015-10-26 02:06 jackjoe
阅读(1607)
评论(1)
推荐(0)
levels of contents