wuxw
2022-07-17 ce64e667815b39efdc2f8bd52be0d43d49db8d84
java110-db/src/test/java/com/java110/AppTest.java
old mode 100644 new mode 100755
@@ -17,4 +17,12 @@
    {
        assertTrue( true );
    }
    @Test
    public void parseInteger(){
        String communityId = "702019051443120001";
        System.out.println(Long.parseLong(communityId));
    }
}