close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of waue/2009/0707


Ignore:
Timestamp:
Jul 7, 2009, 3:14:25 PM (17 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0707

    v2 v3  
    4646done
    4747}}}
     48
     49= shell 裡 變數的關係 =
     50
     51 || 系統變數 || env || env - STR=aaa ||
     52 || 程序內的全域變數 || export || export STR=aaa ||
     53 || 程序內的區域變數 || 直接設定 || STR=aaa ||