09 2020 档案
摘要:1 buildscript { 2 ext { 3 springBootVersion = '2.3.4.RELEASE' 4 } 5 repositories { 6 maven{ url "https://plugins.gradle.org/m2/"} 7 } 8 9 dependencies
阅读全文
摘要:microsoft 出品的 cl编译器运行/调试c配置,cl.exe 通过visual studio c ++ build tools 安装: 安装或者安装失败可以看教程:https://blog.csdn.net/HaoZiHuang/article/details/125795675 launc
阅读全文
摘要:jdk自带实现动态代理核心逻辑即是在调用 java.lang.reflect.Proxy#newProxyInstance 时,根据用户指定实现的接口动态创建一个Proxy类定义的byte[],然后调用native 的defineClass返回该代理类的实例; 核心逻辑实例: 1 String cl
阅读全文
摘要:定义资源接口: 1 public interface Resource { 2 void accept(Visitor visitor); 3 } 定义visitor,支持2种类型,reader类资源和writer资源,访问writer资源需要额外一个line参数: 1 public interfa
阅读全文
摘要:1 #include <stdio.h> 2 3 void bubble_sort(int arr[], int len); 4 5 void main() { 6 int arr[] = {5, 5, 6, 9, 10, 1, 0, 3, 2}; 7 8 int total_size = size
阅读全文
摘要:#include <stdio.h> void main() { int year; int month; int day; printf("calculate Weekday of input date!\n"); printf("year:"); scanf("%d", &year); prin
阅读全文

浙公网安备 33010602011771号