1、mkdir make directtorys 创建目录 例子: mkdir /data 在根下创建data目录2、 ls list(列表) 列表目录文件 例子:ls / 列/目录下目录和文件 -l(长格式), -d(directorys)查看目录3、cd change directory 改变目 ...
分类:
系统相关 时间:
2019-08-15 20:58:21
阅读次数:
96
1. 解压设置交叉编译链环境变量后,输入arm-linux-gcc -v 显示 bash: /home/bhj/QtLib/arm-2014.05/bin/arm-none-linux-gnueabi-gcc: No such file or directory 解决: sudo apt-get i ...
分类:
系统相关 时间:
2019-08-15 09:40:07
阅读次数:
125
数据泵的好处: 一、数据库导出(expdp) 通过"Window + R" 打开dos命令行界面,使用sys或system登录oracle。格式:sqlplus sys/密码@数据库实例名 as sysdba 2、创建逻辑目录 : create or replace directory data_d ...
分类:
数据库 时间:
2019-08-14 16:42:57
阅读次数:
163
1.tar命令介绍tar命令用于备份文件。tar是用来建立,还原备份文件的工具程序,它可以加入,解开备份文件内的文件。2.制作归档命令格式tar[选项]···归档及压缩文件需要归档的源文件或目录3.常用命令参数-c或--create建立新的备份文件-C<目的目录>或--directory=<目的目录>切换到指定的目录-f<备份文件>或--file=<备份文
分类:
其他好文 时间:
2019-08-13 21:07:27
阅读次数:
109
WhichtwoaretrueabouttheInventorydirectory?A)ItissharedbyallOraclesoftwareinstallationsonasingleserver.B)ItisrequiredonlyforOracleGridInfrastructureandOracleDatabasesoftwareInstallations.C)Itcanbecreat
分类:
其他好文 时间:
2019-08-13 15:36:37
阅读次数:
77
While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University,noticed that the telephone number of his brother-in- ...
分类:
其他好文 时间:
2019-08-13 00:34:23
阅读次数:
101
php 连接mysql 主机 localhost,显示 No such file or directory ...
分类:
数据库 时间:
2019-08-11 23:32:42
阅读次数:
141
参考 "Apache alias目录配置" 我的环境是 Ubuntu apache2,配置文件目录在 在这个配置文件中,添加 如果启动了 ssl,在 ssl中的配置也是一样的 1. "Apache alias目录配置" 2. "/etc/apache2/sites enabled/000 defau ...
分类:
Web程序 时间:
2019-08-11 23:05:52
阅读次数:
154
主要原因是安全设置的问题: 首先执行git config http.sslVerify "false" 若出现下列错误 git config http.sslVerify "false" fatal: not in a git directory 再继续执行 git config global ht ...
分类:
Web程序 时间:
2019-08-11 16:57:39
阅读次数:
130
注解开发是省了IUserDao.xml这个映射文件里面的配置 环境搭建 首先是packaging标签。输入jar 需要准备一个实体类。生成getter和setter还有toString方法 创建dao接口。先写一个查询所有的接口 按照原来的要求需要在resources下创建Directory也就是文 ...
分类:
其他好文 时间:
2019-08-10 21:40:42
阅读次数:
96