初学Swing,简单记录一下自己的学习历程。希望回头看看时可以笑笑自己那曾经的过去… This class is used to create a multiple-exclusion scope for a set of buttons. Creating a set of buttons with the same object means that turning "on" one of those butt…
trim()方法去掉了哪些字符?trim()/substring()怎样返回字符串对象? trim()方法去掉了哪些字符?
在Stack Overflow上看到一个问题(点此查看): I am receiving a string from server trailing one or two l…
一.用mysql建立数据库及其表
create database file set gbk;create table user(id int not null primary key auto_increment,username varchar(20),password varchar(20));create table file(fileid int not null primary key auto_increment,filesavename varchar(100),file…