上一篇有一个读者,有疑问,如何自动化注册Dto 我开篇,做了一个自动化注册的 public sealed class AutoInjectAttribute : Attribute{public Type SourceType { get; }public Type TargetType { get; }public AutoInjectAttribute(Type sourceT…
Python编程语言解决几种常见的实际问题
(2012-10-25 17:24:12)
标签:
it
python
python培训
北京
杂谈
Python编程语言解决一些实际问题
from os.path import walk, join, normpath
from os import chdir, remove
def scan(arg, dirname, names)
for file in names:…