Tools

  • Home

  • Archives

pc

Posted on 2019-07-29

IP

IPList.cc - free IP information
What is my IP address?

WordPress

Posted on 2019-06-11

## Plugins

WP Githuber MD – WordPress Markdown Editor

Font Awesome

Posted on 2019-05-29 | Edited on 2019-08-06

Animating Icons
loading spinner <i class="fas fa-spinner fa-pulse"></i>

5 分鐘快速了解 FontAwesome 5

過去只有 fa 而在 FontAwesome 5 因為將圖示分成了4大類,
在使用時前綴變成了 fas, far, fal 和 fab ,分別代表 Solid, Regular, Light 和 Brands

cdnjs
index.html

1
2
3
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css" rel="stylesheet" type="text/css">
</head>

<i class="fas fa-plus"></i>

mac

Posted on 2019-05-22

## Command

chmod: 改變檔案模態
chmod +x 給執行權限

$ chmod +x configuredb.sh
$ ls -l

Cloud

Posted on 2019-05-17

Google Cloud Platform

PostgreSQL

Posted on 2019-05-08

PostgreSQL 指令

顯示所有資料庫 \l
切換資料庫 \c <資料庫名稱>
查看表 \dt
查看表結構 \d
查看索引 \di
查看某個表的狀況 \d [表名]
查看所有用戶 \du

結束 \q

postgres=# \dt;

PostgreSQL RESTful

使用postgrest全自動生成面向表的RESTful接口

嘗試使用了一下postgrest,用法非常簡單,但是功能非常強大。不僅能生成相應的RESTful接口,更是連swagger文檔都給準備好了,簡直意外驚喜。關於使用,如果有docker經驗的話

PostgREST

安裝 Docker for Windows
Get started with Docker for Windows

Windows 10安装Docker 报 Hardware assisted virtualization and data execution protection must be enabled

Share

Posted on 2019-05-06 | Edited on 2019-05-28

短網址

Bitly | URL Shortener, Custom Links & Link Analytics
Pasted.co Pasted.co 免費文字分享服務,將內容貼上即可轉為短網址分享
來個 PPT 短網址
TinyURL.com - shorten that long URL into a tiny URL

Images

iDesign iPhone

Emoji

Cool Symbol

Text

Unicode Calendar Generator

VSCode

Posted on 2019-05-03

顯示所有函數列表 Shift+Ctl+O

github 專案資訊分享

Posted on 2019-05-02 | Edited on 2019-06-19

TheAlgorithms/Python – 使用 Python 實現所有的演算法

CDN

jsDelivr

Doc

API 文件 Swagger API Development for Everyone

全平台框架

Flutter for web

Google Extensions

Posted on 2019-04-29 | Edited on 2019-05-22

網頁開發

Web Server for Chrome
Dimensions
Pesticide for Chrome
Wappalyzer

下載工具

Imageye - Image downloader

12

Jacob Hsu

12 posts
© 2019 Jacob Hsu
Powered by Hexo v3.8.0
|
Theme – NexT.Muse v7.0.0