D.J電腦高手是由Joshua and David所創造的電腦團隊
創辦人:Joshua 靈魂人物:David 遊戲製作:Brian&David
贊助人:N.H、Stella

如果有電腦問題可以寄電子郵件至: dj6082013@gmail.com ,我們或許能幫忙


D.J- Computer Masters is the computer team that created by Joshua & David,Founder: Joshua Core-Member: David Game-Maker: Brian&David Suppport:N.H、Stella

Have some computer problem??Email to:dj6082013@gmail.com ,we may help!!

2018年3月8日 星期四

D.J特製 PHP Windows版 D.J's PHP for Windows

PHP是一個廣為知名的網站後台程式語言。本站提供我們製作的安裝版本供大家在Windows上方便使用

按此下載: PHP-7.2.3[32位元]

PHP is a popular server side programming language. We provide the version we made for the convenience for everyone to use on windows.

Click here to Download : PHP-7.2.3[x86]

2018年2月19日 星期一

D-LAN 區域網檔案分享軟體

D-LAN 區域網的檔案共享軟體,採用分散傳輸技術提高傳輸速度,使用介面非常簡易,還附區域網聊天功能

按此下載 : D-LAN [安裝版][免安裝版]

2017年9月12日 星期二

把Notepad++變成Java IDE - Make Notepad++ in to Java IDE

這篇主要是在交如何把鼎鼎大名的文字編輯器Notepad++運用他的外掛變成一個JavaIDE

 

Reference : http://www.quarkphysics.ca/scripsi/java_notepad/ 

一、安裝程式


1.安裝Java 32位元的SDK

2.安裝Notepad++ (一定要是32 位元!!)

3.安裝Notepad++外掛
外掛/Plugin Manager/Show Plugin Manager 然後安裝這些外掛.
(沒有Plugin Manager的話到此按裝 -> https://github.com/bruderstein/nppPluginManager/releases )
  1. "Compare" 是一個非常好的文件比對工具
  2. "NppExec" 是編譯Java程式的必要工具
  3. "TextFx Characters" 可以自動對齊你的程式碼

二、增加指令到Notepad++


  1. 到Notepad++選單欄 的 外掛/NppExec/Execute… (或是 F6)
  2. 你會看到一行要做 "Temporary Script"
  3. 將下面的指令加到裡面 ("C:\Program Files\Java\jdk1.8.0_144"請改成你在自己的windows上尋找jdk後得到的路徑)
  4.  //save current file
    NPP_SAVE
    cd "$(CURRENT_DIRECTORY)"
    "C:\Program Files\Java\jdk1.8.0_144\bin\javac" $(FILE_NAME)
    "C:\Program Files\Java\jdk1.8.0_144\bin\java"  -classpath "$(CURRENT_DIRECTORY)" "$(NAME_PART)"
  5. 按 "Save…",然後打 "Java-Compile" (這會是你的指令的名稱)然後按 Save.
  6.  然後按完OK就大公告成了!!

2017年8月3日 星期四

lmgtfy 諷刺工具 Irony Tool


 





這是用來諷刺某些人不先查詢資料就先發文問問題的人
按此進入網站: https://lmgtfy.com/


 This is for whom  don't search before posting a ask
Click here to enter website: https://lmgtfy.com/

2017年2月18日 星期六

Eclipse IDE for Java (Neon.2) 免安裝版 Portable


Eclipse為一款著名的整合開發環境(IDE),尤其是在Java上,本站在將他中文化之後做成免安裝版,方便大家使用

按此下載 : Ecplise(Neon.2)免安裝中文版[32位元][64位元]
 **注意:如果您選用64位元, 您也必須安裝64位元的Java才可以執行

Eclipse is a  famous Integrated Development Environment , specially in Java

Click here to Download : Eclipse(official Website and download ZIP file) 

2017年2月1日 星期三

QCAD Portable 免費藍圖設計程式 免安裝版








QCAD是一款免費的藍圖設計軟體,他也可以開啟AutoCAD檔

註記:請執行資料夾內的qcad.exe

按此下載: QCAD Portable[32位元][64位元]

安裝版請見官方下載網站: https://qcad.org/en/qcad-downloads-trial



QCAD is a free blueprint design software, he can also open the AutoCAD file

Note: Please execute qcad.exe in the folder

Click here to download: QCAD Portable [32-bit] [64-bit]


Install version please visit official website: https://qcad.org/en/qcad-downloads-trial

2016年9月11日 星期日

Dev-C++ 4.9.9

Dev-C++ 4.9.9 是世界上做多人使用的 C&C++ 程式整合開發環境


 Dev-C++ 4.9.9 is the most famous C&C++ Integrated Development Environment in the world.