会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
木易的进阶史
no pain,no gain
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2017年6月1日
JSON 的一些知识
摘要: JSON 对象与 JS 对象的区别: 1. https://segmentfault.com/a/1190000005943794 2. http://jucheng.github.io/blog/2016/12/09/FEW-JavaScript-JSON.html 3. http://www.j
阅读全文
posted @ 2017-06-01 18:17 木易小邪
阅读(130)
评论(0)
推荐(0)
2017年5月28日
软件测试的艺术-CH2
摘要: by GlenFord J. Myers(U.S.A) 测试是为发现错误而执行程序的过程 软件测试心理学 人类的行为总是倾向于具有高度目标性,建议一个正确的目标有重要的心理学影响,如果我们的目标在于证明程序中的错误,那我们设计的测试数据就会发现更多的问题, 反之,则相反。 如果在测试阶段发现了错误并
阅读全文
posted @ 2017-05-28 21:11 木易小邪
阅读(183)
评论(0)
推荐(0)
2017年5月26日
Drop-in replacement
摘要: Drop-in replacement is a term used in computer science and other fields. It refers to the ability to replace one hardware (or software) component with
阅读全文
posted @ 2017-05-26 16:32 木易小邪
阅读(566)
评论(0)
推荐(0)
2017年5月24日
任意长整数求和
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #ifdef DEBUG #define debug(fmt, args...) printf(fmt, ##args) #else #define debug(fmt, args.
阅读全文
posted @ 2017-05-24 11:51 木易小邪
阅读(280)
评论(0)
推荐(0)
2017年5月22日
软件质量度量要素
摘要: 有六大要素 1. 功能性 2. 可靠性(稳定性,压力) 3. 效率(性能) 4. 易用性 5. 可移植性(兼容性) 6. 可维护性
阅读全文
posted @ 2017-05-22 18:12 木易小邪
阅读(329)
评论(0)
推荐(0)
2017年5月18日
python popular sites
摘要: 各种有用的三方库总结: https://awesome-python.com/#algorithms-and-design-patterns
阅读全文
posted @ 2017-05-18 17:19 木易小邪
阅读(270)
评论(0)
推荐(0)
Python With 用法
摘要: 背景 有一些任务,可能事先需要设置,事后做清理工作。对于这种场景,Python的with语句提供了一种非常方便的处理方式。 with如何工作? 紧跟with后面的语句被求值后,返回对象的 __enter__() 方法被调用,这个方法的返回值将被赋值给as后面的变量。 当with后面的代码块全部被执行
阅读全文
posted @ 2017-05-18 15:24 木易小邪
阅读(13639)
评论(0)
推荐(1)
2017年3月21日
MAC OS X Apache DocumentRoot 403 forbidden 原因 & 解决方案
摘要: MAC OS X:10.11.8 Apache: 2.4 DocumentRoot: ~/Desktop/WWW/ Error: 403 forbidden 各种查资料,问题都没有办法解决,尝试如下方案: 1. DocumentRoot 更改为 系统默认的 /Libary/WebServer/Doc
阅读全文
posted @ 2017-03-21 18:47 木易小邪
阅读(330)
评论(0)
推荐(0)
HTML FORM 简要介绍
摘要: HTML Form 属性
阅读全文
posted @ 2017-03-21 11:24 木易小邪
阅读(184)
评论(0)
推荐(0)
HTML 字符实体 参考手册
摘要: 详细实体集引用至: http://w3school.com.cn/tags/html_ref_entities.html HTML 中有用的字符实体 注释:实体名称对大小写敏感!
阅读全文
posted @ 2017-03-21 11:05 木易小邪
阅读(158)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告