提交本地

This commit is contained in:
zhanghongqing
2018-10-31 19:52:20 +08:00
parent 8cd4f457c9
commit fa7b59e06b

View File

@@ -24,7 +24,7 @@ import java.util.regex.Pattern;
*/
public class ToUppercaseUtil {
public static void main(String[] args) {
File file=new File("C:/Users/dell/git/gwall/src/main/resources/messages/message_zh_CN.properties");
File file=new File("C:\\Users\\Administrator\\git\\NFS\\src\\main\\resources\\messages\\message_zh_CN.properties");
try {
RandomAccessFile raf=new RandomAccessFile(file, "rw");
long lastPoint=0;