07 2016 档案
摘要:如果想在本地忽略某个文件的话执行这个命令: 如果想重新同步这个文件的话执行这个命令.
阅读全文
摘要:$ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm $ sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install -y mysql-
阅读全文
摘要:create or replace trigger tri_test before insert on test for each row declare begin if :new.uuid is null then :new.uuid:=sys_guid(); end if; end tri_test;
阅读全文
摘要:1:context.xml 2:web.xml 3:TestServlet.java
阅读全文