1.定义bash环境的用户配置文件是(2分) D - A. bash & .bashrc - B. bashrc & .bash_conf - C. bashrc & bash_profile - D. .bashrc & .bash_profile 2.使用下面的哪条命令可以为文件建立一个软连接( ...
分类:
系统相关 时间:
2020-06-30 12:38:04
阅读次数:
183
一、创建项目 二、更改设置(setting等) 三、编码 1 # -*- coding: utf-8 -*- 2 import scrapy 3 4 5 class RenrenSpider(scrapy.Spider): 6 name = 'renren' 7 allowed_domains = ...
分类:
其他好文 时间:
2020-06-28 18:41:04
阅读次数:
62
yum install -y java-1.8.0-openjdk yum install -y java-1.8.0-openjdk-devel.x86_64 ls -lrt /usr/bin/java cat <<EOF > /etc/profile.d/jdk export JAVA_HOME ...
分类:
编程语言 时间:
2020-06-28 16:50:27
阅读次数:
52
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ] [ , [ @recipients = ] 'recipients [ ;n ]' ] [ , [ @copy_recipients = ] 'copy_recipient [ ;n ]' ] ...
分类:
数据库 时间:
2020-06-28 11:16:10
阅读次数:
57
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82
rfc/use_gwstart = 1 the external RFC server is started through the local gateway. rfc/use_gwstart = 0 he default value of the profile parameter is 0, ...
分类:
其他好文 时间:
2020-06-26 01:08:59
阅读次数:
100
Maven构建工具 构建工具的主要作用是用来对代码进行打包编译以及进行单元测试 1.在节点上安装maven tar zxf apache-maven-3.6.0-bin.tar.gz -C /usr/local/ #设置全局变量(/etc/profile) export MAVEN_HOME=/us ...
分类:
其他好文 时间:
2020-06-25 11:59:44
阅读次数:
64
Upload <form method="post" action="http://localhost:8080/thirdTry/uploadServlet" enctype="multipart/form-data"> Profile Image: <input type="file" name ...
分类:
其他好文 时间:
2020-06-24 21:55:15
阅读次数:
69
步骤1:manege jenkins -> configure system LANG : zh_CN.UTF-8 步骤2:构建时设置环境变量,command: source /etc/profile;export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 步骤 ...
分类:
编程语言 时间:
2020-06-24 19:28:48
阅读次数:
81
// profile.js export var firstName = 'Michael'; export var lastName = 'Jackson'; export var year = 1958; // 下面也可以 更优雅 var firstName = 'Michael'; var l ...
分类:
其他好文 时间:
2020-06-24 15:45:59
阅读次数:
55