Tips:点此可运行HTML源码
摘要: 本文展示用js获取键盘输入与其相应的键值 阅读全文
posted @ 2012-07-11 20:11 Zjmainstay 阅读(782) 评论(0) 推荐(0) 编辑
摘要: //输出图片imageOutput.php OutPut Image "/>html中图片显示为://处理图片链接getImage_process.php<?php $url = base64_decode ($_GET['id']); echo file_get_c... 阅读全文
posted @ 2012-07-06 21:39 Zjmainstay 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 步骤:1.下载用户自定义语言XML文件 notepad++用户自定义语言XML文件下载 这里以jQuery为例,下载地址为:http://www.jamesallardice.com/downloads/notepadpp/jquery.zip2.解压缩得到jquery.xml 和 userDefi... 阅读全文
posted @ 2012-07-06 16:19 Zjmainstay 阅读(12604) 评论(0) 推荐(0) 编辑
摘要: canRunView Code <html><head> <title>JS substr</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="zh-CN" /></head><body></body><div& 阅读全文
posted @ 2012-07-06 12:03 Zjmainstay 阅读(740) 评论(0) 推荐(0) 编辑
摘要: 图片上一个下一个轮换效果 阅读全文
posted @ 2012-06-26 15:11 Zjmainstay 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 演示地址<?php header("content-type:image/gif"); $str=file_get_contents("example_image.gif"); echo $str;//End_php 阅读全文
posted @ 2012-06-21 11:00 Zjmainstay 阅读(735) 评论(0) 推荐(0) 编辑
摘要: 演示地址 阅读全文
posted @ 2012-06-20 14:30 Zjmainstay 阅读(706) 评论(0) 推荐(0) 编辑
摘要: canRun原文:JavaScript/HTML格式化工具演示地址View Code 1 2 3 4 5 6 JavaScript/HTML格式化 - 站长工具 7 8 ... 阅读全文
posted @ 2012-06-20 14:24 Zjmainstay 阅读(940) 评论(0) 推荐(0) 编辑
摘要: [root@~]#vncconfig -nowin& (执行后窗口不能关闭) 阅读全文
posted @ 2012-06-07 11:38 Zjmainstay 阅读(11128) 评论(0) 推荐(1) 编辑
摘要: nbtstat -a IP 阅读全文
posted @ 2012-06-07 09:28 Zjmainstay 阅读(10817) 评论(0) 推荐(0) 编辑
摘要: 更改visio的默认线粗,需要修改相应的模板才能解决问题,比如说流程图,它对应Visio11\2052\Basflo_m.vst, 双击打开它,修改了样式之后,保存覆盖原来的Basflo_m.vst,再重新建流程图的时候就是你设置的了。 阅读全文
posted @ 2012-06-04 16:03 Zjmainstay 阅读(1710) 评论(0) 推荐(0) 编辑
摘要: jQuery Ajax 插入数据库示例。 阅读全文
posted @ 2012-06-04 10:29 Zjmainstay 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: 推荐火狐快捷搜索插件: InstantFox Quick Search 2.7.1 https://addons.mozilla.org/en-US/firefox/addon/instantfox 阅读全文
posted @ 2012-05-25 16:26 Zjmainstay 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 插入如下函数解决兼容问题: function mootool_jQuery_compatible(){ if(typeof(window.addEvent) == 'undefined') { window.addEvent = function(a,b){ return jQuery(document).ready(b); } } } mootool_jQuery_compatible(); 阅读全文
posted @ 2012-05-16 12:14 Zjmainstay 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 收藏指定页 收藏当前页 阅读全文
posted @ 2012-05-15 09:47 Zjmainstay 阅读(297) 评论(0) 推荐(0) 编辑
摘要: PHP+jQuery 实现二级联动菜单 演示地址 阅读全文
posted @ 2012-05-11 10:35 Zjmainstay 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: http://addthis.org.cn/ 阅读全文
posted @ 2012-04-13 10:16 Zjmainstay 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 鼠标指到这里看看.. 阅读全文
posted @ 2012-04-11 13:42 Zjmainstay 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 火狐鼠标手势:https://addons.mozilla.org/zh-CN/firefox/addon/firegestures/(点击链接安装) 阅读全文
posted @ 2012-04-07 13:54 Zjmainstay 阅读(267) 评论(0) 推荐(0) 编辑
摘要: CSS实现圆形DIV abc 阅读全文
posted @ 2012-04-06 12:53 Zjmainstay 阅读(14181) 评论(0) 推荐(1) 编辑