http://bbs.csdn.net/topics/380045353 用DelphiXE在WIN2008下编写一个访问WebServices的DLL ws.dll,只有一个输出函数,如下:function Login(URL:PAnsiChar; UserName: PAnsiChar; Use ...
<html><head><style type="text/css">div{border:thin solid green;width:100px;height:100px;}</style><script type="text/javascript">function hideOverflow( ...
分类:
Web程序 时间:
2016-09-30 00:37:51
阅读次数:
262
4.1下载所需要的版本,这里的系统平台为rhel6.432位系统,因此就以mysql-proxy-0.8.3-linux-glibc2.3-x86-32bit.tar.gz为例。#tarxfmysql-proxy-0.8.3-linux-glibc2.3-x86-32bit.tar.gz-C/usr/local#cd/usr/local#ln-svmysql-proxy-0.8.3-linux-glibc2.3-x86-32bitmysql-proxy..
分类:
数据库 时间:
2016-09-29 22:43:27
阅读次数:
445
$(function(){ $("ul li:lt(5)").clone().appendTo("ul"); var $width = $("ul li:lt(5)").width() * 4; var currIndex = 0; $("#next").click(function(){ if(c ...
分类:
其他好文 时间:
2016-09-29 21:44:27
阅读次数:
173
—————————————————————— <script type="text/javascript"> function chkform(){ //获取Dom var mypic = document.forms[0].mypic; for(var i = 0 ;i<mypic.files.l ...
分类:
Web程序 时间:
2016-09-29 21:40:57
阅读次数:
182
—————————————————————————— <script type="text/javascript"> function doPrint(){ window.open('print.html'); } </script> ———————————————————————— <body s ...
分类:
其他好文 时间:
2016-09-29 21:32:19
阅读次数:
134
——————————————————————————— <script type="text/javascript"> function chkform(){ var str = document.forms[0].mypic.value; var name = str.substring(str. ...
分类:
Web程序 时间:
2016-09-29 21:30:08
阅读次数:
111
———————————————————————————————————— <script type="text/javascript"> //根据用户的输入,创建对象的数据 function buildObj(){ //获取新元素key和val的dom var key = document.getE ...
分类:
编程语言 时间:
2016-09-29 21:24:42
阅读次数:
179
function Person(name,sex,age){ this.name = name; this.sex = sex; this.age = age;}Person.prototype.eat = function(){ console.log("每个人都会吃饭");}function P ...
分类:
其他好文 时间:
2016-09-29 21:22:42
阅读次数:
158
/* 设置表单的值 */ function setValue(name, value) { var first = name.substr(0, 1), input, i = 0, val; if (value "") return; if ("#" first || "." first) { in ...
分类:
Web程序 时间:
2016-09-29 21:09:17
阅读次数:
185