2013年12月8日 星期日

win7 隱藏桌面圖示+新增隱形資料夾

1.在桌面點右鍵->個人化
2.在左邊列表選 桌面圖示
3.把桌面圖示全部取消勾選,即可隱藏
4.右建新增資料夾後,名字輸入alt+41123,即可產生空白名字
5.對著此資料夾按右鍵,選內容,選自訂,選變更圖示,裡面有空白的圖示可以選,
   選中之後即可

2013年8月17日 星期六

CSS筆記

CSS的主要功能:

可以加強對html文件的樣式管理

CSS概念:

直接對html中的元件屬性管理,藉由選擇器去選擇元件後,再選擇要管理的屬性即可

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 即可