新建 文本文档.txt
来自「java程序五子棋源代码。 java程序五子棋源代码。」· 文本 代码 · 共 24 行
TXT
24 行
update gobang_robotinfo set status = 0,colorflag =1;
update gobang_userinfo set tableid = '0',roomid = '0' ,status = '00';
delete from gobang_hallinfo;
commit;
StringTokenizer 若两个分割符之间没数据,则会被系统认为缺少该字段。
select a.status,b.nickname,b.sex,b.age,b.gamemoney,b.picture,b.usertype from Gobang_hallinfo a, User_info b where b.userid = a.userid and b.userid = '10200';
普通模拟器
键值 1(49) *(42) #(35) 左软键(-6) 右软键(-7)
e398 模拟器
上:-1
下:-6
左:-2
右:-5
中:-20
右软键:-22
左软键:-21
数字:所有都相同
select a.userid,a.tableid,a.tableseq,a.status,b.nickname,b.picture,b.usertype from Gobang_hallinfo a, User_info b where b.userid = a.userid and a.status<>'00' and a.roomid = '1'"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?