This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Interactive Fireworks Display</title> | |
| <style> | |
| * { | |
| margin: 0; | |
| padding: 0; |
Mac 下打包排除目录,--exclude 参数必须紧跟在 tar 命令后边,否则不会生效。
tar --exclude="*.pkg" --exclude=".git" --exclude="node_modules*" -cvzf weirwood-node.tar.gz weirwood-node/
tar --exclude="*.pkg" --exclude="dist" --exclude="upload-files" --exclude="log" --exclude="upload-files-source" --exclude="sourcemap-cache" --exclude=".git" --exclude="node_modules*" -cvzf weirwood-node.tar.gz weirwood-node/
从这里下载源码包:https://mirrors.edge.kernel.org/pub/software/scm/git/,例如 git-2.19.0.tar.gz
使用 rz -be 上传压缩包到 linux 机器。
#!/bin/bash
HOSTNAME="192.168.111.84" #数据库信息
PORT="3306"
USERNAME="root"
PASSWORD=""
DBNAME="test_db_test" #数据库名称
TABLENAME="test_table_test" #数据库中表的名称NewerOlder
