`
文章列表
dos批处理命令详解.txt   systeminfo > e:/tmp.txt  系统信息输出到e:/tmp.txt
二、操作 1.鼠标移动行变色 $("#table1 tr").hover(function(){ $(this).children("td").addClass("hover") },function(){ $(this).children("td").removeClass("hover") }) $("#table2 tr:gt(0)").hover(function() { $(this).chil ...
// td.attr("rowSpan", 3); // td.remove(); jQuery(document).ready(function() { var j = 0; jQuery("table tr").each(function() { j++; var td = jQuery(this).find("td:eq(2)"); //从第几列开始 if(j == 3){ //当循环到第几行时 td.attr("rowSpan", 3); ...
点击下载JQuery-1.4.2.js <html> <head> <title>JQuery动态编辑的表格DATA</title> <!--<meta charset="utf-8">--> <link rel="stylesheet" type="text/css" href="editTable.css"> <script type="text/javascript" s ...
1.google设计 2.baidu设计 3.EditPlus 4.turboc2.0 5.turboc3.0 6.div+css 7.dos 8.regedit 9.
jQuery中this与$(this)的区别 $("#textbox").hover( function() { this.title = "Test"; }, fucntion() { this.title = "OK"; } ); 这里的this其实是一个Html 元素(textbox),textbox有text属性,所以这样写是完全没有什么问题的。 但是如果将 this换成$(this)就不是那回事了,Error--报了。this与$(this)的区别在此。 $("#textbox& ...

PHP目录

    博客分类:
  • php
1.编码 2.上传 3.smtp 4.打造基于PHP的Sphinx全文搜索引擎 5.代码安全 6.PHP程序员应该遵循的三准则  
一、关于editplus工具集成 工具集成——编译器集成例子(Java、Borland C++、Visual C++、Inno Setup、nsis) 在"工具→参数选择→用户工具"选项页设置,设置步骤 ①设置组名称,这里也可以不设置 ②单击“添加工具→应用程序”按 ...
1. 有用(Useful):以用户为焦点,关注他们的生活、工作和梦想。 2. 快速(Fast):争取节省每一个毫秒。 3. 简单(Simple):简洁就是力量。 4. 魅力(Engaging):能够唤起新手的好奇心,能够吸引资深用户。 5. 革新(Innovative):勇于创新。 6. 通用(Universal):全世界适用的设计。 7. 盈利(Profitable):为现行的和将来的商业模式做好安排。 8. 优美(Beautiful):外观具有视觉愉悦性,但是不会令用户分心。 9. 可信(Trustworthy):值得用户信赖。 10. 人性(Persona ...
PHP文件上传的原理及实现 利用php的文件函数来实现上传 这段代码分为两个文件,一个为upload.html,一个是upload.php <form enctype="multipart/form-data" action="upload.php" method="post"> <input type="hidden" name="max_file_size" value="100000"> <input name="us ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>仿腾讯弹出网页层效果(兼容主流浏览器)</title> <style> body {background: #ffffff; color: #444;} a{ color: #09d; text-decoration: ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>JS合并相临相同的单元格</title> </head> <body> <table border='1' width='25%' align='center' id="tab"> <tr> <td>张三</t ...
1.改进的提示插件-jQuery.hiAlerts.1.0 :点击查看在线演示 Demo下载地址   --   或在附件中下载。 简版Demo下载地址 2.jQuery实现的动画隐藏下拉登陆框 点击查看在线演示 Demo下载地址   --   或在附件中下载。 3.JQuery排序分页 Demo下 ...
1.使用jQuery简化Ajax开发 --看看Ajax和DOM脚本编程究竟有多简单:   2. JQuery使用手册之DOM  
function is_gb2312($str) { for($i=0; $i<strlen($str); $i++) { $v = ord( $str[$i] ); if( $v > 127) { if( ($v >= 228) && ($v <= 233) ){ if( ($i+2) >= (strlen($str) - 1)) return true; // not enough characters $v1 = ord( $str[$i+1] ); $v2 = ord( $str[ ...
Global site tag (gtag.js) - Google Analytics