搜索资源列表
AAA
- 在指定区域内输入字符串,自动进行字符串大小写转换-Enter the string in the designated areas, automatically convert the string case
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
fzhuadi
- 3.1 Http请求统一管理 传统的Java Http 请求,存在以下问题: 1) 不同Http技术,处理方式不一 一般 的Http 请求包括:get 请求方式、Post 请求方式、Multi-Part Post 请求方式。传统的Http 请求,只能处理标准的get, Post 请求;对于文件上载Multi-part post 方式,无法作出处理。同时对其他Stream 方式,也无法认识。 如果浏览器界面编程人员变更Http 请求技术,后台业务处理逻辑也必须随之变化。 2)
JGroups
- JGroups多播通讯实现小功能实验。基于组播通信开发一个应用程序(接收方对收到字符串并进行大小写转换)。-Communication realization of small function in experimental JGroups multicast. Multicast communication to develop an application based on (the receiver to receive a string and case conversion).
StringDemo04
- 对字符串进行大小写转换、判断是否以指定的字符串开头或结尾、不区分大小写进行字符串比较以及替换-The string case conversion, in order to determine whether the specified string at the beginning or end of a case-insensitive string comparisons and replace