码迷,mamicode.com
首页 >  
搜索关键字:script    ( 23180个结果
script标签属性用type还是language?
被人问起一个问题:关于变量有一个问题,即使你在函数内如同上面那样声明变量,它就会变成全局变量。如果用 var 声明就会有一个问题。结果依然会弹出a。为了保证脚本程序可以正常执行,除非特意使用仅 IE 支持的 VBScript 和 Script Encoder 机制外,应当将 SCRIPT 标记的 "...
分类:其他好文   时间:2014-09-20 15:45:48    阅读次数:251
Fiddler (三) Composer创建和发送HTTP Request
Fiddler (三) Composer创建和发送HTTP Request之前已经写过两篇Fiddler的文章了,分别是【Fiddler教程】【Fiddler script用法】。 我准备把Fiddler写成一个系列。Fiddler的功能还有很多, 很多功能都没有被挖掘出来。这次我们介绍Fiddle...
分类:其他好文   时间:2014-09-20 14:01:17    阅读次数:231
第十三章、学习 Shell Scripts 简单的 shell script 练习
简单的 shell script 练习简单范例 对谈式脚本:变量内容由使用者决定[root@www scripts]# vi sh02.sh#!/bin/bash# Program:# User inputs his first name and last name. Program shows.....
分类:其他好文   时间:2014-09-20 08:49:06    阅读次数:239
第十三章、学习 Shell Scripts
什么是 Shell scriptsshell script (程序化脚本) :shell script 是针对 shell 所写的『脚本!』shell script 是利用 shell 的功能所写的一个『程序 (program)』,这个程序是使用纯文字档,将一些 shell 的语法与命令(含外部命....
分类:其他好文   时间:2014-09-20 08:48:36    阅读次数:239
检测MYSQL不同步发邮件通知的脚本
脚本代码如下:#!/bin/bash # Info : check mysql slave # Author : dingtm # CTime : 2011.03.21 # This script run by root DBDir=/elain/apps/mysql/bin/ DBSock=/el...
分类:数据库   时间:2014-09-19 19:15:56    阅读次数:236
创建HTML5/CSS3单页Web布局
1.[图片]第1步:PhotoShop?2. [代码]第2步:index.html Coding A CSS3 & HTML5 Page Template | Script tutorials demo Yo...
分类:Web程序   时间:2014-09-19 16:57:35    阅读次数:1073
Passing arguments to a shell script
Any shell script you run has access to (inherits) the environment variables accessible to its parent shell. In addition, any arguments you type after the script name on the shell command line are p...
分类:其他好文   时间:2014-09-19 15:49:26    阅读次数:282
前端模块管理器简介
前端模块管理器简介作者: 阮一峰模块化结构已经成为网站开发的主流。制作网站的主要工作,不再是自己编写各种功能,而是如何将各种不同的模块组合在一起。浏览器本身并不提供模块管理的机制,为了调用各个模块,有时不得不在网页中,加入一大堆script标签。这样就使得网页体积臃肿,难以维护,还产生大量的HTTP...
分类:其他好文   时间:2014-09-19 13:46:25    阅读次数:214
Bash的几个知识点
1. 区别 builtin command, external command,bash script。用builtin command(hash、type、command),而不是which命令(external command)查看某个命令是安装了(跟PATH变量相关):hash foo >/d...
分类:其他好文   时间:2014-09-19 13:39:35    阅读次数:220
jquery easyui datebox 时间控件默认显示当前日期的实现方法
添加如下代码,其中startTime为<input >中id值 ?<script>//得到当前日期 formatterDate?=?function(date)?{ var?day?=?date.getDate()?>?9???date.getDate()?:?"0"?+?date.getDate(); var?month...
分类:Web程序   时间:2014-09-19 12:18:55    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!