`
文章列表
DOM Window: http://swip.codylindley.com/DOMWindowDemo.html   jquery-swip http://jquery-swip.googlecode.com/svn/trunk/
Gdata http://mirror02.gdata.de/dl_users/qs/SECURITY2010/AV2010/ENG/GDAV2010ENG.exe   IE CHS: http://windows.microsoft.com/zh-CN/internet-explorer/downloads/ie
linux最新信息: http://distrowatch.com/     2010年十大热门linux发行版介绍: http://news.newhua.com/news1/news/2010/722/10722143132FCF45DH0H2GDKJ0KJ67G5522FKJ52E845AB44EICJ17GJ.html     fedora软件包: http://distrowatch.com/table.php?distribution=fedora     fedora文档: http://docs.fedoraproject.org/zh-CN/index ...

MySQL DML

    博客分类:
  • sql
查询时间段之间的数据: select * from table_demo where time>unix_timestamp('2010-04-01') and time <= unix_timestamp('2010-05-13'')    
companionjs: Download: http://www.my-debugbar.com/wiki/CompanionJS/HomePage 配置: 打开IE菜单“工具”--“Internet选项”--“高级”,找到“禁用脚本调试(Internet Explorer)”和“禁用脚本调试(在Internet Explorer之外)”,将两个选项前面的对钩都去掉,然后重启IE。   debugbar: Download: http://www.debugbar.com/download.php   IETester: Download: http://www.my-debu ...

nagios

naginx-install: http://nagios.sourceforge.net/docs/3_0/quickstart-fedora.html

CSS

    博客分类:
  • html
用CSS3将你的设计带入下一个高度: http://www.qianduan.net/take-your-design-to-the-next-level-with-css3.html   WEB标准化: http://bbs.blueidea.com/forum-5-1.html   浏览器对CSS选择符的支持情况: http://www.evotech.net/blog/2008/09/google-chrome-browser-css-selector-support/   CSS伪类: http://www.w3school.com.cn/css/css_pseudo ...
<html> <head> <meta charset="utf-8"> <style type="text/css"> body {font:normal 12px Verdana} a#tip {position:relative;left:75px; font-weight:bold;} a#tip:link,a#tip:hover {text-decoration:none;color:#000;display:block} a#tip span {display:none;text-d ...
导入: #mysql dbname < xxx.sql #source e:/xxx.sql -- 首先要在mysql命令行:use 对应的数据库   导出(前提:进入MySQL的安装目录下的bin目录E:\MySQL\MySQLServer5.5\bin下): 1.导出结构不导出数据 mysqldump -d 数据库名 -uroot -p > xxx.sql 2.导出数据不导出结构 mysqldump -t 数据库名 -uroot -p > xxx.sql 3.导出数据和表结构 mysqldump 数据库名 -uroot -p > xxx.sql ...
官网:http://fedoraproject.org/   Fedora-DVD: http://torrent.fedoraproject.org/torrents//Fedora-13-i386-DVD.torrent   Fedora-live: http://download.fedoraproject.org/pub/fedora/linux/releases/13/Live/i686/Fedora-13-i686-Live.iso   linux系统的一些包:ftp://mirrors.rit.edu/   fedora的安装方法: http://ninihi ...
  一、考试说明   1.考试要求:        (1)理解软件工程管理的概念和任务;        (2)理解软件生存期过程;        (3)理解软件工程标准;        (4)掌握需求分析、测试、维护基本技术;        (5)掌握软件度量、软件配置管理方法;        (6)理解软件复用概念;        (7)理解软件质量保证的手段;        (s)理解软件项目对人员的需求;        (9)理解软件知识产权的基本知识。        2.通过本级水平考试的合格人员具有从事软件系统分析与工程系统分析员、工程管 ...
软件设计师考试大纲  一、考试说明  1.考试要求:  (1) 掌握数据表示、算术和逻辑运算;  (2) 掌握相关的应用数学、离散数学的基础知识;  (3) 掌握计算机体系结构以及各主要部件的性能和基本工作原理;  (4) 掌握 ...
  无刷新登陆PHP验证:   <script scr="http://code.jquery.com/jquery.js" type="text/javascript"></script> //导入jquery框架文件 <script type="text/javascript"> $(document).ready(function(){//函数入口 $("#btn_login").click(function(){ login();//点击ID为&quo ...
CentOS-5.5-i386-bin-DVD.iso: http://ftp.riken.jp/Linux/centos/5/isos/i386/   Fedora: http://fedoraproject.org/get-fedora   Linux tar package: http://docs.linuxtone.org/soft/   Nginx: http://nginx.org/en/download.html   Apache2: http://httpd.apache.org/download.cgi   MySQL Community Ser ...
方法1:页面生成时DOM树已经确定,新添加到页面的元素不会被jQuery事件绑定到,或者说是监听到,这时要对所调用的事件重新击活一下就要用到 livequery插件 导入js文件: <script src='http://code.jquery.com/jquery.js'></script> <script src='jquery.livequery.js'></script>   var boo = true; //判断点击的button是否为第一个; $(".insertr").click( functi ...
Global site tag (gtag.js) - Google Analytics