第一步
//新增新好友,實驗步驟5、伺服器端處理新增好友的訊息。
if(mess.getmessagetype().equals(message.message_addfriend))elseelse }}
sendmessage(s, mess);//傳送到客戶端
}第二部
//第一張卡片,建立物件
myfriendpanel=new jpanel(new borderlayout());//邊界布局
//新增新好友實驗步驟:1、增加新增好友的按鈕,新增***
addfriendjbutton=new jbutton("新增好友");
addfriendjbutton.addactionlistener(this);//動作***
myfriendjbutton=new jbutton("我的好友");
addfriendpanel=new jpanel(new gridlayout(2, 1));//預設布局流式,使用網格布局
addfriendpanel.add(addfriendjbutton);
addfriendpanel.add(myfriendjbutton);
myfriendpanel.add(addfriendpanel,"north");
"north");
第三部
//啟用自己的圖示
//if(integer.parseint(username)==i) myfriendjlabel[i].setenabled(true);
myfriendjlabel[i].addmouselistener(this);//新增滑鼠***
myfriendlistjpanel.add(myfriendjlabel[i]); }}
public static void main(string args)
public void setenablefriendicon(string friendstring)
}public void setenablenewfriendicon(string newonlinefriendstring)
@override
public void actionperformed(actionevent arg0) catch (ioexception e)
} if(arg0.getsource()==mystrangerjbutton)
if(arg0.getsource()==myfriendjbutton1)
}
註冊新使用者 perl
usr bin perl use strict use warnings use term readpassword 隱藏密碼 pod 註冊使用者 passwd file switch 是存放使用者名稱密碼的資料檔案 資料檔案的格式 使用者名稱 密碼 cut print n nwelcome to ...
建立新使用者
新增新使用者 允許本地 ip 訪問 localhost,127.0.0.1 create user test localhost identified by 123456 允許外網 ip 訪問 create user test identified by 123456 為新使用者分配許可權 授予使用...
oracle 建立新使用者
create the user create user personnel manage identified by mwq default tablespace users temporary tablespace temp profile default quota 1024m on sysau...