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
{ | |
"resourceType": "Observation", | |
"id": "example", | |
"status": "final", | |
"code": { | |
"coding": [ | |
{ | |
"system": "http://loinc.org", | |
"code": "69464-6", | |
"display": "The CMS service level for this EMS encounter." |
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
{ | |
"resourceType": "Observation", | |
"id": "example", | |
"status": "final", | |
"code": { | |
"coding": [ | |
{ | |
"system": "http://loinc.org", | |
"code": "75910-0", | |
"display": "Canadian triage and acuity scale [CTAS]" |
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
const axios = require('axios'); | |
const FormData = require('form-data'); | |
const fs = require('fs'); | |
const filePath ='./1.jpg'; | |
const fd = new FormData(); | |
fd.append('upload', fs.createReadStream(filePath)); | |
axios.post('https://be39d823ea4c.ngrok.io/image/upload', fd, { | |
headers: fd.getHeaders() |
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
{ | |
// ╔═╗╔═╗╦ ╦╔╗╔╔╦╗┬─┐┌─┐ | |
// ║╣ ╚═╗║ ║║║║ ║ ├┬┘│ | |
// o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─└─┘ | |
// A set of basic code conventions designed to encourage quality and consistency | |
// across your Sails app's code base. These rules are checked against | |
// automatically any time you run `npm test`. | |
// | |
// > Note: If you're using mocha, you'll want to add an extra override file to your | |
// > `test/` folder so that eslint will tolerate mocha-specific globals like `before` |
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
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"profiles": |
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
<template> | |
<div> | |
<div class="card-body"> | |
<h5 class="card-title">這是用戶 {{ id }}</h5> | |
<p class="card-text">毫無反應,就是一張卡片</p> | |
<a href="#" class="btn btn-primary">有種戳我R!!</a> | |
</div> | |
</div> | |
</template> |
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
function random_chinese_name() { | |
function random(a, l) { | |
var x = []; | |
x.push(a[Math.ceil(Math.random() * a.length)]); | |
while (l > 1) { | |
x.push(a[Math.ceil(Math.random() * a.length)]); | |
l--; | |
} | |
return x.join(""); | |
} |
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
from flask import Flask, request, abort | |
from linebot import ( | |
LineBotApi, WebhookHandler | |
) | |
from linebot.exceptions import ( | |
InvalidSignatureError | |
) | |
from linebot.models import ( | |
MessageEvent, TextMessage, TextSendMessage, |
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
main: { | |
navbar: [{ | |
index: 0, | |
name: 'magazine', | |
title: '生活誌', | |
child: [{ | |
index: 0, | |
name: 'event', | |
title: '服務體驗', | |
child: [{ |
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
MerchantTradeNo:DECADEORDER21345d97d | |
MerchantTradeDate:2018/01/04 09:40:16 | |
TotalAmount:3580 | |
TradeDesc:Decade 商城 | |
ItemName:Decade 商品 | |
ReturnURL:http://60.249.179.125:1337/order/paid | |
ChoosePayment:ALL | |
PlatformID: | |
MerchantID:2000132 | |
InvoiceMark:N |
NewerOlder