摘要: 1. select upper('hello world' 大写,lower('hello world') 小写,initcap('hello world') 首字母大写 from dual; 2. select length('中国') 字符,lengthb('中国') 字节 from dual; 阅读全文
posted @ 2016-03-28 20:25 金潼人 阅读(262) 评论(0) 推荐(0)
摘要: 1. 格式 public class 文本名字(首字母大小写相同) { public station void main (String[] args) { int b = 20; --变量的申明和初始化(赋值) System.out.println("Helllo world"); --系统输出打 阅读全文
posted @ 2016-03-28 19:45 金潼人 阅读(130) 评论(0) 推荐(0)