#!/usr/bin/perl
use strict;
use warnings;
use term::readpassword; #隱藏密碼
=pod
註冊使用者
passwd file ./switch 是存放使用者名稱密碼的資料檔案
資料檔案的格式:使用者名稱 密碼
=cut
print
"\n\nwelcome to jackm's word\n\n";
my (%user_info,$passwd,$re_passwd);
open(wl,'>>','./switch'); #寫入新的使用者和密碼的資訊
sub check_info
= $pass;
}}line:while(1)
unless(exists
$user_info) #在現有的使用者資料庫不存在該使用者,以用來作為新使用者名稱
else
}} else
}
新使用者註冊
第一步 新增新好友,實驗步驟5 伺服器端處理新增好友的訊息。if mess.getmessagetype equals message.message addfriend elseelse sendmessage s,mess 傳送到客戶端 第二部 第一張卡片,建立物件 myfriendpanel ...
建立新使用者
新增新使用者 允許本地 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...