Skip to content

wasd52030/qweqwe.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qweqwe.dev

前言

某天刷Bilibili時看到這玩意,感覺還挺有趣,於是用golang寫了一個半復刻版,當作是對gin框架的練習。

已完成功能

  1. 依據給定長度取得隨機lorem單字陣列
  2. 依據給定長度取得隨機lorem句子陣列
  3. 依據給定長度取得隨機lorem段落陣列
  4. 依據所給的width和height與副檔名(現支援jpg與png)生成圖片
  5. 給出一些以逗點分隔的元素,取得打散後的陣列

啟動專案

cd qweqwe

go run main.go

如何使用

  1. 返回lorem單字陣列
    http://localhost:1234/word/n
    n為需要多少組,最低一組
    例: http://localhost:1234/word/10
  2. 返回lorem句子陣列
    http://localhost:1234/sentence/n
    n為需要多少組,最低一組
    例: http://localhost:1234/sentence/10
  3. 返回lorem段落陣列
    http://localhost:1234/paragraph/n
    n為需要多少組,最低一組
    例: http://localhost:1234/paragraph/10
  4. 返回佔位圖
    http://localhost:1234/image/widthxheight.filepostfix
    返回檔名為widthxheight.filepostfix的圖片
    width: 寬,height: 高,filepostfix: jpg或png二選一
    例1: http://localhost:1234/image/800x600.jpg
    例2: http://localhost:1234/image/600x800.png
  5. 陣列洗牌
    http://localhost:1234/random/arrayitem
    arrayitem以逗號分隔
    例1: http://localhost:1234/random/1,2,3,4,5,6,7,8
    例2: http://localhost:1234/random/qw,ew,cx,ar,we,yg,zi,lks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages