zhangchen 的文章
-
oracle数据库误删表恢复
闪回删除表的限制 Oracle 10g开始提供了类似windows系统的回收站功能,用户在删除表的时候会不是直接删除,而是移动到回收站中,如果需要从回收站中取回原来的…… -
vld/rdy协议 断言
1)当vld拉高,但是rdy还没拉高时,vld和data需要保持稳定。 VLD_RDY_ASSERT : assert property(@(posedge clk) vld && $past(vld) && !$past(rdy) …… -
【记录】根据链接地址URL判断文件类型
判断类型的代码 try { String report = "www.baidu.com"; URL url = new URL(report); HttpURLConnection connection = (Ht…… -
JAVA-springboot 集成 redis
springboot 集成 redis pom org.springframework.boot spring-boot-starter-redis 1.4.1.RELEASE …… -
JAVA-springboot 集成 mybatis
springboot 集成 mybatis pom org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.2 yml #resources…… -
-
-
-
ModelCheckpoint自动保存模型
-- coding: utf-8 -- import tensorflow as tf import json import tensorflow.keras.models from tensorflow.keras.callbacks import * #这是独立的包 import…… -
Sum of Three Terms(构造)
https://atcoder.jp/contests/arc135/tasks #include #include #include using namespace std; #define rep(i,l,r) for(int i=(l);i=(r);i--) #define ll lon……
友情链接