代码搜索:SubString

找到约 5,777 项符合「SubString」的源代码

代码结果 5,777
www.eeworm.com/read/187382/8827678

java feedbackhandler.java

//this class decode the instruction-string from the client program, then translate the string to real instructions that is //readable by the server program public class feedbackHandler{ public s
www.eeworm.com/read/187382/8827800

java instructionhandler.java

//this class decode the instruction-string from the server program, then translate the string to real instructions that is //readable by the client program public class instructionHandler{ public
www.eeworm.com/read/187113/8854697

java common.java

import javax.microedition.lcdui.Font; import java.util.Vector; public class Common { public static Vector getSubsection(String strSource,Font font,int width,String strSplit) { Vector vector
www.eeworm.com/read/187094/8857078

js animate.js

www.eeworm.com/read/428555/8859912

java piglatintranslator.java

//******************************************************************** // PigLatinTranslator.java Author: Lewis/Loftus // // Represents a translator from English to Pig Latin. Demonstrates
www.eeworm.com/read/384533/8862483

js dialog.js

// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2) var URLParams = new Object() ; var aParams = document.location.search.substr(1).split('&') ; for (i=0 ; i < aParams.length ; i++) { var aParam =
www.eeworm.com/read/428316/8876343

js urchin.js

//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. //-- Urchin On Demand Settings ONLY var _uacct=""; // set up the Urchin Account var _userv=1; // service mode
www.eeworm.com/read/428316/8876487

js urchin.js

//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. //-- Urchin On Demand Settings ONLY var _uacct=""; // set up the Urchin Account var _userv=1; // service mode
www.eeworm.com/read/428083/8896717

js urchin.js

//-- Google Analytics Urchin Module //-- Copyright 2007 Google, All Rights Reserved. //-- Urchin On Demand Settings ONLY var _uacct=""; // set up the Urchin Account var _userv=1; // service mode
www.eeworm.com/read/384041/8904609

cs frmserialport.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO.Ports; n