码迷,mamicode.com
首页 >  
搜索关键字:windows;user profile    ( 5832个结果
linux 基础2
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
8_3 scrapy模拟登录人人网
一、创建项目 二、更改设置(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安装java
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
SQL 发送邮件msdb.dbo.sp_send_dbmail
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ] [ , [ @recipients = ] 'recipients [ ;n ]' ] [ , [ @copy_recipients = ] 'copy_recipient [ ;n ]' ] ...
分类:数据库   时间:2020-06-28 11:16:10    阅读次数:57
REHL8 ORACLE 19c DATAGUARD配置
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/TMS 参数
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
jenkins构建工具集成
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
File Upload & Download
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
Linux jenkins 生成的jar复制到远程linux系统后服务启动乱码
步骤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
5832条   上一页 1 ... 18 19 20 21 22 ... 584 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!