logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Oracle ORA-28001: the password has expired解决办法

前言     Oracle提示错误消息 ORA-28001: the password has expired,是由于Oracle11G的新特性所致,Oracle11G创建用户时缺省密码过期限制是180天(即6个月),如果超过180天用户密码未做修改则该用户无法登录。解决方法1、修改方法ALTER USER 用户名 IDENTIFIED BY 密码;修改密码

#oracle
windows Server2016 开启多用户登录

前言    在项目上遇到了需要多人同时操作服务器的需求,需要开启多用户登录解决方法win+R 输入 gpedit.msc ,开启本地组策略编辑器选择 计算机配置 → 管理模板 → Windows 组件 → 远程桌面服务 →远程桌面会话主机 → 连接限制连接数量 选择已开启限制连接数量 选择允许连接用户的数量...

#windows
windows Server 2016 开启远程登录

前言    windows Server 2016 开启远程登录解决方法     我的电脑 -》右键属性 -》远程设置 -》远程桌面 -》允许远程连接到此计算机遇到问题     允许远程连接到此计算机灰色无法选中如下图:解决方法Win + R 输入 gpedit.msc计算机配置

#windows#服务器
windows Server2016 开启多用户登录

前言    在项目上遇到了需要多人同时操作服务器的需求,需要开启多用户登录解决方法win+R 输入 gpedit.msc ,开启本地组策略编辑器选择 计算机配置 → 管理模板 → Windows 组件 → 远程桌面服务 →远程桌面会话主机 → 连接限制连接数量 选择已开启限制连接数量 选择允许连接用户的数量...

#windows
在windows系统中安装oracle-database和client以及配置navicat

在windows系统中安装Oracle database和client以及配置Navicat最近学习Oracle的一些知识,配置oracle数据库的环境是第一步工作,也是最基础的工作。因为在安装的时候没有遇到什么问题,也就没提供一些错误的解决方案。我选择Oracle11g。Oracle database和client以及可视化工具Oracle database的安装配置Oracl

#oracle#数据库
卸载angular-cli不成功的强制删除方式

前言    我们在卸载angular-cli时常用的命令是npm uninstall -g angular-clinpm cache clean -f   &am

java分割字符串 Unclosed character class near index 错误

需求java分割字符串时,代码如下:String [] = timeArr.split("[");结果控制台报错:Unclosed character class near index原因| .*[] \是特殊字符,在使用时要进行转义解决方法String [] = timeArr.split(\\[");

#java
Spring Boot(二)使用Maven创建springboot项目入门+整合Mybatis

前言    SpringBoot本身已经提供了依托于maven的Spring Initializr作为创建项目的快速方式,但是当前使用Maven创建SpringBoot项目更容易按照我们的要求对项目进行配置。创建过程  &nbs

#maven#mybatis
mpvue - mpvue使用iView Weapp组件库

前言    iView weapp 是iview针对微信小程序开发组件库。iView Weapp 地址:https://weapp.iviewui.com/docs/guide/startgithub地址: https://github.com/TalkingData/iview-weapp使用过程   &nbsp...

Taro+TypeScript - state 和 props声明使用

import { ComponentType } from 'react'import Taro, { Component, Config } from '@tarojs/taro'import { View, Button, Text } from '@tarojs/components'import { observer, inject } from '@tarojs/mobx'im...

#typescript
    共 27 条
  • 1
  • 2
  • 3
  • 请选择