03 2016 档案
摘要:spring配置 ! aop:aspectj autoproxy proxy target class="true"/ ! 配置数据源与数据库连接池 root 1853 jdbc:mysql://127.0.0.1:3306/world?useUnicode=true&characte
阅读全文
摘要:序列化基础: 即使用ObjectOutputStream与ObjectInputStream进行对象与字节流的转换,一般需要提供一个序列化id。 tip:默认序列化时若一个域被修饰为transient,则不序列化该实例域。 import java.io. ; public class Test {
阅读全文
浙公网安备 33010602011771号