linux报错 bash: ./xx.sh: Permission denied 1. 在linux下执行sh文件时提示: bash: ./xx.sh: Permission denied 1. 进行授权: chmod 777 xx.sh 1. Linux chmod +755和chmod +777 ...
分类:
系统相关 时间:
2020-01-30 14:11:34
阅读次数:
89
本篇介绍在centos7中大家hadoop2.10完全分布式,首先准备4台机器:1台nn(namenode);3台dn(datanode) IP hostname 进程 192.168.30.141 s141 nn(namenode) 192.168.30.142 s142 dn(datanode) ...
分类:
其他好文 时间:
2020-01-29 23:34:39
阅读次数:
104
(1) Go to the Fiori UI where you would like to enhance, and enter adaptation mode by clicking this icon: (2) Click "Adapt UI": (3) Choose "Add Field" ...
分类:
其他好文 时间:
2020-01-29 21:53:09
阅读次数:
74
?我们之前提出了三个经典的问题,他们分别是: 1. 二分类问题(电影评论好坏倾向性判断) 2. 多分类问题(将新闻按照主题分类) 3. 回归问题(根据房地产数据估算房地产价格) 我们解决了前两个问题,今天我们解决第三个问题,回归问题。 不管是二分类问题还是多分类问题,归结起来都是分类问题,而回归问题 ...
分类:
其他好文 时间:
2020-01-29 20:12:06
阅读次数:
108
| 分类 leetcode | Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?For example,Given sorted array nums = [1,1,1,2,2,3],You... ...
分类:
其他好文 时间:
2020-01-29 12:53:10
阅读次数:
91
原文链接:https://blog.csdn.net/qq_21419015/article/details/80318046 从前端UI开始 MVC分离的比较好,开发顺序没有特别要求,先开发哪一部分都可以,这次我们主要讲解前端UI的部分。而谈到一个Web Application的UI,涉及到的无非 ...
分类:
Web程序 时间:
2020-01-29 12:36:42
阅读次数:
81
一、添加用户 1、登录root 用户 2、添加用户 3、设置用户密码 二、给该用户添加root权限 1、切换到root( su) 2、 chmod v u+w /etc/sudoers 为sudoers添加可写权限 3、输入vi sudoers,进入命令模式,按Insert,进入编辑模式 4、在 s ...
分类:
其他好文 时间:
2020-01-28 17:27:28
阅读次数:
931
www.myzoo.com 输入示例 Login a'# 用户a登录 a' or 1# a' or 1=1# a' and 1;# d' or 1# a' or '1 思考:为什么无密码可以登录?为什么最终登录的都是a? b' or 0;# 用户b登录 profile a', Coins=100 w ...
分类:
数据库 时间:
2020-01-27 15:31:19
阅读次数:
168
[//title]:(解决vscode出现两个光标的问题) [//englishTitle]:(vscode two cursors in vim mode) [//category]:(vscode,vim,problem solved) [//tags]:(vscode) [//createTi ...
分类:
其他好文 时间:
2020-01-27 00:05:36
阅读次数:
477
阿里云大学教学https://edu.aliyun.com/course/155/ 运行 chmod +x xx.sh ./xx.sh 基本语法:echo 输出 $赋值 特殊变量: $* 变量的使用 read命令 读入键盘输入 expr 运算 expr 3 + 5要有空格 反斜杠取消 特殊符号含义 ...
分类:
系统相关 时间:
2020-01-26 19:31:53
阅读次数:
124