- 博客(7)
- 资源 (1)
- 收藏
- 关注
原创 Oracle Spool的几个例子
基本用法 执行sqlfilename的语句将结果写入filename文件 spool filename @sqlfilename spool off sqlplus etl/etl@orcl @spool.sql spool.sql 例1 define filename='filename'--define值 var data_dt varchar2(10);--变量 exec :data_dt :='20181010';--变量赋值 spool &&filename..txt--defi
2020-11-07 21:53:13
384
原创 Docker run 出错standard_init_linux.go:211问题处理
Docker run出错standard_init_linux.go:211处理出错场景;问题及解决的详细步骤: 1.创建hello_rust项目并编译 2.Docker部署hello_rust;编写Dockerfile;build镜像;运行镜像; 运行自定义镜像[hello_rust];运行官方镜像[hello_world] 问题分析总结
2020-10-17 23:22:57
1927
原创 Spring注解开发(一)
注解开发 将xml格式的配置,按照annotation改写增强 依赖: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.0.2.RELEASE</v...
2018-11-06 16:38:32
169
原创 spring注解开发-组件注册
@Bean单个导入 @ComponentScan @ComponentScans + 注解标记 @Conditional Condition(条件导入) @Import(class)快速导入 普通java类 ImportSelector(注册其他类信息) ImportBeanDefinationRegistrar(手工注册Bean) FactoryBean (beanName) ...
2018-11-06 16:37:44
166
原创 spring注解开发-生命周期方法
涉及生命周期的配置方式有如下三种(通常使用第一种方式) 方式 @Bean注解 initMethod 初始化 destroyMethod 销毁 JSR250 @PostConstruct 初始化 @PreDestroy 销毁 实现接口 InitializingBean.afterPropertiesSet 初始化 DisposableBean.destroy 销毁 ...
2018-11-06 16:03:19
219
原创 url-pattern匹配
org.eclipse.jetty.http.PathMap /** URI path map to Object. * This mapping implements the path specification recommended * in the 2.2 Servlet API. * * Path specifications can be of the following f...
2018-11-04 21:06:39
486
转载 转载-万维网是如何工作的
转载自-万维网是如何工作的 这篇文章简单讲述了在你用计算机或手机访问网页时发生了什么。 这个理论在你短期内不会有实质性的帮助,但是不久之后你会真正从中受益。 客户端和服务器 连接到互联网的计算机被称作客户端和服务器。下面是一个简单描述它们如何交互的图表: 客户端是典型的Web用户入网设备(比如,你连接了Wi-Fi的电脑,或接入移动网络的手机
2017-11-03 15:47:05
1463
win环境下php环境搭建
2013-08-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅