3D打印的各种问题及解决方案

3D打印机已经买回来几个月了,基本上每天都要打印一些东西,期间遇到了很多的问题积累了很多的经验。虽然现在桌面级的3D打印也算是比较简单好用了,但要追求好一点的打印质量,还是得折腾。

3D printing in ThoughtWorks ChengDu office

Industrial 4.0 is coming, what we will do? We brought a 3D printer 2 months ago and some of the guys here are very interested in how it works and how we can utilise it. To give the answer to them, I had one session these days that introduced the basic steps to use the machine.

Speed up Cordova app development using http server

Cordova helps us make apps easily. The ability to run the apps inside browser greatly speeds up the development cycle. But I feel that it is hard to debug and rerun in a real device, especially I need to debug some plugin which needs real devices support. Normally I need to compile and redeploy the app. It takes at least 1 minutes to get all things ready even running inside Samsung S5.

20天3D打印总结

mbot cube 3D打印机拿到手也有20多天了,有空就玩玩,还是做了一些好玩实用的东西出来,总结一些经验来分享。总体来讲3D打印技术还不是太难掌握,对于

淘宝旅行API分析

这一篇博客中我分析一下如何分析得到淘宝旅行的API,如何得到实时的机票信息。 我们先看看阿里旅行的机票页面。打开Chrome Developer Tools发现要

3D打印及技巧

春节过完,花了4699买了个mBot的木头3D打印机。为什么要买呢?这还是要起源于公司内部有个同事在年前发起的一个众筹,每人可以捐一些培训经

春节

今天初六,最后一天的休假,感觉时间过得很快。自从结婚以后每年都要回广州一两次,春节是必不可少的。爸妈也非常愿意我回广州,他们好出去旅游。在小

写个暖宝宝给MAC用

冬天好冷,加上mac的金属外壳,更冷。写个暖宝宝给MAC吧,好歹手会不会再冷了。 import multiprocessing import hashlib def thread_func(): while True: pass if __name__ == "__main__": cpus = 4 t = [] for i in range(0,cpus): thread = multiprocessing.Process(target = thread_func) thread.start() print

爬虫技术概览

基于对数据的兴趣以及对技术的渴望,在大数据这个年代,没有数据怎么空谈大数据。数据的获取方式多种多样,可以下载,可以从政府的网站上免费获取,有

重新清理博客

每隔一段时间,都会重新搞一下博客。博客系统也换过多次,Wordpress->Ghost->Jekyll->Wordpres