会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thammer
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
25
下一页
2019年8月5日
beyond compare秘钥被禁
摘要: 错误提示:This license key has been revoked xxxxx 即: Windows 系统: 解决方法: 删除以下目录中的所有文件即可。 C:\Users\Administrator\AppData\Roaming\Scooter Software\Beyond Compa
阅读全文
posted @ 2019-08-05 15:57 thammer
阅读(4529)
评论(0)
推荐(0)
2019年7月18日
STL算法之find
摘要: 定义 template <class InputIterator, class T> InputIterator find (InputIterator first, InputIterator last, const T& val); 作用 在范围[first, last]之间查找第一个等于val
阅读全文
posted @ 2019-07-18 09:28 thammer
阅读(365)
评论(0)
推荐(0)
2019年6月26日
十条nmap常用的扫描命令
摘要: 转自:https://www.cnblogs.com/Acmen/p/5190391.html NMap,也就是Network Mapper,是Linux下的网络扫描和嗅探工具包。 nmap是在网络安全渗透测试中经常会用到的强大的扫描器。功能之强大,不言而喻。下面介绍一下它的几种扫描命令。具体的还是
阅读全文
posted @ 2019-06-26 08:58 thammer
阅读(455)
评论(0)
推荐(0)
2019年6月12日
cgdb UTF-8乱码
摘要: "support utf 8" cgdb github上的issues里面有人提到了这个问题,维护者回复的是需要使用 这个支持宽字符的库来解决这个问题。 查看是否安装了该库 ,未安装则查看有哪些库: shell thomas@ubuntu:~$ apt search libncursesw Sort
阅读全文
posted @ 2019-06-12 10:19 thammer
阅读(847)
评论(0)
推荐(0)
2019年5月23日
OpenWrt笔记
摘要: 1. OpenWrt目录结构说明 作者:辛勤的摆渡人 来源:CSDN 原文:https://blog.csdn.net/hunter168_wang/article/details/50780597 1.1. bin bin目录存放的是一些输出文件,主要是存放OpenWrt编译好的开发环境,比如to
阅读全文
posted @ 2019-05-23 16:55 thammer
阅读(686)
评论(0)
推荐(0)
2019年5月8日
openwrt hotplug
摘要: cat /proc/sys/kernel/hotplug /sbin/hotplug cat /sbin/hotplug-call #!/bin/sh # Copyright (C) 2006-2010 OpenWrt.org export HOTPLUG_TYPE="$1" . /lib/func
阅读全文
posted @ 2019-05-08 16:00 thammer
阅读(509)
评论(0)
推荐(0)
git常用操作
摘要: 配置 1. git config git config 分为全局和局部 全局:git config --glabol 局部:git config 最终会生成配置文件,一般在~/.gitconfig。 2. core git config --global core.fileMode git conf
阅读全文
posted @ 2019-05-08 14:35 thammer
阅读(153)
评论(0)
推荐(0)
2019年4月6日
c99标准的restrict关键字
摘要: 参考自 "restrict" restrict解释 关键字出现于 标准,wiki上的解释 "restrict from wiki" 。 In the C programming language, as of the C99 standard, restrict is a keyword that
阅读全文
posted @ 2019-04-06 22:00 thammer
阅读(1470)
评论(0)
推荐(0)
2019年4月3日
C关键字volatile总结
摘要: 做嵌入式C开发的相信都使用过一个关键字volatile,特别是做底层开发的。假设一个GPIO的数据寄存器地址是0x50000004,我们一般会定义一个这样的宏: 在面试的时候也会被问到过volatile关键字起什么作用? 网络上的回答一般是防止被编译器优化,或者还会加一点就是访问被volatile修
阅读全文
posted @ 2019-04-03 18:32 thammer
阅读(15256)
评论(4)
推荐(5)
2019年3月27日
hexdump
摘要: hexdump hexdump用于以16进制、10进制、8进制、ascii码形式打印文件内容,也可以是标准输入的内容。 用法 选项 选项|参数|说明 : |: |: b||单字节8进制格式显示 c| |单字节字符格式显示 o| |两byte八进制格式显示 d| |两byte十进制格式显示 x| |两
阅读全文
posted @ 2019-03-27 14:15 thammer
阅读(2260)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
25
下一页
公告