wininit.exe windows 安装初始化应用程序 winipcfg.exe tcp/ip 配置实用程序 winmine.exe 扫雷游戏 winpopup.exe windows 弹出式消息实用程序 winver.exe 显示windows 版本号 write.exe 写字板附件 winrep.exe windows 报告工具 winalign.exe 排列本地文件应用程序 wupdmgr.exe windows 更新工具 二、C:\Windows\system...
this.win=window.frames[alternateFrame.name]; this.win.document.write("<body leftmargin=0 topmargin=0 oncontextmenu='self.event.returnValue=false'><div id=popbg></div><div id=popbody></div><div></div></body>"); this.win.document.body.style.backgroundColor="transparent"; document.body...
代码如下: <HTML><HEAD><TITLE>如何在同一页面设置不同文字链接效果的样式</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style type="text/css"> <!-- a:hover { font-size: 9pt; color: #FF0000; text-decoration: underline} a:link { font-size: 9pt; ...
我们可以看msdn里有WebResource的参数说明:第一个是资源的名字,第二个是资源的mime-type名。 其实这个语句放任何cs文件里,保证放在最高级namespace外就行。 然后在程序中调用如下: m_Image.ImageUrl=this.Page.GetWebResourceUrl(typeof(WebCustom),"WebCtrl.cutecat.jpg"); GetWebResourceUrl的第一个参数是用户...
strSubmit=strSubmit.Replace("<","<font><</font>"); 然后保存或输出strSubmit。 用此方法还可以简单实现UBB代码。 22、Math.Max(i,j) 取i与j中的最大值 如int x=Math.Max(5,10); // x将取值 10 23、字串对比一般都用: if(str1==str2){ } , 但还有别的方法: ...