上一篇下一篇返回日志列表jQuery插件之表单验证插件validationEngine(个人感觉好用)2010年05月03日评论(0)|浏览(125)点击查看原文功能:Tooltip效果网页表单校验,效果如下图:普通验证的例子:http://www.position-relative.net/creation/formValidator/ajax验证的例子:http://www.position-relative.net/creat
系统 2019-08-29 23:06:11 2611
下面是十个最牛的也是最流行的Javascript框架。它们完全可以担任目前世界上几乎所有一些和Ajax技术相关的和图形界面相关的一切功能。jQueryhttp://jquery.com/如果今天你还不知道jQuery的话,那么作为一个程序员你可能真的是从火星来的了。这恐怕是Ajax中应用最广的框架。包括了许多很不错的UI组件,做出网页的效果也是令人称道的。不过,他最牛的是它的文件大小,只有区区18K,实在是居家旅行,网站开发之首选。下面是一个日历控件,很不
系统 2019-08-29 22:49:01 2611
MorningMemoriesWakingatthebreakofmorning,Memoriespasswithoutwarning.Openingmyeyes,Iclearlysee,Imagesofonlyyouandme.ThroughoutthedayIreflectonyou,Rosepetalsoftnesstouchedbymorningdew.Yourswanlikegraceandornamentalpoise,Givespendora
系统 2019-08-29 22:17:03 2611
BestsellerorbestsellingproductisoneofthefeaturespeopletendtoaskforwhenitcomestoMagento™.Therearemultiplewaystoimplementthisfeature.Inthisexample,I’mnotusingcontrollerormodeldirectoriesatall;I’mgoingtoshowyouhowtoimplementthisfeatu
系统 2019-08-29 22:16:03 2611
Document.form.item问题现有问题:现有代码中存在许多document.formName.item("itemName")这样的语句,不能在firefox下运行。解决方法:改用document.formName.elements["elementName"]。集合类对象问题现有问题:现有代码中许多集合类对象取用时使用(),IE能接受,firefox不能。解决方法:改用[]作为下标运算。如:document.forms("formName")改
系统 2019-08-29 22:06:30 2611
网址:http://www.javabloger.com/article/apache-hbase-shell-and-java-api-html.html本篇文章讲述用HBaseShell命令和HBaseJavaAPI对HBase服务器进行操作。在此之前需要对HBase的总体上有个大概的了解。比如说HBase服务器内部由哪些主要部件构成?HBase的内部工作原理是什么?我想学习任何一项知识、技术的态度不能只是知道如何使用,对产品的内部构建一点都不去关心,
系统 2019-08-12 09:30:23 2611
上传页面<%...@pagelanguage="java"contentType="text/html;charset=GB18030"pageEncoding="GB18030"%>
系统 2019-08-12 09:29:41 2611
最近使用开发的过程中出现了一个小问题,顺便记录一下原因和方法--Appliesto:OracleDatabase-EnterpriseEdition-Version11.2.0.1andlaterInformationinthisdocumentappliestoanyplatform.PurposeThepurposeofthisnoteistoprovideasummaryofthetop5issuesthatmaypreventthesuccessf
系统 2019-08-12 01:54:31 2611
1:以sysdba登陆系统,首先创建一个用户SQL>conn/assysdbaConnected.SQL>createuseryshyidentifiedbyyshy;Usercreated.SQL>grantconnecttoyshy;Grantsucceeded.SQL>grantresourcetoyshy;Grantsucceeded.SQL>grantcreatesynonymtoyshy;Grantsucceeded.SQL>2:切换到yshy
系统 2019-08-12 01:53:41 2611
在shell开发中,很多时候我们需要操作mysql数据库(比如:查询数据、插入数据等),但是我们又无法进入mysql命令行的环境,就需要在shell环境中模拟mysql的环境,使用mysql相关命令。本文总结几种shell操作mysql的方法,供大家参考。方法一:mysql-uuser-ppasswd-e"SQL语句"适合简单操作,单条语句。方法二:1准备一个sql脚本,假如名字为test.sql。2新建一个shell脚本,假如名字为test_mysql.
系统 2019-08-12 01:33:59 2611