Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2017-07-14 08:45:05
exercies 2 :1. my-reverse that reverse the order of list items. (Function reverse is pre-defined.) 要求用尾递归写一个将列表逆序的函数。 答案如下:点击(此处)折叠或打开cat tail_reverse.scm #! /usr/bin/env guile -s!# .........【阅读全文】
发布时间:2017-07-11 21:42:48
这篇文章是我在阮一锋的博客上看的http://www.ruanyifeng.com/blog/2011/07/mathematical_constant_e.html但是我觉得还是看原版来的更好一些:https://betterexplained.com/articles/an-intuitive-guide-to-exponential-functions-e/最近在看scheme, 从某种程度上也是受垠神的感染。感觉任何一种语言都有其独特的地方.........【阅读全文】
发布时间:2017-07-04 11:50:29
SQLite is an embedded open source relationaldatabase (db). It is very portable, easy to use, compact, efficient, and reliable.Being an embedded database it becomes part of the program that hosts it. It isembedded in many popular programs used today. Most use the SQLite C API tointerface with t.........【阅读全文】
发布时间:2017-07-01 10:56:20
最近有个安全技能树的图在网上流传很广,我也来沾沾热点.安全技能树图片版本:https://raw.githubusercontent.com/phith0n/Mind-Map/master/%E5%AE%89%E5%85%A8%E6%8A%80%E8%83%BD%E6%A0%91.png安全技能树网页版本:http://evilcos.me/security_skill_tree_basic/index.html其实主要的内容都是来自于此:https://gi.........【阅读全文】
发布时间:2017-06-26 20:56:11
主要是看到了别人的算法:http://blog.jobbole.com/111556/我自己写了个python的代码实现,感谢大侠去研究这样的算法点击(此处)折叠或打开def transIDCard15To18(IdCardNo): ll=[] if IdCardNo is not None and l.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com