1.在桌面點右鍵->個人化
2.在左邊列表選 桌面圖示
3.把桌面圖示全部取消勾選,即可隱藏
4.右建新增資料夾後,名字輸入alt+41123,即可產生空白名字
5.對著此資料夾按右鍵,選內容,選自訂,選變更圖示,裡面有空白的圖示可以選,
選中之後即可
2013年12月8日 星期日
2013年8月17日 星期六
2013年8月9日 星期五
use graphics.h in C
1. You need to have turbo C++.
2. Copy the file to dos workplace(if you currently not using dos,use virtual box to create dos)
,and to copy the file we need to md a TC file and type XCOPY X:\TC C:\TC /S(X means where your original turbo C++ locate in)
3. When you want to use turbo C++ type cd C:\TC\BIN tpye TC and you can use
turbo C++.
4. You can use the graphics.h ,click here to see tutorial
2013年7月30日 星期二
windos 安裝beautifulsoup
1.確定已安裝好python 並且做好命令列路徑設定
2.接下來便可以下載beautifulsoup ,並解壓縮檔案
3.開啟cmd 把目前位置換到以解壓縮的beautifulsoup中 如: C:\beautifulsoup4-4.2.1>
4.打入 setup.py install
5.然後用cmd跳到Python的資料夾,開啟Python.exe
6.以後要用打 from bs4 import BeautifulSoup 即可
訂閱:
文章 (Atom)