Script
mingo99
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用Perl查找VC工程依赖关系
大凡具有一定规模的系统都会分为多个子系统和模块,对应于软件开发工具的工程。在系统开发过程中,我们经常 以下是相应的Perl脚本,该脚本只在VC6的工程管理文件上使用过,对于其他版本的工程文件或许不能有效使用。 #!/usr/bin/perluse strict;my %prj2libs;my %outLib2Prj;while( if( /.*?(/w+)/ ) { chdir $原创 2005-12-03 19:41:00 · 1406 阅读 · 0 评论 -
JavaScript闭包与房子
1、何谓闭包JavaScript例子:function GISMapPanel() { this.mapPanel = document.getElementById("mapDiv"); this.width; this.height; this.showMap = function() { alert(this.mapPanel); //tip:[原创 2007-06-05 17:22:00 · 1159 阅读 · 1 评论
分享