搜索结果

找到约 345 项符合 String 的查询结果

汇编语言 查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wr

查找字符串 TABLE DB "ABCDEFGHIKLMNOPQRSTUVWYZ" STR1 DB "Please enter a string:",0DH,0AH,"$" STR2 DB "Wrong! The string is too long!"$"
https://www.eeworm.com/dl/644/261082.html
下载: 85
查看: 1215

其他行业 一个JSP在线发送email的程序,String body="" body+="客户名称: "+postname+"" body+="客户电话:"+posttel+" " body+="客

一个JSP在线发送email的程序,String body="" body+="客户名称: "+postname+"" body+="客户电话:"+posttel+" " body+="客户EMAIL:"+postmail+"" body+="提交时间: "+zctime+" " body+="客户IP地址: "+kehuip+
https://www.eeworm.com/dl/668/247882.html
下载: 192
查看: 1080

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char * g_ptr char * g_lim extern void yylex() int main (void){ for( ){ if(fputs(PROMPT_STRING,stdout ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1076

加密解密 md5加密实现 C++ /* 使用方法: char Md5Buffer[33] CSecurity Security Security.MD5("a string",Md5Buffe

md5加密实现 C++ /* 使用方法: char Md5Buffer[33] CSecurity Security Security.MD5("a string",Md5Buffer) 执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值 */
https://www.eeworm.com/dl/519/463680.html
下载: 131
查看: 1078

Delphi控件源码 繁简转换控件属性:Mode:(GBtoBig,BigtoGb)GbtoBig:进行简繁转换;BigtoGb:进行繁简转换;方法:SetString(ss:string)返回字符串ss的转换结果(返回繁

繁简转换控件属性:Mode:(GBtoBig,BigtoGb)GbtoBig:进行简繁转换;BigtoGb:进行繁简转换;方法:SetString(ss:string)返回字符串ss的转换结果(返回繁,简体视mode设定而确定).
https://www.eeworm.com/dl/666/132306.html
下载: 113
查看: 1130

数据库系统 常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdb

常用JDBC连接数据库方法总结如下: 一、DB2 Class.forName("Com.ibm.db2.jdbc.net.DB2Driver") String url="jdbc:db2://dburl:port/DBname" cn = DriverM
https://www.eeworm.com/dl/523/385244.html
下载: 88
查看: 1107

加密解密 VB的MD5加密模块 PassWord = Md5_String_Calc(TxtPass.Text) 其中 TxtPass.Text为原密码 PassWord为Md5加密后的密码!

VB的MD5加密模块 PassWord = Md5_String_Calc(TxtPass.Text) 其中 TxtPass.Text为原密码 PassWord为Md5加密后的密码!
https://www.eeworm.com/dl/519/467312.html
下载: 177
查看: 1065

Java编程 String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_

String int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么当函数退出后,ref_out就会自动指向 ...
https://www.eeworm.com/dl/633/465591.html
下载: 171
查看: 1139

加密解密 对DES对各种类型的加解密的一个算法整理,包括对Byte,string,TXT文件类型,及其他类型的文档的一个解加密

对DES对各种类型的加解密的一个算法整理,包括对Byte,string,TXT文件类型,及其他类型的文档的一个解加密
https://www.eeworm.com/dl/519/418080.html
下载: 101
查看: 1078

Java编程 购物车系统中的一级分类

购物车系统中的一级分类,private Integer id private Section section private String title private String publisher private Boolean islock private String lockuser private String topictype private Boolean digest private String degestuser
https://www.eeworm.com/dl/633/473027.html
下载: 138
查看: 1050