摘要:
新建名为test的数据库;新建实体类Student,属性有id,name (1)Student.java package com.java.model; public class Student { private int id; private String name; public int ge 阅读全文
摘要:
直接贴上一个我写的小程序实例,包含了两个方法,能够实现中文与Unicode编码的转换 package com.Demo; import java.util.Scanner; public class Demo04 { public static void main(String args[]){ S 阅读全文