会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cgc0415
博客园
首页
新随笔
联系
管理
订阅
2019年8月23日
SourceInsight中inc文件中的符号不能同步问题
摘要: 解决方法: 打开Options->Preferences->Syntax Formatting->File Types,然后选中对应的开发语言,如C/C++ Source File,在文件过滤器(File filter)中添加*.inc,然后再同步整个工程即可找到inc文件中的符号。
阅读全文
posted @ 2019-08-23 17:32 cgc0415
阅读(922)
评论(0)
推荐(0)
2019年5月30日
vs输出重定向
摘要: 1、右键点击解决工程->项目属性 2、配置属性->生成事件->生成后事件 在命令行中输入:"$(TargetPath) >$(outdir)\1.txt" 3、重新编译整个项目,此时就会在debug目录下多了一个1.txt文件,里面就是程序运行时的控制台输出结果。
阅读全文
posted @ 2019-05-30 21:05 cgc0415
阅读(1424)
评论(0)
推荐(0)
2019年5月21日
SecureCRT保存日志
摘要: 1、打开Options->Session Options...,选择LogFile 2、Log file name格式 %H_%S_%Y%M%D-%h%m%s.log 参数说明: %H 主机IP %S Session名 %Y%M%D 年月日 %h%m%s 时分秒
阅读全文
posted @ 2019-05-21 17:39 cgc0415
阅读(1130)
评论(0)
推荐(0)
2019年5月6日
Linux samba服务
摘要: 1、查看samba服务状态 service smb status 2、启动samba服务 service smb start 3、停止samba服务 service smb stop
阅读全文
posted @ 2019-05-06 21:17 cgc0415
阅读(1592)
评论(0)
推荐(0)
2019年2月19日
安全相关
摘要: 1、Kali中面向WiFi的工具,像Aircrack-ng、Kismet、以及 Pixie。 2、对于破解密码,它也有像 Hydra、Crunch、Hashcat、以及 John the Ripper 这样的工具。
阅读全文
posted @ 2019-02-19 15:00 cgc0415
阅读(122)
评论(0)
推荐(0)
2018年12月25日
Linux的stat命令结果说明
摘要: There are 3 kind of "timestamps": Access - the last time the file was read Modify - the last time the file was modified (content has been modified) Ch
阅读全文
posted @ 2018-12-25 16:15 cgc0415
阅读(379)
评论(0)
推荐(0)
2018年9月6日
Windows支持多个远程连接
摘要: 1、点击 开始-->运行-->输入"gpedit.msc",进入本地组策略编辑器 2、点击 计算机配置-->管理模板-->Windows组件-->远程桌面服务-->远程桌面会话主机-->连接-->限制连接的数量 3、点击 启用,输入最大连接数。
阅读全文
posted @ 2018-09-06 17:31 cgc0415
阅读(567)
评论(0)
推荐(0)
2018年8月16日
加解密相关
摘要: 1、阮一峰-RSA算法原理 http://www.ruanyifeng.com/blog/2013/06/rsa_algorithm_part_one.html http://www.ruanyifeng.com/blog/2013/07/rsa_algorithm_part_two.html 2、
阅读全文
posted @ 2018-08-16 14:42 cgc0415
阅读(140)
评论(0)
推荐(0)
Office常见问题及解决方法
摘要: 1、OneNote粘贴的图片比较模糊 问题原因:Microsoft为了使OneNote排版美观,在粘贴一些尺寸较大的图片时,会将图片进行缩放。 解决方法:右键->还原为原始尺寸
阅读全文
posted @ 2018-08-16 11:38 cgc0415
阅读(935)
评论(0)
推荐(0)
2018年8月12日
文件校验和(checksum或Hash)计算工具
摘要: Windows操作系统 1、certutil windows自带的certutil工具 用法:certutil -hashfile pathToFileToCheck [HashAlgorithm] 参数: pathToFileToCheck -待计算校验和的文件 HashAlgorithm - H
阅读全文
posted @ 2018-08-12 17:07 cgc0415
阅读(23736)
评论(0)
推荐(1)
下一页
公告