css - Can anybody point me to a link that describes what the url (dots) mean for example? -


क्या । / CoverFlows_files / coverflow.js मतलब है?

I ../coverFlows_files / coverflow.js को समझें [एक निर्देशिका को ऊपर ले जाएं] और /CoverFlows_files/coverflow.js का अर्थ [यहां से नीचे जाना]

इसके अलावा एएसपी.एन.टी. में इसकी जड़ जैसे कि ~ / ...?

P>
  & lt; link rel = "stylesheet" प्रकार = "text / css" href = "कवरफ्लो_फ़ाइल / कवरफ्लू सीएसएस" & gt;  

और

  & lt; SCRIPT प्रकार = "टेक्स्ट / जावास्क्रिप्ट" src = "./ CoverFlows_files / coverflow.js" & gt; & lt; / SCRIPT & gt;  

क्या इन दो टैगों को सिर में या शरीर में जाना पड़ता है या इससे कोई फर्क नहीं पड़ता?

मुझे लगता है कि किसी के पास वेबपेज के लिए लिंक है इन बुनियादी विषयों पर जो बेहद उपयोगी होगा।

सादर PQ

पथ aren केवल "वेब-वातावरण" में उपयोग नहीं किया गया है इसलिए मैं इसे समझाएंगे लेकिन आगे की कोशिश करूँगा (मैं निम्नलिखित सिंटैक्स का उपयोग करूँगा: जहां हम हैं + हम किस प्रकार = पूर्ण पथ है )

  • । / Path / to / file केवल मौजूदा शब्दकोश में खोजें:
    • / home / crozin + ./ path / to / फ़ाइल = / home / crozin / path / to / file
    • http://blah.com/support/ + । / Path / to / file = http://blah.com/support/path/to/file
  • / path / to / file पूर्ण पथ है:
    • / home / crozin + / path / to / file = < Code> / path / to / file
    • http://blah.com/support/ + / path / to / file = http://blah.com/path/to/file
  • पथ / में / फ़ाइल खोज में include_path (ओएस चर) से हर निर्देशिका इसलिए यदि include_path पर सेट है: ।; / Home / crozin; / tmp तब इसमें खोज होगी:
    • / home / crozin + पथ / में / फ़ाइल = ./ path / to / file और / home / crozin / path / to / file और / tmp / path / to / file
    • http://blah.com/support/ + पथ / प्रति / फ़ाइल < / Code> = http://blah.com/support/path/to/file (मूल रूप से पहले उदाहरण के समान)

में ...: url (...) हमेशा पूर्ण पथ का उपयोग करें "वेब-वातावरण" में यह सबसे आसान शैली है।


Comments

Popular posts from this blog

Indexing in SQL -

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -