首页 热点新闻 基地简介 培养项目 就业资讯

 

 

 

 


  "微软大学生实训营"由资深项目经理辅导,帮助学员真实体验企业项目流程,积累项目经验,提升竞争力.  
  "微软国际认证培训"由微软认证讲师授课,帮助学员系统掌握微软主流技术,通过考试可获微软专家证书.  
 
我与微软零距离——2009年大学生就业助航计划2009-06-23
5月份微软TechNet动手实验营苏州场顺利闭营2009-05-31
热烈庆祝基地与海辉集团达成人才战略合作协议2009-05-21
 
 
  "苏州软件(微软技术)实训基地"由苏州工业园区政府和微软(中国)有限公司共同建立,苏州高博软件培训中心承办,基地以苏州工业园区软件人才培养和服务外包基地建设需求为导向,充分利用微软的软件技术、产业教育和项目管理经验,帮助学员系统掌握微软技术、真实体验项目角色、全面提升职场竞争力.  
近期开班
 
·09U7F10微软大学生实训营,即将开班
·09U7F09微软大学生实训营,6月29日已开班
·09U6F08微软大学生实训营,5月31日已开班
·Windows Server 2008 09HOL04,6月19日已开班
·Windows Server 2008 09HOL03,5月22日已开班
·
09U5F07微软大学生实训营,4月27日已开班
 
实习就业
  李考准:微软(中国)有限公司 顾问咨询工程师
徐 科:微软亚太区全球技术支持中心 技术支持工程师
周 远:埃森哲(上海)咨询有限公司 助理软件工程师
张 涛:新电信息科技(苏州)有限公司 软件工程师
黄建:方正软件(苏州)有限公司 软件工程师
周 鹏:高达计算机技术(苏州)有限公司 软件工程师
 
微软活动
 
 
  ·微软-信息产业部软件外包师资培训
·09年紧缺人才项目正式启动
·微软大学生就业助航计划
·微软大学生实训营
·微软动手实验营
 
 
 

 
          
 
返回总站返回首页返回总站基地简介开班信息在线报名交通路线微软认证项目实训热点新闻 <% ' asp-google-sitemaps.asp ' by David Yin ' http://seo.g2soft.net/online-tools/google_sitemaps_gen.php ' v0.1 08.30.06 ' ' BSD 2.0 license, ' http://www.opensource.org/licenses/bsd-license.php '�޸��������������ò�������ַ������Ŀ¼������Ŀ¼ session("server")="http://www.yourdomain.net/" vDir = "/" phisicalDir="C:\Inetpub\wwwroot\" 'ʱ�����ã��������ñ���ʱ��ͬ������ʱ���IJ�ֵ utcOffset=1 set objfso = CreateObject("Scripting.FileSystemObject") root = Server.MapPath(vDir) response.ContentType = "text/xml" response.write "" response.write " " response.write "" Set objFolder = objFSO.GetFolder(root) Set colFiles = objFolder.Files For Each objFile In colFiles response.write getfilelink(objFile.Path,objfile.dateLastModified) Next ShowSubFolders(objFolder) response.write "" set fso = nothing Sub ShowSubFolders(objFolder) Set colFolders = objFolder.SubFolders For Each objSubFolder In colFolders if folderpermission(objSubFolder.Path) then response.write getfilelink(objSubFolder.Path,objSubFolder.dateLastModified) Set colFiles = objSubFolder.Files For Each objFile In colFiles response.write getfilelink(objFile.Path,objFile.dateLastModified) Next ShowSubFolders(objSubFolder) end if Next End Sub Function getfilelink(file,data) file=replace(file,phisicalDir,"") file=replace(file,"\","/") If FileExtensionIsBad(file) then Exit Function If FileNameIsBad(file) then Exit Function filelmdate=iso8601date(data,utcOffset) getfilelink = ""&server.htmlencode(session("server")&file)&""&filelmdate&"1.0" session("URLS")=session("URLS")+1 Response.Flush End Function Function Folderpermission(pathName) '���ò���������sitemaps����Ŀ¼ PathExclusion=Array("\temp","\_vti_cnf","\_vti_pvt","\_vti_log","\cgi-bin") Folderpermission =True for each PathExcluded in PathExclusion if instr(ucase(pathName),ucase(PathExcluded))>0 then Folderpermission = False exit for end if next End Function Function FileExtensionIsBad(sFileName) Dim sFileExtension, bFileExtensionIsValid, sFileExt 'http://www.googleguide.com/file_type.html Extensions = Array("png","gif","jpg","zip","pdf","ps","html","htm","asp","wk1","wk2","wk3","wk4","wk5","wki","wks","wku","lwp","mw","xls","ppt","doc","wks","wps","wdb","wri","rtf","ans","txt") if len(trim(sFileName)) = 0 then FileExtensionIsBad = true Exit Function end if sFileExtension = right(sFileName, len(sFileName) - instrrev(sFileName, ".")) bFileExtensionIsValid = false 'assume extension is bad for each sFileExt in extensions if ucase(sFileExt) = ucase(sFileExtension) then bFileExtensionIsValid = True exit for end if next FileExtensionIsBad = not bFileExtensionIsValid End Function Function FileNameIsBad(sFileName) if len(trim(sFileName)) = 0 then FileNameIsBad = true Exit Function end if Filename = Array("/alive.asp","/404.asp","/500.asp","/sitemap_gen.asp") FileNameNumber = ubound(Filename) for i=0 to FileNameNumber if Filename(i) = sFileName then FileNameIsBad = True end if next End Function Function iso8601date(dLocal,utcOffset) Dim d ' ����ʱ��������ת������ʱ�� d = DateAdd("H",-1 * utcOffset,dLocal) ' compose the date iso8601date = Year(d) & "-" & Right("0" & Month(d),2) & "-" & Right("0" & Day(d),2) & "T" & _ Right("0" & Hour(d),2) & ":" & Right("0" & Minute(d),2) & ":" & Right("0" & Second(d),2) & "Z" End Function %><% ' asp-google-sitemaps.asp ' by David Yin ' http://seo.g2soft.net/online-tools/google_sitemaps_gen.php ' v0.1 08.30.06 ' ' BSD 2.0 license, ' http://www.opensource.org/licenses/bsd-license.php '�޸��������������ò�������ַ������Ŀ¼������Ŀ¼ session("server")="http://www.yourdomain.net/" vDir = "/" phisicalDir="C:\Inetpub\wwwroot\" 'ʱ�����ã��������ñ���ʱ��ͬ������ʱ���IJ�ֵ utcOffset=1 set objfso = CreateObject("Scripting.FileSystemObject") root = Server.MapPath(vDir) response.ContentType = "text/xml" response.write "" response.write " " response.write "" Set objFolder = objFSO.GetFolder(root) Set colFiles = objFolder.Files For Each objFile In colFiles response.write getfilelink(objFile.Path,objfile.dateLastModified) Next ShowSubFolders(objFolder) response.write "" set fso = nothing Sub ShowSubFolders(objFolder) Set colFolders = objFolder.SubFolders For Each objSubFolder In colFolders if folderpermission(objSubFolder.Path) then response.write getfilelink(objSubFolder.Path,objSubFolder.dateLastModified) Set colFiles = objSubFolder.Files For Each objFile In colFiles response.write getfilelink(objFile.Path,objFile.dateLastModified) Next ShowSubFolders(objSubFolder) end if Next End Sub Function getfilelink(file,data) file=replace(file,phisicalDir,"") file=replace(file,"\","/") If FileExtensionIsBad(file) then Exit Function If FileNameIsBad(file) then Exit Function filelmdate=iso8601date(data,utcOffset) getfilelink = ""&server.htmlencode(session("server")&file)&""&filelmdate&"1.0" session("URLS")=session("URLS")+1 Response.Flush End Function Function Folderpermission(pathName) '���ò���������sitemaps����Ŀ¼ PathExclusion=Array("\temp","\_vti_cnf","\_vti_pvt","\_vti_log","\cgi-bin") Folderpermission =True for each PathExcluded in PathExclusion if instr(ucase(pathName),ucase(PathExcluded))>0 then Folderpermission = False exit for end if next End Function Function FileExtensionIsBad(sFileName) Dim sFileExtension, bFileExtensionIsValid, sFileExt 'http://www.googleguide.com/file_type.html Extensions = Array("png","gif","jpg","zip","pdf","ps","html","htm","asp","wk1","wk2","wk3","wk4","wk5","wki","wks","wku","lwp","mw","xls","ppt","doc","wks","wps","wdb","wri","rtf","ans","txt") if len(trim(sFileName)) = 0 then FileExtensionIsBad = true Exit Function end if sFileExtension = right(sFileName, len(sFileName) - instrrev(sFileName, ".")) bFileExtensionIsValid = false 'assume extension is bad for each sFileExt in extensions if ucase(sFileExt) = ucase(sFileExtension) then bFileExtensionIsValid = True exit for end if next FileExtensionIsBad = not bFileExtensionIsValid End Function Function FileNameIsBad(sFileName) if len(trim(sFileName)) = 0 then FileNameIsBad = true Exit Function end if Filename = Array("/alive.asp","/404.asp","/500.asp","/sitemap_gen.asp") FileNameNumber = ubound(Filename) for i=0 to FileNameNumber if Filename(i) = sFileName then FileNameIsBad = True end if next End Function Function iso8601date(dLocal,utcOffset) Dim d ' ����ʱ��������ת������ʱ�� d = DateAdd("H",-1 * utcOffset,dLocal) ' compose the date iso8601date = Year(d) & "-" & Right("0" & Month(d),2) & "-" & Right("0" & Day(d),2) & "T" & _ Right("0" & Hour(d),2) & ":" & Right("0" & Minute(d),2) & ":" & Right("0" & Second(d),2) & "Z" End Function %>