09-06
19

不爱学习 文字显拼音

[ Category:不爱学习 | Comments:0 | View:3562 | Cited:0 ]
文字显拼音
本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入

09-06
19

不爱学习 来访信息生成图片

[ Category:不爱学习 | Comments:0 | View:3425 | Cited:0 ]
根据来访信息生成图

根据来访信息(IP,操作系统,浏览器)生成图
本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入
09-06
19

不爱学习 PHP+ajax无刷新心情投票程序

[ Category:不爱学习 | Comments:0 | View:3438 | Cited:0 ]
无刷新心情投票,可以用到你的新闻、文章系统,调用方法简单,每个IP只有投一次,希望有朋友能用得上,同时也可以学习一下AJAX。这是PHP版本
本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入
09-06
19

不爱学习 仿Window Vista的Web桌面系统

[ Category:不爱学习 | Comments:0 | View:3860 | Cited:0 ]
仿Window Vista的Web桌面系统,基于Js的Ajax框架。

安装
1.将MySql.sql导入MySql数据库。
2.修改\system\os\config.php中的Mysql连接。
目录结构
资源目录包含:
1 、CSS ,桌面的CSS文件
2 、images,默认图像
3 、themes, 主题
4 、wallpapers,桌面壁纸
系统目录中包含:
1 、core,核心JavaScript文件
2 、login,登陆文件
3 、modules,模块/应用插件
4 、os,配置和操作系统PHP类的lib目录

本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入
09-06
19

不爱学习 投票系统 PHP+Flash版

[ Category:不爱学习 | Comments:0 | View:3565 | Cited:0 ]
投票系统 PHP+Flash版

本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入
09-06
19

不爱学习 flash文件批量上传

[ Category:不爱学习 | Comments:0 | View:3737 | Cited:0 ]
选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是HTTP协议,所以客户端,服务端都不需要安装任何组件

因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等

1.0.6 bate 版

添加了可以删除已上传完成条目参数设置 CompleteClose
添加了FormID 参数设置,每次上传时将注册了ID的表单数据以POST形式发送到服务器

http://down.chinaz.com/upload/2009/4/1/2009040152014009.jpg

本日记包含有下载文件,请点击下面连接下载
这个文件只能在登入之后下载。请先 注册登入
来源网络

09-06
19

不爱学习 仿Joyo网站菜单

[ Category:不爱学习 | Comments:0 | View:3111 | Cited:0 ]
<html>
<head>
<title>仿Joyo网站菜单</title>
<script>
var t=setTimeout("null",50);
function $(ye){
ye=document.getElementById(ye);
return ye;
}
function padW(){
var p;
if($("cha").offsetWidth>$("ti").offsetWidth){
p=$("ti").offsetLeft-(($("cha").offsetWidth-$("ti").offsetWidth)/2);
}
else{
p=$("ti").offsetLeft+(($("ti").offsetWidth-$("cha").offsetWidth)/2);
}
return p;
}
function padH(){
var s;
s=$("ti").offsetTop+$("ti").offsetHeight-3;
return s;
}
function showDiv(){
$("cha").style.display='block';
}
function hideDiv(){
$("cha").style.display='none';
}
</script>
<script for=window event=onload>
var w=padW(),h=padH();
with($("cha")){
style.display='none';
style.pixelLeft=w;
style.pixelTop=h;
}
</script>
<style type="text/css">
#cha{
position:absolute;
width:300px;
left:-1000px;
top:-1000px;
border:2px solid #cccccc;
background:orange;FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=green,endColorStr=gold);
}
a:link{
text-decoration:none;
color:black;
font:normal small-caps bold 12px/140% "Lucida Grande",sans-serif;
}
a:visited{
text-decoration:none;
color:blue;
font:normal small-caps bold 12px/140% "Lucida Grande",sans-serif;
}
a:hover{
text-decoration:underline;
color:red;
font:normal small-caps bold 12px/140% "Lucida Grande",sans-serif;
}
#main{
position:absolute;left:250px;top:100px;
}
</style>
</head>
<body>
<div onmouseover=showDiv() onmouseout=hideDiv() style="border:1px solid red"
id=main>
<div id="cha" name="cha">
<table>
   <tr><td><a href="http://www.it365cn.com">织梦乱弹</a></td><td
width="40">&nbsp;</td><td><a href="http://www.smallrain.net">小雨</a></td></tr>
   <tr><td><a href="http://yexj00.5dm.cn/">Yexj00's Blog</a></td><td
width="40">&nbsp;</td><td><a href="http://www.W3pop.com">w3pop</a></td></tr>
   <tr><td><a href="http://www.blueIdea.com">蓝色理想</a></td><td
width="40">&nbsp;</td><td><a href="http://www.mysheji.com/blog/">设计前沿
</a></td></tr>
   <tr><td><a href="http://www.cnbruce.com/">布鲁斯狼</a></td><td
width="40">&nbsp;</td><td><a href="http://www.webjx.com/">网页教学</a></td></tr>
</table>
</div>
<span style="cursor:hand;" id="ti" onmouseover=showDiv() onmouseout="hideDiv()">
每天常去的网站</span><br>
</div>
</body>
</html>
分页: 2/43 第一页 上页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 金东浩博客显示模式: 摘要 | 列表 ]