随笔分类 - web
web随笔
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?phpclassWebServiceClientextendsSoapClient{public$username;public$password;public$fileContent;pu...
阅读全文
摘要:转自:http://www.robert-gonzalez.com/2007/06/01/mysql-multiple-result-procs-in-php/代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head...
阅读全文
摘要:转自:http://hackingon.net/post/jQuery-Datepicker-by-Example.aspxI have been working almost exclusively with Asp.Net MVC for the last twelve months. Working with MVChas encouraged me to move more toward...
阅读全文
摘要:转自: http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/Using MySQL Stored Procedures with PHP mysql/mysqli/pdo Wondering how to use stored procedures with PHP and ...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?phprequire_once(dirname(__FILE__)."/lib/fpdf/fpdf.php");require_once(dirname(__FILE__)."/lib/fpdi/fpdi.php");$filename="file/template.pdf";$pdf=newFPDI('P'
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; usin...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->this.ClientScript.RegisterClientScriptBlock(this.GetType(), "refreshOpener", ""); this.ClientScript.Re...
阅读全文
摘要:using System; using System.IO; using System.Collections; using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization; using System.Web; using System.Text; public class Se...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace WebSurfer { class PageReader { "Attributes"#region "...
阅读全文
摘要:using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using System.Web.Script.Services; using System.Collections.Generic; using Doma...
阅读全文
摘要:原创: Untitled Page using System; using System.Collections; us...
阅读全文
摘要:Untitled Page ...
阅读全文
摘要:1setGoogleMapCommunity('Country Hills, Calgary, alberta'); 2setGoogleMapLocations('Country Hills, Calgary, alberta'); 3setGoogleMapLocations('# 133 728 Country Hills RD NW'); above is data.html ...
阅读全文
摘要:function VehicleTypeChange() { var textField; var choice; textField = document.getElementById("ctl00_ContentPlaceHolder1_dd_vehicleType"); choice = textField.value; if(choice == -1) { //Textbox ...
阅读全文
摘要:Deducer class: 1array=array(); 8 for($row=0;$rowarray[$row][$column]=$array[$row][$column]; 13 } 14 } 15 } 16 private function isFinished() 17 { 18 ...
阅读全文