Skip to content

Instantly share code, notes, and snippets.

View juzhiyuan's full-sized avatar
🥰
Love OSS

琚致远 / Zhiyuan Ju juzhiyuan

🥰
Love OSS
View GitHub Profile
apiVersion: apisix.apache.org/v2beta3
kind: ApisixRoute
metadata:
name: httpserver-route
spec:
http:
- name: rule1
match:
paths:
- /anything/*
import {parse} from 'query-string'
import sha256 from 'crypto-js/sha256'
import cloneDeep from 'lodash.clonedeep'
const deepSort = (data = {}) =>
Object.keys(data)
.sort()
.reverse()
.map(key => {
if (data[key] === null) {
/22p/contents^state=normal|meta={title:这是测试示例!,jsVersion:17,cssVersion:17,coverSrc:https://qinzi.static.hulaplanet.com/ttp/editor/80d137a61e7093a134e470a992ddafca.png}&extra={originJson:[{type:paragraph,children:[{text:}]},{type:paragraph,children:[{text:宝宝光脚走路好处多,并没有你想的那么糟! }]},{type:paragraph,children:[{text:小宝宝的身体本就比大人怕热,这是因为他们处于生长发育期,新陈代谢更为旺盛。再加上宝宝都非常活泼、好动,出汗也会比较多。 }]},{type:paragraph,children:[{text:如果强迫他们穿着鞋袜,不仅脚丫子出汗多会很不舒服,常常闷在鞋袜里也容易滋生细菌,导致感染。所以大部分宝宝不喜欢这种感觉,本能就是不爱穿鞋袜。 }]},{type:paragraph,children:[{text:既然不爱穿,在保证不会冷的前提下,那就让他光脚吧!毕竟光脚的好处有很多—— }]},{type:paragraph,children:[{text:一、促进宝宝大脑以及感官的发育 }]},{type:paragraph,children:[{text:光脚能让宝宝感受到与地面接触时传来的刺激,有利于促进触觉神经、感官和大脑的发育。最重要的是,还能帮助宝宝完成各种精细动作,提高灵敏度,增强身体灵活性和协调性。 }]},{url:https://qinzi.static.hulaplanet.com/ttp/editor/b15b71bbd8461dad8e7cb1af7dda34fa.jpeg,type:image,children:[{text:}],caption:null},{type:paragraph,children:[{text: }]},{type:paragraph,children:[{text:二、利于宝宝双脚发育 }]},{type:paragraph,children:[{text:宝宝光脚,小脚不需要受到鞋子的束缚,脚形可以自然生成,光脚更能锻炼足底肌肉和韧带,促进足弓的形成,
/22p/contents^state=normal|meta={title:哈哈哈,jsVersion:17,cssVersion:17,coverSrc:https://qinzi.static.hulaplanet.com/ttp/editor/2477fe6b73b3c7303609283da80bbff8.png}&extra={originJson:[{type:paragraph,children:[{text:}]},{type:paragraph,children:[{text:宝宝光脚走路好处多,并没有你想的那么糟! }]},{type:paragraph,children:[{text:小宝宝的身体本就比大人怕热,这是因为他们处于生长发育期,新陈代谢更为旺盛。再加上宝宝都非常活泼、好动,出汗也会比较多。 }]},{type:paragraph,children:[{text:如果强迫他们穿着鞋袜,不仅脚丫子出汗多会很不舒服,常常闷在鞋袜里也容易滋生细菌,导致感染。所以大部分宝宝不喜欢这种感觉,本能就是不爱穿鞋袜。 }]},{type:paragraph,children:[{text:既然不爱穿,在保证不会冷的前提下,那就让他光脚吧!毕竟光脚的好处有很多—— }]},{type:paragraph,children:[{text:一、促进宝宝大脑以及感官的发育 }]},{type:paragraph,children:[{text:光脚能让宝宝感受到与地面接触时传来的刺激,有利于促进触觉神经、感官和大脑的发育。最重要的是,还能帮助宝宝完成各种精细动作,提高灵敏度,增强身体灵活性和协调性。 }]},{url:https://qinzi.static.hulaplanet.com/ttp/editor/331055f72d6657e6a2786e915bdf71d8.jpeg,type:image,children:[{text:}],caption:null},{type:paragraph,children:[{text: }]},{type:paragraph,children:[{text:二、利于宝宝双脚发育 }]},{type:paragraph,children:[{text:宝宝光脚,小脚不需要受到鞋子的束缚,脚形可以自然生成,光脚更能锻炼足底肌肉和韧带,促进足弓的形成,有利于缓
git clone https://github.com/apache/incubator-apisix-dashboard-built.git && \
echo ">>>>> git clone successfully" && \
cd ./incubator-apisix-dashboard-built && \
git rm . -r && \
cd ../dist && \
for file in $(find . -type f \( -iname \*.js -o -iname \*.css \)); do
if [[ "$file" != *"service-worker.js" ]]; then
echo Processing $file
cat ../travis/LICENSE $file > $file.modified
@juzhiyuan
juzhiyuan / hammerjs-patch-ios13.js
Last active October 17, 2019 09:15
使用 hammerjs 实现的 Swiper 在 iOS 13 中出现卡顿,即滑动页面后页面停顿在两个 Swiper Item 中间。
// 将下发代码放置在 HTML 中
document.body.addEventListener('touchmove', function(e) {e.preventDefault()}, {passive: false})
@juzhiyuan
juzhiyuan / git-squash-all-commits.sh
Last active October 17, 2019 09:16
Squash All Commits Into One
git reset $(git commit-tree HEAD^{tree} -m "Initial commit")
const generateQR = data => new Promise((resolve, reject) => {
wx.downloadFile({
url: `https://XXXX/wxacodeunlimit?data=${encodeURI(JSON.stringify(data))}`,
success: res => {
console.log(res)
resolve(res.tempFilePath)
},
fail: () => {
reject()
},
@juzhiyuan
juzhiyuan / 动画古诗文案.html
Created August 13, 2019 02:29
动画古诗文案
<div class='recommend'><h3>推荐语</h3><p class='p'>精选25首启蒙阶段最重要的诗词,通过可爱精美的动画和简练幽默的语句,带给孩子以往不同的古诗词体验,在收获知识的同时,让孩子更自由,更快乐!</p><p class='p'>千千简笔画,用知识为孩子创造快乐!</p></div><div class='feature'><h3>特色</h3><p class='p'>1.趣味赏析诗词,激发小朋友学习兴趣</p><p class='p'>与以往呆板枯燥的诗词赏析不同的是,本套课程将通过幽默简练的话语和精美可爱的动画,为孩子敲响古诗词兴趣的大门。</p><p class='p'>2.丰富脑洞,激发想象</p><p class='p'>为小朋友营造出具有画面感的赏析,激发小朋友的想象能力。让小朋友在学习的过程中,体验想象力的美好。</p><p class='p'>3.课程简练,通俗易懂</p><p class='p'>本套课程用简练幽默,通俗易懂的语句,做到透彻、通俗易懂,融会贯通为一体,让小朋友们简单快乐的摄取知识!</p></div><div class='intro-content'><h3>课程详情</h3><p class='p'>唐诗是我国最重要的文化瑰宝之一,是少儿重要的学习课程。</p><p class='p'>亲爱的家长,在与小朋友一起学习古诗词的过程中,</p><p class='p'>您是否感到非常的枯燥无味?</p><p class='p'>您是否感到诗词赏析缺少画面感?</p><p class='p'>您是否感到有的语句复杂难懂?</p><p class='p'>本套课程精选25首少儿启蒙阶段最重要的古诗词,鹿点点小哥哥会带小朋友们走进古诗词的世界,跟着伟大的诗人一起穿越他们的时代,让小朋友身临其境体验轻松幽默,充满画面感的古诗词!</p></div>