Skip to content

Max的程式語言筆記

我要當一個豬頭,認真過每一天、快樂過每一天

  • 首頁
  • Android
  • iOS
  • Python
  • Dropboxlike
  • WordPress
  • Java
  • javascript
  • 電腦
  • 關於Max
  • 首頁
  • Android
  • iOS
  • Python
  • Dropboxlike
  • WordPress
  • Java
  • javascript
  • 電腦
  • 關於Max

How to get the IP address of a Linux system

之前在 Windows/Mac OS 取得 ip address 透過 import socket print

Read More
2017-02-25

在 Linux 用 PyInstaller 打包 python

PyInstaller 可以用來把 Python 程式打包起來,方便在其他機器上執行,省去安裝 Python

Read More
2017-02-24

py2app – Create standalone Mac OS X applications with Python

在 Windows 是用 py2exe 把 python 變 standalone,  在  Mac 是用 p

Read More
2017-02-23

py2exe __file__ is not defined

py2exe 沒有 __file__ 可以使用,替代解法: Here is the py2exe docume

Read More
2017-02-23

[Python] py2exe script 變執行檔

pip install py2exe 裡面的好像需要使用python3, 使用 python2 的版本,要注意

Read More
2017-02-23

seafile 的 batch mode 還有檔案的非法字元

seafile 的 batch mode 是使用冒號來分隔檔名,拆解冒號的範例如下: String str =

Read More
2017-02-22

Dropboxlike上傳區塊大小效能測試

這次測試的環境是 檔案大小:682.3MB Android 用戶端硬體:小米手機3 伺服器的硬體:macboo

Read More
2017-02-22

How to read a file bytes from a offset

example: public class IOUtil { public static byte[] rea

Read More
2017-02-22

Byte[] to InputStream or OutputStream

byte[] source = …; ByteArrayInputStream bis = new Byt

Read More
2017-02-22

Convert file: Uri to File in Android

What you want is… new File(uri.getPath()); &#8230

Read More
2017-02-22

文章導覽

Previous Page 1 ... 90 91 92 93 94 95 96 ... 98 Next Page



近期文章
  • bootstrape validation 使用心得
  • 同一個 function 在共用時的處理,透過callback來避免全域變數的使用
  • Javascript 字串, 只允許特定白名單
  • java 字串, 只允許特定白名單
  • bootstrap 的 tab 開啟特定分頁
  • isort 格式化 python import 的區塊
  • Enter key press event in JavaScript
  • [Python] async def & await 學習筆記
  • rocky linux dnf update requires kernel-core-uname-r
  • Window 版 Python 3.8 + Pyinstaller 打包的 .exe 檔會被檢測為 Trojan:Win32/Bearfoos.A!ml
文章標籤
Android apache Bootstrap BOT C# cordova css Debug DigitalOcean Dropboxlike font FontForge git Google google-colaboratory html image iOS Java javascript jQuery letsencrypt linux Mac OS X math MDM mssql mysql OpenCV password php PIL Python selenium String sublime Swift tkinter tornado Ubuntu UI Web Windows WooCommerce wordpress
文章目錄
廣告
Powered by WordPress