patch editor
react VR
sketchfab
spark AR
| import { showModalOrigin, showModal } from './function' | |
| showModalOrigin({ | |
| dom: 'dom', | |
| options: { | |
| clickCloseOrigin: (e, tools) => { | |
| console.log(e) | |
| console.log('click close origin') | |
| tools?.hideModalOrigin() | |
| } |
| var data = { | |
| '123': { | |
| 'count': 123, | |
| 'type': 'video', | |
| 'source': '' | |
| }, | |
| '345': { | |
| 'count': 345, | |
| 'type': 'video', | |
| 'source': '' |
| const puppeteer = require('puppeteer'); | |
| const url = require('url'); | |
| const pLimit = require('p-limit'); | |
| const limit = pLimit(1); | |
| crawlerIG(['joanne_722']); | |
| /** | |
| * |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" | |
| content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title></title> | |
| <meta name="description" content="$3"> | |
| <meta name="keywords" content="$4"> |
| var arrOld = [2, 5, 3, 8, 9, 11, 12]; | |
| var arrNew = [8, 1, 3, 35, 5, 7]; | |
| // var arrOld = [ | |
| // {id: 2}, | |
| // {id: 5}, | |
| // {id: 3}, | |
| // {id: 8}, | |
| // {id: 9}, | |
| // {id: 11}, |
patch editor
react VR
sketchfab
spark AR
對語意判斷的正確與否
確認是否是正確的語意
| <?php | |
| $serverKey = $_POST['serverKey']; | |
| $iid = $_POST['iid']; | |
| $title = $_POST['title']; | |
| $message = $_POST['message']; | |
| $icon = $_POST['icon']; | |
| $title_web = $_POST['title']; | |
| $body_web = $_POST['body']; |
| /** | |
| * | |
| * @authors Ted Shiu ([email protected]) | |
| * @date 2016-12-15 17:29:18 | |
| */ | |
| var config = { | |
| apiKey: '', | |
| authDomain: '', | |
| databaseURL: '', |