第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

驗(yàn)證碼校驗(yàn)

g.drawString(ch[index]+"",?i*15+3,?18);

這句代碼一直報(bào)錯(cuò),為什么

The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files

正在回答

3 回答

在MyEclipse中的配置方式為:右擊項(xiàng)目->configuration buildPath->選擇jre8->remove->add library->JRE SystemLibrary->jre6。這樣就能解決嘿嘿

1 回復(fù) 有任何疑惑可以回復(fù)我~

我也遇到了,唉

0 回復(fù) 有任何疑惑可以回復(fù)我~

BufferedImage bi=new BufferedImage(68, 32, BufferedImage.TYPE_INT_BGR);
?? ??? ?
?? ??? ?Graphics g=bi.getGraphics();
?? ??? ?
?? ??? ?Color c=new Color(200,150,255);
?? ??? ?
?? ??? ?g.setColor(c);
?? ??? ?
?? ??? ?g.fillRect(0, 0, 68, 32);
?? ??? ?
?? ??? ?char[] ch="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".toCharArray();
?? ??? ?
?? ??? ?Random r=new Random();
?? ??? ?
?? ??? ?int len=ch.length,index;
?? ??? ?
?? ??? ?StringBuffer sb=new StringBuffer();
?? ??? ?
?? ??? ?for(int i=0;i<4;i++){
?? ??? ??? ?index=r.nextInt(len);
?? ??? ??? ?g.setColor(new Color(r.nextInt(79),r.nextInt(135),r.nextInt(202)));
?? ??? ??? ?
?? ??? ??? ?g.drawString(ch[index]+"", (i*15)+3, 18);
?? ??? ??? ?
?? ??? ??? ?sb.append(ch[index]);
?? ??? ?}
?? ??? ?request.getSession().setAttribute("piccode", sb.toString());
?? ??? ?
?? ??? ?ImageIO.write(bi, "JPG", response.getOutputStream());
?? ????

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

驗(yàn)證碼校驗(yàn)

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)