購物相關中英文對照表:
name | 說明 |
---|---|
item | 單一品項 |
description | 描述 |
image | 圖片 |
sku | Stock Keeping Unit 單品項管理,通常給客戶填,內部使用 |
price | 價格 |
sale_price | 優惠價格 |
購物相關中英文對照表:
name | 說明 |
---|---|
item | 單一品項 |
description | 描述 |
image | 圖片 |
sku | Stock Keeping Unit 單品項管理,通常給客戶填,內部使用 |
price | 價格 |
sale_price | 優惠價格 |
find `pwd` -type d -maxdepth 3 -name 'node_modules' | xargs -n 1 tmutil addexclusion |
console.log(1); | |
(_ => console.log(2))(); | |
eval('console.log(3);'); | |
console.log.call(null, 4); | |
console.log.apply(null, [5]); | |
new Function('console.log(6)')(); | |
Reflect.apply(console.log, null, [7]) | |
Reflect.construct(function(){console.log(8)}, []); | |
Function.prototype.apply.call(console.log, null, [9]); | |
Function.prototype.call.call(console.log, null, 10); |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Http</title> | |
</head> | |
<body> | |
<h1>http page</h1> | |
<iframe src="https://sub.domain.dev/https.html" frameborder="0" id="ff"></iframe> | |
<script> |
cask :v1 => 'font-source-han-sans-J' do | |
version '1.004' | |
sha256 '035fe4f72eabb45aff8f2ba29382db67a86918ee6c537281c04b7c7cb179e3fb' | |
url "https://github.com/adobe-fonts/source-han-sans/raw/release/OTF/SourceHanSansJ.zip" | |
homepage 'https://github.com/adobe-fonts/source-han-sans' | |
name 'Source Han Sans J' | |
font "SourceHanSansJ/SourceHanSans-Bold.otf" | |
font "SourceHanSansJ/SourceHanSans-ExtraLight.otf" |
//======================================================== | |
// TAB LABELS | |
//-------------------------------------------------------- | |
{ | |
"class": "tab_label", | |
"fade": true, | |
"fg": [170,170,170], | |
"font.face": "SanFranciscoDisplay-Regular" | |
}, | |
// Sidebar heading |
# Default application configuration that all configurations inherit from. | |
scss_files: "sass/**/*.scss" | |
linters: | |
BangFormat: | |
enabled: true | |
space_before_bang: true | |
space_after_bang: false | |
# Border 使用 0 不使用 none |
//////////////////////////////////// 版的css設定 | |
$list: ( | |
li:( | |
background-color: #fff | |
) | |
); | |
//////////////////////////////////// 模組scss ----------------------- | |
$list: () !default; |
/usr/local/bin/sketchtool export artboards "$PROJECT_DIR"/"Resource/AppIcon.sketch" --output="$PROJECT_DIR"/"$PROJECT_NAME"/Images.xcassets/AppIcon.appiconset --formats="png" |