上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: C语言函数sscanf()的用法 在我的学习过程中,从文件读取数据是一件很麻烦的事,所幸有sscanf()函数。C语言函数sscanf()的用法sscanf() - 从一个字符串中读进与指定格式相符的数据. 函数原型: int sscanf( string str, string fmt, m... 阅读全文
posted @ 2015-08-28 23:35 Merlin-magic 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yangywyangyw/archive/2012/07/31/2620861.html以前写文章总喜欢先废话一堆,这次就免了,直入主题。加密算法通常分为对称性加密算法和非对称性加密算法,对于对称性加密算法,信息接收双方都需事先知道密匙和加解密算法且其密... 阅读全文
posted @ 2015-06-19 09:04 Merlin-magic 阅读(978) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2012/07/git.html作者:阮一峰日期:2012年7月 5日如果你严肃对待编程,就必定会使用"版本管理系统"(Version Control System)。眼下最流行的"版本管理系统",非Git莫属。相比同类软件,Git有很多... 阅读全文
posted @ 2015-06-01 00:09 Merlin-magic 阅读(118) 评论(0) 推荐(0) 编辑
摘要: http://www.pittnerovi.com/jiri/hobby/electronics/stm32f4/index.htmlStarting with the STM32F4 (discovery kit) and STM32F37x processors, flashing STM32 ... 阅读全文
posted @ 2015-05-30 08:03 Merlin-magic 阅读(738) 评论(0) 推荐(0) 编辑
摘要: https://blogs.gnome.org/happyaron/2010/09/13/convert-man-page-to-pdf/True EDGEHacker builds things.Browse:Home/2010/September/13/Convert man page to P... 阅读全文
posted @ 2015-05-29 23:16 Merlin-magic 阅读(349) 评论(0) 推荐(0) 编辑
摘要: http://bbs.chinaunix.net/thread-4096817-1-1.htmlcat ~/.ssh/id_rsa.pub | sshroot@w.x.y.z" cat >> ~/.ssh/authorized_keys"执行完提示Permission denied (publick... 阅读全文
posted @ 2015-05-29 21:58 Merlin-magic 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wangkongming/p/3533240.html转载声明:本文来自http://www.boll.me/archives/680相关说明:上篇发了个Linux(Ubuntu) 下 SecureCRT 7 30天循环破解在启动的时候会多输入一次确认窗... 阅读全文
posted @ 2015-05-27 21:02 Merlin-magic 阅读(3481) 评论(0) 推荐(0) 编辑
摘要: Astyel !E --style=linux --delete-empty-lines --indent=spaces=2 --break-blocks这可以做到,使用Linux风格的代码 if (recv_len > 0) { printf("recv_len is %d... 阅读全文
posted @ 2015-05-26 11:48 Merlin-magic 阅读(425) 评论(0) 推荐(0) 编辑
摘要: http://www.pythoner.com/263.html1.环境OS: Ubuntu13.04 64bitsGit: 1.8.1.22.Git安装执行如下命令安装Git:sudo apt-get install git git-core git-gui git-doc git-svn git... 阅读全文
posted @ 2015-05-24 10:58 Merlin-magic 阅读(222) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hansel/article/details/8504165From: http://www.ai7.org/wp/html/653.htmlgrep -r abcd *.py这样的命令得不到你期待的结果,而grep -r abcd *这样得到的结果又太多,... 阅读全文
posted @ 2015-05-14 22:47 Merlin-magic 阅读(3604) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 19 下一页