Posts Tagged ‘windows’

Today I searched several post about how to install OpenCV Python bindings on Windows 7. And I found many of them made it too complicated. Here is my simple solution. Many thanks to Christoph Gohlke, Laboratory for Fluorescence Dynamics, University of California, Irvine, his work makes many Python modules be easy to be installed on [...]

因为工作需要,需要把一个目录下每个子文件夹里面的所有的MIDlet文件提取到其根目录下,就是目录遍历的问题。之前都是手动机械的重复劳动,就觉着机械劳动肯定可以用代码解决。for命令最适合干这个了。一直觉得Windows的命令应该就能搞定,但是里面的for命令以前接触过,没怎么用过,觉得很复杂。 今天上班又要这样重复劳动,就打算正式开始着手写个解决方案。下面包括了自己的思维走向: