搜索资源列表
String
- 自己写的jiava程序,测试string类型的数据结构的作用,写了写常用的功能
string-practice
- 这是关于java字符串的详细练习与答案解析,内附截图,执行结果截图,与心得体会-Java string parsing exercises with answers included screenshot, screenshot execution results, and experience
stringsort
- 一个可以对字符串进行选择排序和冒泡排序的小程序-A string can choose to sort and bubble sort of small programs
Skype4Java
- Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现
STRINGCOMPARE
- 用JAVA编写的字符的比较,区分大小写功能,非常易懂-String Compare
json_to_string
- 将json转化为字符串,上面附有简单的例子。-Into the json string above with a simple example.
tools
- 1 - base64 decode 2 - url encode 3 - url decode 4 - md5 hash 5 - random str 6 - sha1 hash 7 - DES hash 8 - CRC32 9 - rot13 encode 10 - ASCII -> bin 11 - ASCII -> dec 12 - ASCII -> hex 13 - ASCII -> char() 14 - AS
String
- change capital letter to lower case and this is string problem
String
- String类:String类是Java中很重要的一个类,在此总结一下这个类的特别之处。下面的相关资料翻译自《java语言规范》(第三版)和《java虚拟机规范》(第二版),有的直接摘引了原文。下面的代码都是用SUN jdk1.6 javac来编译。 -Stringclass
string
- 显示字符串的Java servelt程序-Display string Java servelt procedures
Java.code.string.array.operation
- Java编程字符串及数组操作经典源码Java programming source code string and an array of classic operation -Java programming source code string and an array of classic operation
String.class
- 一个用于thinkphp的字符串截取的扩展类。-The interception of a string for thinkphp extension classes.
JAVA.design.classic.array.string.data
- JAVA数组字符串开发设计经典资料JAVA development and design of the classic array of string data -JAVA development and design of the classic array of string data
hex2bin
- 16进制字符串转2进制文件。可以输入文件或在界面输入。 例如输入“61 62 0D 0A”会获得一个文件,其内容为“ab\r\n”-convert a hex string to a binary file with java
Random6Str
- 这个程序模拟实现了:1网页中生成六个字母的Java小程序,使用到了Random()函数 2:基本类型与String类型的链接 3:常用的数学函数-The code will generate six letters with random(). Another explain the basic types and the String. The last gives us examples of some math functions.
07-String
- 这是复旦大学关于java中的string学习的一个PPT,极为适合初学者学习。-This is a string of Fudan University to learn about java in a PPT, is very suitable for beginners to learn.
StringUtils
- 字符串处理工具。可以对字符串进行各种操作,例如分离HTML标签,检查是否为数字,是否为手机号码等。-String processing tool. Can perform various operations on strings, such as separation of HTML tags, check for the number, whether cell phone numbers.
Draw-String-Using-Canvas
- This example is used to draw string on different location which is shown in figure. The given code is used to show, how to draw string at different locations.
string
- 实例化string字符串处理,简单的变换-Example of string string processing, simple transformation
String
- string类源代码,可用于学习并深刻了解string类(String class source code, can be used to learn and understand the string class)