原创 低位rsa公鑰、私鑰生成破解

1、rsa公鑰、祕鑰生成接口  import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator;

原创 quartz-scheduler定時任務

pom:  <!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz --> <dependency> <groupId>org.quartz

原创 oracle 11g自動增長分區

-- 建表按時間自動分區 -- CREATE TABLE TB_SITE_MONTH ( ID NUMBER(10) NOT NULL , SITE_NUMBER VARCHAR2(255 BYTE) NOT NULL , SITE_TI

原创 spring的Environment

package test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.Applica

原创 oracle存儲過程同步數據

--存儲過程 create or replace PROCEDURE Sync_INFO_HISTORY IS BEGIN   insert into tb_site_month     select * from TB_SITE whe

原创 oracle的執行計劃

--刪除上一個執行計劃 delete from plan_table where statement_id='testplan'; --執行計劃 explain plan set statement_id='testplan' for s