惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - Leon0812

Export csv Export Excel Jquery pluign development example XML Mail Template Management Resource file management Excel Reader iframe 中显示内嵌页的局部 - Leon0812 - 博客园 easyslider - Leon0812 - 博客园 缩放页面字体 可编辑DIV - Leon0812 - 博客园 vs快捷键大全(转) SQL文件執行 利用IHttpModule、IHttpHandler做授权类 - Leon0812 - 博客园 C#调用非托管的DLL 无缝滚动 - Leon0812 - 博客园 Reporting Service for SQL 2008匿名访问报表方法 獲取控件位置 - Leon0812 - 博客园 Installscript中修改web.config - Leon0812 - 博客园 publish
获取-编译-打包 VS作业一条龙批处理
Leon0812 · 2010-01-29 · via 博客园 - Leon0812

PATH=C:\Program Files\Microsoft Visual SourceSafe
mkdir Ehrs-2008
cd Ehrs-2008
set ssdir=D:\EHRSKPI
set ssuser=X5044
set sspwd=X5044
ss  get  $/* -R -i-

rmdir /s/q Publish
mkdir Publish
del build.txt
PATH=D:\VS2008\Common7\Tools
Call Vsvars32.bat
Devenv EHRSKPI.sln /build release /out  build.txt

set AspCompilerPath=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
%AspCompilerPath%\Aspnet_compiler.exe -v /xx -p  WEB -f -fixednames Publish\IISRootFolder\Ehrsnet 

rmdir /s/q Publish\IISRootFolder\Ehrsnet\App_Data
copy WEB\Source\KPI\Reports Publish\IISRootFolder\Ehrsnet\Source\KPI\Reports /Y
copy WEB\RPT Publish\IISRootFolder\Ehrsnet\RPT /Y
copy D:\VCD\EhrsnetV940\Update.exe Publish

cd Publish
@echo set proName=KPI%date:~0,4%-%date:~5,2%-%date:~8,2%
set proName=EhrsV940.rar
PATH=C:\Program Files\WinRAR
WinRar a ..\%proName%  *.* -r

copy  ..\%proName%  D:\VCD /Y