• RainbowSoft Studio Z-Blog
  • RainbowSoft Studio Z-Blog
  • 本站支持WAP访问
  • 订阅本站的 RSS 2.0 新闻聚合
Mail:lx-super[A]163.com change[A] to @
Name:Seanloo_ADD:WuHan_QQ:8830105
I love to design beautiful and usable CSS websites.Find out more about me here.(The best resolution is 1024*768)

最新一个asp分页函数,目前最牛的。代码超级简单

Post by jecken, 2009-4-22, Views:
ASP/Visual Basic代码
  1. '================================================   
  2. '通用数据库分页函数,仅适用于用数据库分页的模式   ...
Tags: asp  网站制作 

asp自动保存远程图片

Post by jecken, 2009-4-11, Views:
ASP/Visual Basic代码
  1. '========================================================   
  2. '函数:SaveRemoteFile   
  3. ...
Tags: asp 

自己写的一个asp内容自定义分页

Post by jecken, 2009-3-23, Views:

ASP/Visual Basic代码'======================================   '内容分页函数   'content  要分页的内容   'pagelabel 分页标记   'href 其他参数连接   '=======

Tags: asp 

asp上传图片生成缩阅图组件

Post by jecken, 2009-3-8, Views:

 

组件下载:aspJpeg1.5.rar

        aspJPEG组件的使用  :

ASP/Visual Basic代码
...
Tags: 网站制作  asp 

asp禁止页面缓存

Post by jecken, 2009-3-6, Views:

1、在Asp页面首部<head>加入   

...

Tags: asp 

今天晚上又停电了

Post by jecken, 2009-3-4, Views:
闷啦!又停电啦!我还有事情没做好呢...
Tags:

跟随鼠标左右上下移动的图片

Post by jecken, 2009-3-3, Views:

1、新建一个影片剪辑,命名为: picture  ;

2、找一张大一点的图片,导入到 picture 中;

3、再新建一个空影片剪辑,命名为: dragControl  ;

4、将 picture 和 draControl  两个影片剪辑拉到主场景中;

5、在对应帧上面写如下代码:

AS2代码
    ...
Tags: flash 

flash右键菜单

Post by jecken, 2009-3-3, Views:

把以下代码粘贴在第一帧上面即可:

AS2代码
  1. //鼠标右键菜单   
  2. var myMenu:ContextMenu = new ContextMenu(); //创建对象   
  3. ...
Tags:

$_GET,$_POST,print_r 示例

Post by jecken, 2009-3-2, Views:
PHP代码
  1. <?php   
  2.     //$_GET("变量名"); 获取以GET方式提交的表单值   ...
Tags: php 

PHP 数据类型,PHP 类型转换

Post by jecken, 2009-3-2, Views:
PHP代码
  1. <?   
  2.        
  3.     $a = 100;   
  4. ...
Tags: php