dearzhe
·
2020-2-14
·
13次阅读
reactnpm start 报错 create-react-app : 无法加载文件 C:\Users\m_c\AppData\Roaming\npm\create-react-app.ps1,因为在此系统上禁止运行脚本。有关详细信息,请 参阅 https:/go.microsoft.com/fw
在线docker环境https://labs.play-with-docker.com/ pull 指令下载nginx镜像docker pull nginx 相当于 docker pull nginx:latest 若不指定则为最新版本 查看本地镜像docker images 运行docker ru
html css line-height: 1.5; /*(120% - 150%)*/
from PIL import Image, ImageDraw, ImageFont font_size = 14 text = "好好学习" img_path = "./love.jpg" img_raw = Image.open(img_path) im
php <?php // 存储数据的文件 function hit(){ $filename = 'text.txt'; header('Content-type: text/html; charset=utf-8'); if(!file_exists($fil
nodeconst https = require('https'); var fs = require('fs'); let url = 'https://v1.hitokoto.cn/?c=f&encode=text'; var i = 0
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy
无论安装什么软件,首先运行下列命令,确定所使用的是最新系统软件。sudo apt-get update && sudo apt-get upgrade -y FTP1.安装ftp服务器sudo apt-get install vsftpd 2.启动ftp服务sudo service
1.首先是Apache,sudo apt-get install apache2 apache2-doc apache2-utilsor是安装Nginxsudo apt install nginx 2.为了支持PHP sudo apt install php-fpm至少现在官方源还支持(2020 0
正则匹配密码:仅包含字母大小写数字 至少两个数字 密码至少8位 正则:"^(?=.*\d.*\d)[0-9a-zA-Z]{8,}$";第二种正则"^[A-Za-z0-9]*?\d+[A-Za-z0-9]*?\d+[A-Za-z0-9]{6,30}$";java
氢云笔记氢云笔记氢云笔记氢云笔记氢云笔记
数据库高级注入:1.数据库基础(1)连接数据库 mysql -uusername -pip -ppassword 查看数据库show databases; 创建数据库 create database 数据库名; 删除数据接drop database 数据库名; 选择数据表 use database
登录使用系统用户请登录:[username/password] [@server] [as sysdba|sysoper] 查看登陆用户:show user数据字典——查看其他用户信息:desc dba_users -> select username from dba_users;启动|关闭
使用程序对说话新建.txtCreateObject("SAPI.SpVoice").Speak "I love you"保存为vbs
顺序查找 package cn.srclove; public class order { public static void main() { int[] arr = {1,2,3,4,5,6,7,8}; int index = 0; for(int i = 0; i < arr.leng
C语言学了这麽久,这几天有时间顺便学习下汇编 mips mars 模拟器·http://courses.missouristate.edu/kenvollmar/mars/ 段结束程序结束程序返回