代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/280768/10293101
js stats.js
if(!cGB){var cGB=true;if(!cm_ClientID){var cm_ClientID="99999999"}if(!cm_HOST){var cm_HOST="data.coremetrics.com/cm?"}if(!cm_ClientTS){var dt=new Date();var cm_ClientTS=dt.getTime()}if(!cm_TrackLink){
www.eeworm.com/read/280199/10348110
txt 显示部分绑定内荣.txt
public string newContent(string Content)
{
if (Content.Length >15 )
{
Content = Content.Substring(0,15) + "...";
}
return Content;
}
www.eeworm.com/read/352534/10543175
js jtrim.js
function jtrim(s)
{
var i,b=0,e=s.length;
for(i=0;ib;i--) if(s.charAt(i)!=' '){e=i;break;}
return s.
www.eeworm.com/read/351599/10638088
c get.c
/*************************************************
* Perl-Compatible Regular Expressions *
*************************************************/
/*
This is a library of functions to supp
www.eeworm.com/read/159520/10643970
java ch4ex11.java
public class ch4ex11{
public static void main(String[]args){
String s1="Computing includes five subject,that is CE CS SE IT IS";
String s2;
//the length should inlude space,punctuation etc
www.eeworm.com/read/159519/10644555
java ch4ex11.java
public class ch4ex11{
public static void main(String[]args){
String s1="Computing includes five subject,that is CE CS SE IT IS";
String s2;
//the length should inlude space,punctuation etc
www.eeworm.com/read/419163/10882643
vb studentscheduleform.vb
Public Class StudentScheduleForm
Private Sub StudentScheduleForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim strSQL As String = "select * f
www.eeworm.com/read/419163/10882757
vb edudatelimitform.vb
Public Class EduDateLimitForm
Private Sub EduDateLimitForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim strSQL As String = "select dlimit fr
www.eeworm.com/read/273899/10895405
pas idcoderheader.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/417856/10973996
java cstatusreportmessage.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or