没有产品数据管理(PDM),企业资源计划(ERP)就是“无源之水”, 没有制造执行系统(MES),企业资源计划(ERP)就是“无本之木”。 一、基本概念 (1)ERP的中文名称为企业资源计划(Enterprise Resource Planning)。ERP是一个对企业资源进行有效共享与利用的系统。 ...
分类:
其他好文 时间:
2021-06-28 18:17:36
阅读次数:
0
VNCR is supported for the cluster. Use MOS note 1914282.1 to ensure you've done all the required steps How to Enable VNCR on RAC Database to Register ...
分类:
数据库 时间:
2021-06-28 17:54:34
阅读次数:
0
TCP源码分析 - 三次握手之 connect 过程 本文主要分析 TCP 协议的实现,但由于 TCP 协议比较复杂,所以分几篇文章进行分析,这篇主要介绍 TCP 协议建立连接时的三次握手过程。 TCP 协议应该是 TCP/IP 协议栈中最为复杂的一个协议(没有之一),TCP 协议的复杂性来源于其面 ...
分类:
其他好文 时间:
2021-06-28 17:41:33
阅读次数:
0
web端:socket.io.js 小程序端:weapp.socket.io.js const params = { query:‘’,//连接参数 path: '/socket.io', 'force new connection':true //新开一个websocket连接 } const w ...
分类:
其他好文 时间:
2021-06-25 16:30:53
阅读次数:
0
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i ...
分类:
其他好文 时间:
2021-06-24 18:28:56
阅读次数:
0
1、oracle中用户密码复杂度配置 1)查看参数 select limit from dba_profiles where resource_name='PASSWORD_VERIFY_FUNCTION' and profile in (select profile from dba_users ...
分类:
数据库 时间:
2021-06-24 17:35:08
阅读次数:
0
2021-04-2711:01:23.286 ERROR 12572 [nio-8077-exec-5] o.s.b.w.servlet.support.ErrorPageFilter: Cannot forward to error page for request [/check/checkev ...
分类:
其他好文 时间:
2021-06-23 16:47:55
阅读次数:
0
方法1: select * from current_user;<!--CRLF--> select * from current_user;<!--CRLF--> eg: kerrydb=> select * from current_user;<!--CRLF--> current_user < ...
分类:
数据库 时间:
2021-06-22 18:22:56
阅读次数:
0
搭建基于Redis的Hangfire定时器 Hangfire的定时配置信息会自动生成在指定到数据库内,包括关系型数据库或非关系型数据库内。目前为止,它在Redis、Oracle上面,可以支持最短15秒的定时周期,其他数据库是分钟级别到。以下使用Hangfire+Redis来实现定时任务。 首先创建新 ...
分类:
Web程序 时间:
2021-06-21 20:18:39
阅读次数:
0
上一篇文章我们简单的介绍《 linux中sqoop实现hive数据导入到mysql》,本文将简单介绍如何通过sqoop把hive数据导入到mysql。一. 前期准备 实践本文内容,默认您已经安装和部署了hadoop,mysql,hive,sqoop等环境。如相关安装和部署有问题,可以参考《 linu ...
分类:
数据库 时间:
2021-06-19 19:26:08
阅读次数:
0