問題描述
我在哪裡可以下載 MySQL Connector/J 的源代碼 (Where can I download source for MySQL Connector/J)
谷歌搜索沒有幫助
參考解法
方法 1:
Funny because copy‑pasting "MySQL Connector/J" into Google got me the source code as the first result.
But if you're looking for source code for a free application, the most convenient way I've found is to look up the related package in Ubuntu (or Debian) and download the related source code.
It works best if you're using them, you can simply use aptitude search / apt‑get source combo to download it. But if you're using another operating system, you can simply do a Google search like site:packages.ubuntu.com mysql connector/j
方法 2:
The source code for MySQL Connector/J can be found on GitHub:
https://github.com/mysql/mysql‑connector‑j
(by Aivar、Rosh Oxymoron、rustyx)