使用IDEA导入打开Web项目 点击file选项,选择open 选择你需要导入的Web项目文件夹 选择导入的窗口,This View表示当前的IDEA窗口打开新项目,New View表示使用新的IDEA窗口打开项目。 导入成功后还需要对Web项目配置tomcat服务器(前提是本地有安装有tomcat ...
分类:
Web程序 时间:
2020-06-15 16:13:04
阅读次数:
154
编译安装: 下载:http://nginx.org/download/nginx-1.18.0.tar.gz 解压:tar -zxvf nginx-1.18.0.tar.gz configure: ./configure --prefix=/usr/local/soft/nginx-1.18.0 - ...
分类:
其他好文 时间:
2020-06-14 13:14:28
阅读次数:
63
Ubuntu安装python3 sudo apt install python3 sudo apt install python3-pip 1.安装软件 1.解压软件 unzip 2. ./configure 使用./configure出错执行下面命令 autoreconf -iv 自动生成conf ...
分类:
系统相关 时间:
2020-06-13 20:58:26
阅读次数:
72
报错如下: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either t ...
分类:
其他好文 时间:
2020-06-13 18:54:41
阅读次数:
73
环境 macOS 10.15.4 NDK 21.3.6528147 ffmpeg 4.2.3 1.执行sudo xcodebuild -license,防止编译的时候找不到一些文件报错 2.下载ffmpeg(4.2.3),解压后进入主目录,修改configure文件,找到 SLIBNAME_WITH ...
分类:
移动开发 时间:
2020-06-13 14:32:00
阅读次数:
201
发现一点:只要开启了CONTROLFILE AUTOBACKUP,就算只备份一个归档日志最后一步也一定会备份控制文件和spfile(如果是pfile启动,则不会备份spfile) 整库备份的最好方法 CONFIGURE CONTROLFILE AUTOBACKUP ON; backup databa ...
分类:
数据库 时间:
2020-06-13 12:45:48
阅读次数:
60
1.下载nginx安装包,放进Linux系统中 nginx下载地址:https://nginx.org/download/ 2.安装依赖 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel 3.解压nginx安装包 tar - ...
分类:
其他好文 时间:
2020-06-13 11:27:19
阅读次数:
67
use master go sp_configure 'allow updates',1 go reconfigure with override update sysdatabases set status=32768 where dbid=DB_ID('ypsxyy20160527') dbcc ...
分类:
数据库 时间:
2020-06-13 11:08:45
阅读次数:
76
CentOS 6.5 下安装 ffmpeg 1、安装yasm 官网下载:http://yasm.tortall.net/Download.html tar -zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0 ./configure make make install 编译参数 ...
分类:
系统相关 时间:
2020-06-13 10:54:37
阅读次数:
112
在软件开发过程中变更是不可避免的,而变更时由于没有进行变更控制,可能加剧了项目中的混乱,为了协调软件开发使得混乱减到最小,使用配置管理技术,使变更所产生的错误达到最小并最有效的提高生产率。 软件配置管理(Software Configure Management,SCM)用于整个软件工程过程。其主要 ...
分类:
其他好文 时间:
2020-06-12 00:35:29
阅读次数:
90