[发布]窗口手术师 v1.0
Thursday, 22. February 2007, 08:35:53
与窗口手术师类似的软件还有CopyText、Pickup Window,但功能却不如窗口手术师强大,也远不如窗口手术师易用。
截图:

下载:
简洁不等于简陋
Thursday, 22. February 2007, 08:35:53

Tuesday, 20. February 2007, 01:49:56
Wednesday, 14. February 2007, 08:35:55
.indent {
margin: 0 20px 0 20px;
}
<div class='indent'> 一些文字................ </div>
<br></br>
Item, "段落缩进"=Cut & Insert, "<div class='indent'>" & Paste & Insert, "</div>"
FAQ: <br></br> <div class='indent'>Q5. 我怎样启动/停止服务? <div class='indent'>A1.有两个函数集能帮助你控制服务: <br></br> <div class='indent'>SumTingWong制作的ServiceControl.au3,包含的函数有: <div class='indent'>_StartService()<br></br> _StopService()<br></br> _ServiceExists()<br></br> _ServiceRunning()<br></br> _CreateService()<br></br> _DeleteService()<br></br></div> </div> <br></br> <div class='indent'>CatchFish制作的_NTServices.au3,包含的函数有: <div class='indent'>_ServiceStart()<br></br> _ServiceStop()<br></br> _ServiceStatus()<br></br> _ServicePause()<br></br></div> </div></div></div>
FAQ:
Q5. 我怎样启动/停止服务?A1.有两个函数集能帮助你控制服务:
SumTingWong制作的ServiceControl.au3,包含的函数有:_StartService()
_StopService()
_ServiceExists()
_ServiceRunning()
_CreateService()
_DeleteService()
CatchFish制作的_NTServices.au3,包含的函数有:_ServiceStart()
_ServiceStop()
_ServiceStatus()
_ServicePause()
Saturday, 11. November 2006, 14:29:22
/* 美化输入框和文字框 */
input, textarea{
border-width: 1px; /*边框宽1像素*/
border-style: solid; /*边框样式为实线*/
border-color: #CCC #EEE #EEE #CCC; /*边框颜色,表现为凹陷效果*/
background-color: #FCFCFC; /*背景色*/
}
/* 输入框激活和聚焦时的效果 */
input:hover,input:focus{
background: #fff9ed;/*背景色*/
}
#searchbox {
border-width: 1px;
border-style: solid;
border-color: #CCC #EEE #EEE #CCC;
background-color: #FCFCFC;
}
#searchbox:hover,#searchbox:focus{
background: #fff9ed;
}
Saturday, 11. November 2006, 12:10:26
a:link {
color: #C37108;
white-space: nowrap;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #C37108;
}
a:hover {
text-decoration: none;
background-image: url(http://files.myopera.com/z8519312/images/animated_underline.gif);
background-repeat: repeat-x;
background-position: 100% 100%;
padding-bottom: 3px;
color: #CC9900;
}
a:active {
text-decoration: none;
}
Sunday, 15. October 2006, 07:21:22
XSPF Web Music Player有下面3种播放界面:
Music Player Slim
Music Player Extended
Music Player Button
下载地址:
Extended version 0.2.3
Slim version 0.2.3
Button version 0.1
使用说明:
下载播放器后将压缩包内的.swf文件上传到你的Opera空间里,然后在想使用它的页面中加入以下代码:
<object type="application/x-shockwave-flash" width="400" height="170" data="http://PATH-TO-PLAYER/xspf_player.swf?playlist_url=http://PATH-TO/playlistlist.xspf"> <param name="movie" value="http://PATH-TO-PLAYER/xspf_player.swf?playlist_url=http://PATH-TO/playlistlist.xspf" />
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||