Skip to content

Instantly share code, notes, and snippets.

View inascf's full-sized avatar
💭
💪 working

inascf

💭
💪 working
View GitHub Profile
@inascf
inascf / Dockerfile
Created February 15, 2023 10:56 — forked from rkttu/Dockerfile
Run Office 2019 in Windows Full Container (19H1)
FROM mcr.microsoft.com/windows:1903 AS build
WORKDIR C:\\odtsetup
ADD https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_11617-33601.exe odtsetup.exe
RUN odtsetup.exe /quiet /norestart /extract:C:\\odtsetup
FROM mcr.microsoft.com/windows:1903 AS download
WORKDIR C:\\odtsetup
COPY --from=build C:\\odtsetup\\setup.exe .
@inascf
inascf / BaiduPCS-appid-getter.py
Created January 24, 2019 01:34 — forked from pcmid/BaiduPCS-appid-getter.py
获取有效的百度app_id
from __future__ import print_function
import requests
import threading
import sys
def eprint(*args, **kwargs):
print(*args, file=sys.stderr, **kwargs)
@inascf
inascf / xamarin_tabbedpage_bar_bottom.md
Created January 10, 2018 05:29 — forked from rc1021/xamarin_tabbedpage_bar_bottom.md
Xamarin Android TabbedPage Bar 置底作法

歡迎加入我的 LINE ID: easter1021

Xamarin Android TabbedPage Bar 置底

在網路上參考幾份文件,最終選擇使用 Sergey Metlov 的範例,以下內容是我實作時遇到的問題以及詳解。

此篇文章執行的作業系統為 Windows 7 學習時間 10 分鐘

Screenshot

Alt iOSAlt Android