06 2019 档案
摘要:a.c#include #include #include 1 int main(int argc, char *argv[]) 2 { 3 char data[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; 4 char hash_calc[32] = {0}; 5 SHA256_CTX c; 6 SHA256_...
阅读全文
摘要:摘自:https://www.jb51.net/article/104846.htm 前言 最近工作中遇到一个需求,需要将程序的输出写到终端,同时写入文件,通过查找相关的资料,发现可以用 tee 命令实现,首先来解释一下 tee 命令的作用: read from standard input and
阅读全文
摘要:linux下使用SVN上传项目 摘自:https://blog.csdn.net/puppet_/article/details/78259591 2017年10月17日 13:51:33 puppet_ 阅读数 2225 linux下使用SVN上传项目 摘自:https://blog.csdn.n
阅读全文
摘要:linux下将文件上传到svn服务器 摘自:https://blog.csdn.net/sky_yangge/article/details/41544773 2014年11月27日 16:47:57 sky样 阅读数 7526 linux下将文件上传到svn服务器 摘自:https://blog.
阅读全文
摘要:查看linux是几位操作系统 摘自:https://blog.csdn.net/a34569345/article/details/80179927 2018年05月03日 14:44:44 bill447 阅读数 280 查看linux是几位操作系统 摘自:https://blog.csdn.ne
阅读全文
摘要:centOS 6.5关闭防火墙步骤 摘自:https://www.cnblogs.com/justuntil/p/8057299.html centOS 6.5关闭防火墙步骤 关闭命令: service iptables stop 永久关闭防火墙:chkconfig iptables off 两个命
阅读全文
摘要:Linux/CentOS下修改MAC地址 摘自:https://blog.csdn.net/qq_33233768/article/details/64906265 2017年03月22日 11:06:37 Volcano1024 阅读数 18211 标签: 网卡mac 更多 个人分类: Linux
阅读全文
摘要:gen_image.bat中的内容如下: 1 FOTARomPacker.exe -i .\_ini\FOTARomPacker.ini -o .\_Output\a.bin 2 @IF %ERRORLEVEL% NEQ 0 goto GEN_IMAGE_ERROR 3 4 :OK 5 @echo
阅读全文
摘要:sed替换 - 含反斜杠(/)和Shell变量摘自: https://blog.csdn.net/zhenyongyuan123/article/details/66162632011年07月19日 10:57:37 zhenyongyuan123 阅读数 17103版权声明:本文为博主原创文章,未
阅读全文
摘要:置BAT批处理窗口显示颜色 摘自:https://blog.csdn.net/tp7309/article/details/53450131 2016年12月04日 01:08:33 亦游 阅读数:11176 标签: 批处理bat颜色 更多 个人分类: DOS 置BAT批处理窗口显示颜色 摘自:ht
阅读全文
摘要:【面试被虐】如何只用2GB内存从20亿,40亿,80亿个整数中找到出现次数最多的数? 摘自:https://www.cnblogs.com/kubidemanong/p/10983251.html 这几天小秋去面试了,不过最近小秋学习了不少和位算法相关文章,例如 【面试现场】如何判断一个数是否在40
阅读全文
摘要:bat 脚本之 使用函数 摘自:https://blog.csdn.net/peng_cao/article/details/73999076 2017年06月30日 15:06:37 pengcao89 阅读数:4631 bat 脚本之 使用函数 摘自:https://blog.csdn.net/
阅读全文
摘要:bat命令编写大全 摘自:https://blog.csdn.net/haibo19981/article/details/52161653 2016年08月09日 12:26:31 爱睡觉的猫L 阅读数:3029更多 个人分类: bat bat命令编写大全 摘自:https://blog.csdn
阅读全文
摘要:批处理如何查找并替换文本里特定字符串中的部分内容 摘自:http://www.bathome.net/thread-43349-1-1.html 脚本如下: bat如何搜索并替换ini文件里的userx关键字。不能用第三方exe软件。其中的x是数字,不确定位数、也不确定是哪个数字。搜索userx关键
阅读全文