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.
- Timestamp:
-
Jul 7, 2009, 3:14:25 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v2
|
v3
|
|
| 46 | 46 | done |
| 47 | 47 | }}} |
| | 48 | |
| | 49 | = shell 裡 變數的關係 = |
| | 50 | |
| | 51 | || 系統變數 || env || env - STR=aaa || |
| | 52 | || 程序內的全域變數 || export || export STR=aaa || |
| | 53 | || 程序內的區域變數 || 直接設定 || STR=aaa || |