#定编

[转]java按指定编码写入和读取文件内容的类

读文件:BufferedReader从字符输入流中读取文本,缓冲各个字符,从而提供字符、数组和行的高效读取。可以指定缓冲区的大小,或者可使用默认的大小。大多数情况下,默认值就足够大了。通常,Reader所作的每个读取请求都会导致对基础字符或字节流进行相应的读取请求。因此,建议用BufferedReader包装所有其re...

pom.xml 指定编译jdk版本

<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><c...

选出特定编号的猴子

importjavax.swing.*;publicclassMonkeyKing{publicstaticvoidmain(String[]args){Strings;intn,k,m,n1;s=JOptionPane.showInputDialog("Pleaseentertheamountofthemonkey:...
代码星球 ·2020-08-30