码迷,mamicode.com
首页 >  
搜索关键字:local apps    ( 26938个结果
python3虚拟环境
projectsedu.com 安装virtualenvwrapper pip install virtualenvwrapperln -s /home/xxxx/.local/bin/virtualenv /usr/bin/virtualenv 编辑.bashrc文件 export WORKON_ ...
分类:编程语言   时间:2020-07-23 09:20:09    阅读次数:75
Spring Boot使用外部配置文件启动
直接打开IDEA,在这个位置选择spring.config.localtion的参数,然后设置好外部文件的位置就能用设置好的文件进行外部文件读取启动了。 点击EditConfigurations,然后配置Override parameters。例如下图: 然后还可以在这个E:\application ...
分类:编程语言   时间:2020-07-23 01:52:40    阅读次数:114
git 合并分支到master
git 合并分支到master假如我们现在在dev分支上,刚开发完项目,执行了下列命令 git add .git commit -m ‘dev’git push -u origin dev 然后我们要把dev分支的代码合并到master分支上 该如何?首先切换到master分支上 git check ...
分类:其他好文   时间:2020-07-22 20:37:36    阅读次数:77
Hadoop基础(四十六):DML 数据操作
1 数据导入 1.1 向表中装载数据(Load) 1.语法 hive> load data [local] inpath '/opt/module/datas/student.txt' [overwrite] into table student [partition (partcol1=val1, ...
分类:其他好文   时间:2020-07-22 20:27:55    阅读次数:71
python-pycharm-django
创建app (添加到installed apps)python manage.py startapp test_worm依赖文件生成pip freeze > requirements.txt依赖文件安装pip install -r requirements.txt添加静态资源,在settings.p ...
分类:编程语言   时间:2020-07-22 11:18:40    阅读次数:84
使用Power Apps 创建门户应用
前言 最近,公司有上Power家族的想法,自己也抓紧一切可利用的时间补课,研究研究Power家族的里Power Apps,感觉还是不错的,简单介绍一下给大家也看看。 1.登录Office 365首页,点击Apps列表里的Power Apps,如下图: 2.点击创建,可以快速创建Power Apps应 ...
分类:移动开发   时间:2020-07-22 02:15:19    阅读次数:148
13.Linux系统上安装tomcat
上传tomcat的安装文件: 创建tomcat的安装路径: mkdir -p /usr/local/tomcat 解压tomcat tar -zxvf apache-tomcat-7.0.57.tar.gz -C /usr/local/tomcat 设置防火墙: 开放8080端口 /sbin/ipt ...
分类:系统相关   时间:2020-07-22 01:34:56    阅读次数:97
Linux Nginx配置https,解决“parameter requires ngx_http_ssl_module”的问题
今天再做nginx下https配置的时候,配置完nginx重启的时候,报了如下错误: nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37 原因也很 ...
分类:Web程序   时间:2020-07-21 23:13:29    阅读次数:126
MySQL 日志
错误日志(Error log) # 错误日志默认是关闭的 # 默认路径是 $datadir/,默认的名字是'主机名.err' # 配置方式 [root@db02 ~]# vim /etc/my.cnf [mysqld] server_id=1 basedir=/usr/local/mysql dat ...
分类:数据库   时间:2020-07-21 23:12:39    阅读次数:94
CentOS7.6安装MYSQL8.0
1、一般CentOS默认安装了mariadb,所以先查看是否安装mariadb,如果安装就需要先卸载mariadbrpm -qa|grep mariadbrpm -e mariadb-libs --nodeps2、在/usr/local/目录下创建mysql文件夹cd /cd usr/localmk ...
分类:数据库   时间:2020-07-21 23:10:57    阅读次数:91
26938条   上一页 1 ... 62 63 64 65 66 ... 2694 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!