摘要:
此命令显示 cmdlet 生成的 Get-Service 服务对象的属性和方法。 check object self Get-Service | Get-Member Get-children| Get-member common cmdlet measure-object where-object 阅读全文
摘要:
正则表达式篇 之三(BRE和ERE区别) POSIX规范 常见的正则表达式记法,其实都源于Perl,实际上,正则表达式从Perl衍生出一个显赫的流派,叫做PCRE(Perl Compatible Regular Expression),\d、\w、\s 之类的记法,就是这个流派的特征。但是在PCRE 阅读全文
摘要:
1. Register configuration 2. Clock isolation issue. whether the one module clock off has effect on other module function? how to one module implement 阅读全文
摘要:
readyout: 由slave 产生,表示数据的接收,或extend data phase,用于数据传输,代表本身的状态 readyin(ready) : 有multiplexor提供,表示AHB正在完成一笔transfer,当hselx为1的时候,可以sample address,用于采样地址, 阅读全文
摘要:
[ODE] Oxford Dictionary of English 最新版在 oxforddictionaries.com ,免费。纸版最新版也是 2010 年出的了,我隐约觉得和 OED 一样,牛津也已经放弃 ODE 这本词典的纸版了 [OALD] Oxford Advanced Learner 阅读全文
摘要:
' fso判断环境变量添加脚本是否存在Set fso = CreateObject("Scripting.FileSystemObject")' 以管理员权限运行环境变量添加脚本Set UAC = CreateObject("Shell.Application")tmpFile = ".\addTo 阅读全文
摘要:
$(foreach <var>,<list>,<text>) library = -y $(dir) directorys = $(foreach dir, $(DIRS), $(library)) $(subst <from>;,<to>;,<text>;) $(wildcard *.c) $(s 阅读全文
摘要:
There is an interesting article here regarding the difference between import and `include when it comes to packages. I'm going to attempt to summarise 阅读全文
摘要:
常用命令汇总 where is equivalent cmd for linux which cmd 帮助:shutdown /? 关机:shutdown /s 重启:shutdown /r netstat -ano|findstr port Nslookup——-IP地址侦测器explorer—— 阅读全文
摘要:
导入包名,相当于在当前域中声明一个包标识符,那么当前域中不能在声明同样的标识符 package.__file__: print the package location, e.g. os.__file__ dir(__builtins__): show all builtin functions 阅读全文