搜索列表
-
用rsync实现网站镜像和备份
【RedHat/Centos】服务器端# more /etc/rsyncd.conf uid = nobodygid = nobodyuse chroot = nomax connections = 4pid file = /var/run/rsyncd.pidlock file = /var/run/rsync.locklog file = /var/log/rsyncd.log[wap]path = /usr/local/backup
备份网站实现 rsync通过ssh可以server用户 -
html滚动条样式
【CSS/HTML】对于页面的滚动条实现效果代码,整理的比较全的,讲解的也比较详细了
html滚动条 -
asp.net 为FCKeditor开发代码高亮插件实现代码
【网页编辑器】昨天已经将BlogEngine的可视化编辑器换成了FCKeditor,作为一个程序员,在博客中插入代码是很重要的一块。网上现有的都是修改FCKeditor的fckeditorcode_gecko.js和fckeditorcode_ie.js以达到InsertCode的目的。这个方法非常麻烦,当要使用FCKeditor新版本时都要重新修改这两个文件,非常影响我们的效率。
asp.netFCKeditor代码高亮 -
通过客户端验证上传图片文件大小的ASP源码
【ASP编程】ASP_Upload的例子-动态表单部分
javascript客户端验证 -
asp编程中常用的javascript辅助代码第1/2页
【ASP编程】一些常用的辅助代码 点击返回上页代码: <form> <p><input TYPE="button" VALUE="返回上一步" ONCLICK="history.back(-1)"></p> </form> 弹出警告框代码: <form> <p><input TYPE="button" VALUE=...
aspjavascript代码 -
学习样式表CSS参考-常用的CSS知识
【CSS/HTML】1. Block和inline元素对比 所有的HTML元素都属于block和inline之一。 block元素的特点是: 总是在新行上开始; 高度,行高以及顶和底边距都可控制; 宽度缺省是它的容器的100%,除非设定一个宽度 <div>, <p>, <h1>, <form>, <ul> 和 <li>是块元素的例子。 相反地,inli...
学习样式表CSS参考-常用的CSS知识 -
kesion科讯V4.0管理员Key工具
【ASP编程】操作说明,请仔细阅读操作说明后进行操作: 1、请把压缩包中的key.asp文件上传到KesionCMS根目录下。 2、运行key.asp后选择您所需要的选项。 3、注意:使用完毕后请点击“删除Key文件”或在FTP中删除key.asp文件以防留有后门。 4、功能简介: A 在删除了所有管理员情况下,新建管理员帐号。 B 修改后台管...
kesion科讯V4.0管理员Key工具 -
ip138之asp小偷程序代码
【ASP编程】<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title> >> 手机号码查询 </title> <meta name="generator" content=""> <style type="text/css"> BO...
ip138之asp小偷程序代码 -
一个Javascript 编写的代码编辑器
【网页编辑器】EditArea : http://sourceforge.net/projects/editarea 特点:1. 一个 Javascript 编写的代码编辑器, 支持代码加亮, 缩进, 行号等特征; 2. A free javascript editor for source code. It allow to write well formated source code with line numerotation, tab support, search & replace (with regexp) and...
一个Javascript编写的代码编辑器 -
Highlight patterns within strings
【ASP编程】复制代码 代码如下:'Replaces pattern with highlighted replacement (using style) and preserves case Public Function highlight(strText, strFind) Dim objRegExp,&n...
Highlightpatternswithinstrings -
XML 增、删、改和查示例
【XML/RSS】1.已知有一个XML文件(bookstore.xml)如下: <?xml version="1.0" encoding="gb2312"?><bookstore> <book genre="fantasy" ISBN="2-3631-4"> <title>Oberon's Legacy</title> <author>Corets, Eva</author...
XML增、删、改和查示例 -
javascript asp教程添加和修改
【ASP编程】The Connection Execute(): If you want to retrieve data from a database then you have no choice but to use a Recordset. However, for the purposes of adding, updating, and deleting data you don't necessarily have to have a Recordset. It's up to you. For the purposes of adding, updating and delet...
javascriptasp教程添加和修改