كيفية التحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript

Kyfyt Althdyth Altlqayy Lsfht Alwyb Kl 5 Thwani Bastkhdam Javascript



في JavaScript ، هناك مواقف نحتاج فيها إلى التأكد من أن المحتوى الذي تم إدخاله على موقع معين دقيق وحديث. على سبيل المثال ، يلزم عرض أحدث محتوى على صفحة ويب أثناء ملء نموذج مطول ومراقبة التغييرات الجديدة أو عندما تريد اختبار موقع ويب. في مثل هذه الحالات ، يكون التحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript مفيدًا جدًا في التعامل مع هذه الأنواع من المواقف.

ستناقش هذه المقالة طرق التحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript.







كيفية التحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript؟

للتحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript ، يمكن استخدام الطرق التالية:



اذهب من خلال الطرق التي تمت مناقشتها واحدة تلو الأخرى!



الطريقة الأولى: التحديث التلقائي لصفحة الويب كل 5 ثوانٍ في JavaScript باستخدام أساليب setInterval () و document.querySelector ()

ال ' setInterval () 'طريقة الوصول إلى وظيفة في فترة زمنية محددة و' document.querySelector () 'يحصل على العنصر الأول الذي يطابق محدد CSS. يمكن استخدام هذه الطرق معًا للوصول إلى علامة العنوان المحددة وتعيين الفاصل الزمني للوظيفة المطلوبة بمساعدة جهاز ضبط الوقت.





بناء الجملة

تعيين الفاصل الزمني ( دالة ، مللي ثانية ، بار 1 ، بار 2 )

في الصيغة أعلاه ، ' وظيفة 'يشير إلى الوظيفة التي يجب الوصول إليها ،' مللي ثانية 'هو الفاصل الزمني المحدد للتنفيذ ، و' زوج 1 ' و ' بار 2 'هي المعلمات الإضافية.



وثيقة. الاستعلام ( CSS المحددات )

هنا، ' محددات CSS 'يمثل واحدًا أو أكثر من محددات CSS.

تحقق من المثال التالي.

مثال

أولاً ، حدد عنوانًا وعنوانًا في علامتي و <h2> ، على التوالي:</p> <span class="sc2"> < <a href="http://december.com/html/4/element/title.html"><span class="kw2"> لقب</span></a> ></span> تحديث الصفحة كل 5 ثوان<span class="sc2"> <<span class="sy0"> /</span> <a href="http://december.com/html/4/element/title.html"><span class="kw2"> لقب</span></a> ></span> <br> <span class="sc2"> < <a href="http://december.com/html/4/element/h2.html"><span class="kw2"> h2</span></a> <span class="kw3"> نمط</span><span class="sy0"> =</span><span class="st0"> 'محاذاة النص: يسار'</span> ></span> تحديث تلقائي للصفحة<span class="sc2"> <<span class="sy0"> /</span> <a href="http://december.com/html/4/element/h2.html"><span class="kw2"> h2</span></a> ></span> <p> الآن ، عيِّن قيمة المؤقت كـ ' <strong> 1</strong> ':</p> دع الموقت<span class="sy0"> =</span> <span class="nu0"> 1</span><span class="sy0"> ؛</span> <p> بعد ذلك ، قم بتطبيق ' <strong> setInterval ()</strong> 'مع' <strong> 1000 مللي ثانية</strong> ' القيمة. سيؤدي هذا إلى زيادة عداد الوقت كل ثانية. أيضًا ، قم بالوصول إلى العنوان المحدد لعرضه على ' <strong> نموذج كائن المستند (DOM)</strong> 'في نهاية قيمة المؤقت المحدد.</p> <p> أخيرًا ، كرر قيمة المؤقت مع زيادة ' <strong> 1</strong> ' استخدام ' <strong> ++</strong> 'عامل التشغيل اللاحق للزيادة وتطبيق شرط بطريقة إذا تجاوزت القيمة 5 ، فإن' <strong> location.Reload ()</strong> 'يؤدي إلى إعادة تحميل النافذة:</p> تعيين الفاصل الزمني<span class="br0"> (</span><span class="br0"> (</span><span class="br0"> )</span> <span class="sy0"> =></span> <span class="br0"> {</span> <br> وثيقة.<span class="me1"> الاستعلام</span><span class="br0"> (</span><span class="st0"> 'h2'</span><span class="br0"> )</span> .<span class="me1"> النص الداخلي</span><span class="sy0"> =</span> جهاز ضبط الوقت<span class="sy0"> ؛</span> <br> جهاز ضبط الوقت<span class="sy0"> ++ ؛</span> <br> <span class="kw1"> إذا</span><span class="br0"> (</span> جهاز ضبط الوقت<span class="sy0"> ></span><span class="nu0"> 5</span><span class="br0"> )</span> <br> موقعك.<span class="me1"> إعادة تحميل</span><span class="br0"> (</span><span class="br0"> )</span><span class="sy0"> ؛</span> <br> <span class="br0"> }</span> و<span class="nu0"> 1000</span><span class="br0"> )</span><span class="sy0"> ؛</span> <p> يمكن ملاحظة أن صفحة الويب الخاصة بنا يتم تحديثها تلقائيًا كل خمس ثوانٍ:</p> <p> <img class="wp-image-238673" src="https://softoban.com/img/other/A8/how-to-auto-refresh-web-page-every-5-seconds-using-javascript-1.gif"></p> <h2 id="2"> <strong> الطريقة الثانية: التحديث التلقائي لصفحة الويب كل 5 ثوانٍ في JavaScript باستخدام حدث التحميل</strong> </h2> <p> ال ' <strong> تفريغ</strong> 'يتم تشغيل الحدث عند تحميل كائن. يمكن تنفيذ هذه التقنية لتحديث الصفحة بمساعدة وظيفة محددة من قبل المستخدم عند تحميل صفحة الويب.</p> <p> <strong> بناء الجملة</strong> </p> هدف.<span class="me1"> تفريغ</span> <span class="sy0"> =</span> إعادة تحميل الصفحة<span class="br0"> (</span><span class="br0"> )</span><span class="br0"> {</span> myScript<span class="br0"> }</span><span class="sy0"> ؛</span> <p> في الصيغة المحددة ، ' <strong> وظيفة</strong> 'يشير إلى الوظيفة التي يجب استدعاؤها عند تحميل الكائن.</p> <p> ننظر إلى المثال التالي.</p> <h3> <strong> مثال</strong> </h3> <p> أولاً ، قم بتضمين العنوان والعنوان كما تمت مناقشته في الطريقة السابقة:</p> <span class="sc2"> < <a href="http://december.com/html/4/element/title.html"><span class="kw2"> لقب</span></a> ></span> تحديث الصفحة كل 5 ثوان<span class="sc2"> <<span class="sy0"> /</span> <a href="http://december.com/html/4/element/title.html"><span class="kw2"> لقب</span></a> ></span> <br> <span class="sc2"> < <a href="http://december.com/html/4/element/h2.html"><span class="kw2"> h2</span></a> ></span> تحديث تلقائي للصفحة<span class="sc2"> <<span class="sy0"> /</span> <a href="http://december.com/html/4/element/h2.html"><span class="kw2"> h2</span></a> ></span> <p> الآن ، قم بتطبيق ' <strong> تفريغ</strong> 'واستدعاء الوظيفة' <strong> إعادة تحميل الصفحة()</strong> 'واجتاز' <strong> 5000</strong> 'كوسيطة تشير إلى فاصل زمني مدته خمس ثوان:</p> <span class="sy0"> <</span> تحميل الجسم<span class="sy0"> =</span> <span class="st0"> 'JavaScript: RefreshPage (5000) ؛'</span><span class="sy0"> ></span> <br> <br> <span class="sy0"> </</span> هيئة<span class="sy0"> ></span> <p> أخيرًا ، حدد وظيفة باسم ' <strong> إعادة تحميل الصفحة()</strong> ' مع ' <strong> ر</strong> 'كحجة تشير إلى الوقت المحدد للتحديث التلقائي لصفحة الويب. ال ' <strong> location.Reload ()</strong> 'طريقة إعادة تحميل الصفحة بعد الوقت المحدد:</p> وظيفة RefreshPage<span class="br0"> (</span> ر<span class="br0"> )</span><span class="br0"> {</span> <br> <br> setTimeout<span class="br0"> (</span><span class="st0"> 'location.reload (صحيح) ؛'</span> ، ر<span class="br0"> )</span><span class="sy0"> ؛</span> <br> <br> <span class="br0"> }</span> <p> <strong> انتاج |</strong> </p> <p> <img class="wp-image-238674" src="https://softoban.com/img/other/A8/how-to-auto-refresh-web-page-every-5-seconds-using-javascript-2.gif"></p> <h2 id="3"> <strong> الطريقة الثالثة: التحديث التلقائي لصفحة الويب كل 5 ثوانٍ في JavaScript باستخدام طريقة setTimeout ()</strong> </h2> <p> ال ' <strong> setTimeout ()</strong> 'طريقة استدعاء دالة بعد وقت محدد. يمكن تطبيق هذه الطريقة لإعادة تحميل صفحة ويب بعد انتهاء مهلة محددة.</p> <p> <strong> بناء الجملة</strong> </p> setTimeout<span class="br0"> (</span> دالة ، مللي ثانية ، بار 1 ، بار 2<span class="br0"> )</span> <p> في الصيغة المحددة ، ' <strong> وظيفة</strong> 'يشير إلى الوظيفة التي سيتم الوصول إليها ،' <strong> مللي ثانية</strong> 'هو الفاصل الزمني المحدد للتنفيذ ، و' <strong> زوج 1</strong> '،' <strong> بار 2</strong> 'هي المعلمات الإضافية.</p> <h3> <strong> مثال</strong> </h3> <p> في علامة البرنامج النصي لصفحة HTML ، قم بتطبيق ' <strong> setTimeout ()</strong> 'بهذه الطريقة عند مرور 5 ثوانٍ ، فإن طريقة location.reload () تعيد تحميل صفحة الويب:</p> <span class="sy0"> <</span> النصي<span class="sy0"> ></span> <br> <br> setTimeout<span class="br0"> (</span><span class="st0"> 'location.reload (صحيح) ؛'</span> و<span class="nu0"> 5000</span><span class="br0"> )</span><span class="sy0"> ؛</span> <br> <br> <span class="sy0"> </</span> النصي<span class="sy0"> ></span> <p> <strong> انتاج |</strong> </p> <p> <img class="wp-image-238675" src="https://softoban.com/img/other/A8/how-to-auto-refresh-web-page-every-5-seconds-using-javascript-3.gif"></p> <p> لقد ناقشنا جميع الطرق الملائمة للتحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript.</p> <h2> <strong> استنتاج</strong> </h2> <p> لتحديث صفحة ويب تلقائيًا كل 5 ثوانٍ باستخدام JavaScript ، استخدم ' <strong> setInterval ()</strong> ' و ' <strong> document.querySelector ()</strong> 'لضبط قيمة المؤقت ، فإن' <strong> تحديث()</strong> 'لتحديث صفحة ويب ، أو' <strong> setTimeout ()</strong> 'لتعيين حد تحديث مهلة محدد لصفحة الويب. توضح هذه المقالة طرق التحديث التلقائي لصفحة الويب كل 5 ثوانٍ باستخدام JavaScript.</p> </article> <div class="d-flex justify-content-center"> <script type="text/javascript">(function() { if (window.pluso)if (typeof window.pluso.start == "function") return; if (window.ifpluso==undefined) { window.ifpluso = 1; var d = document, s = d.createElement('script'), g = 'getElementsByTagName'; s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true; s.src = ('https:' == window.location.protocol ? 'https' : 'http') + '://share.pluso.ru/pluso-like.js'; var h=d[g]('body')[0]; h.appendChild(s); }})();</script> <div class="pluso" data-background="transparent" data-options="big,round,line,horizontal,nocounter,theme=06" data-services="facebook,twitter,email,print"></div> </div> <div class="tag-widget post-tag-container mb-5 mt-5"> <div class="tagcloud"> <a href="/akhr/" class="tag-cloud-link">آخر</a> </div> </div> </div><!-- END--> </div> <div class="col-lg-4 sidebar ftco-animate bg-light pt-5"> <div class="sidebar-box ftco-animate"> <h3 class="sidebar-heading">فئة</h3> <ul class="categories"> <li> <a href="/raspberry-pi/">فطيرة التوت</a> </li><li> <a href="/ethernet/">إيثرنت</a> </li><li> <a href="/other/">آخر</a> </li><li> <a href="/nano/">نانو</a> </li><li> <a href="/zoom/">تكبير</a> </li><li> <a href="/cinnamon/">قرفة</a> </li><li> <a href="/reviews/">المراجعات</a> </li><li> <a href="/zorinos/">Zorinos</a> </li><li> <a href="/radio/">مذياع</a> </li><li> <a href="/minecraft/">ماين كرافت</a> </li><li> <a href="/ssh/">Ssh</a> </li><li> <a href="/openvas/">Openvas</a> </li><li> <a href="/compression/">ضغط</a> </li><li> <a href="/laravel/">ارافيل</a> </li><li> <a href="/aircrack/">ايركراك</a> </li><li> <a href="/office-productivity-software/">برامج الإنتاجية المكتبية</a> </li><li> <a href="/boot/">حذاء طويل</a> </li><li> <a href="/system-calls/">مكالمات النظام</a> </li><li> <a href="/sysctl/">Sysctl</a> </li><li> <a href="/networking/">الشبكات</a> </li><li> <a href="/gpu/">Gpu</a> </li><li> <a href="/gimp/">أعرج</a> </li><li> <a href="/plex/">نوع من أنواع الصفائح من نوع Plex</a> </li><li> <a href="/uefi/">Uefi</a> </li><li> <a href="/docker/">عامل ميناء</a> </li><li> <a href="/firewall/">جدار الحماية</a> </li><li> <a href="/wireshark/">Wireshark</a> </li><li> <a href="/synology/">سينولوجيا</a> </li><li> <a href="/pdf/">بي دي إف</a> </li><li> <a href="/ethereum/">اثير</a> </li><li> <a href="/parrot-os/">نظام الببغاء</a> </li><li> <a href="/sublime/">سامية</a> </li><li> <a href="/selinux/">سيلينو</a> </li><li> <a href="/hyper-v/">مفرط- V</a> </li><li> <a href="/phone/">هاتف</a> </li><li> <a href="/kodi/">الشفرة</a> </li><li> <a href="/gnome/">جنوم</a> </li><li> <a href="/manjaro/">رقة</a> </li><li> <a href="/mouse/">الفأر</a> </li><li> <a href="/nmap/">Nmap</a> </li><li> <a href="/metasploit/">ميتاسبلويت</a> </li><li> <a href="/torrent/">سيل</a> </li><li> <a href="/tablet/">لوح</a> </li><li> <a href="/pycharm/">بيشارم</a> </li><li> <a href="/curl/">لفة</a> </li><li> <a href="/kde/">أين</a> </li><li> <a href="/gcc/">مجلس التعاون الخليجي</a> </li><li> <a href="/fonts/">الخطوط</a> </li><li> <a href="/ssl/">Ssl</a> </li><li> <a href="/nvidia/">نفيديا</a> </li><li> <a href="/images/">الصور</a> </li><li> <a href="/usb/">يو اس بي</a> </li><li> <a href="/squid/">حبار</a> </li><li> <a href="/mate/">رفيق</a> </li><li> <a href="/vlc-media-player/">مشغل الميديا ​​vlc</a> </li><li> <a href="/dns/">نظام أسماء النطاقات</a> </li><li> <a href="/bitcoin/">بيتكوين</a> </li><li> <a href="/keyboard/">لوحة المفاتيح</a> </li><li> <a href="/inkscape/">إنكسكيب</a> </li><li> <a href="/encryption/">التشفير</a> </li><li> <a href="/fedora/">فيدورا</a> </li><li> <a href="/owncloud/">Owncloud</a> </li><li> <a href="/scanner/">الماسح الضوئي</a> </li><li> <a href="/atom/">ذرة</a> </li><li> <a href="/red-hat/">قبعة حمراء</a> </li><li> <a href="/teamviewer/">برنامج Teamviewer</a> </li><li> <a href="/skype/">سكايب</a> </li><li> <a href="/vpn/">Vpn</a> </li><li> <a href="/xfce/">Xfce</a> </li><li> <a href="/jupyter-notebook/">دفتر Jupyter</a> </li><li> <a href="/nfs/">Nfs</a> </li><li> <a href="/blog/">مدونة</a> </li><li> <a href="/lvm/">لفم</a> </li><li> <a href="/suse/">Suse</a> </li><li> <a href="/media-players/">مشغلات الوسائط</a> </li><li> <a href="/posix/">بوسيكس</a> </li><li> <a href="/steam/">بخار</a> </li><li> <a href="/jenkins/">جينكينز</a> </li><li> <a href="/power/">قوة</a> </li><li> <a href="/oracle-linux/">أوراكل لينكس</a> </li><li> <a href="/netstat/">Netstat</a> </li><li> <a href="/kvm/">متر مربع</a> </li><li> <a href="/bluetooth/">بلوتوث</a> </li><li> <a href="/ssd/">Ssd</a> </li><li> <a href="/grep/">سيطرة</a> </li><li> <a href="/gentoo/">جنتو</a> </li><li> <a href="/odyssey/">ملحمة</a> </li><li> <a href="/audio/">صوتي</a> </li><li> <a href="/cpu/">وحدة المعالجة المركزية</a> </li><li> <a href="/tensorflow/">تينسورفلو</a> </li><li> <a href="/autodesk/">أوتوديسك</a> </li><li> <a href="/lubuntu/">لوبونتو</a> </li><li> <a href="/llvm/">لفم</a> </li><li> <a href="/windows/">شبابيك</a> </li><li> <a href="/microsoft-edge/">Microsoft Edge (قديم)</a> </li><li> <a href="/internet-explorer/">متصفح الانترنت</a> </li><li> <a href="/office/">مكتب. مقر. مركز</a> </li><li> <a href="/akhr/">آخر</a> </li><li> <a href="/skayb/">سكايب</a> </li><li> <a href="/nzam-asma-alntaqat/">نظام أسماء النطاقات</a> </li><li> <a href="/ftyrt-altwt/">فطيرة التوت</a> </li><li> <a href="/kamyra-wyb/">كاميرا ويب</a> </li><li> <a href="/mshghlat-alwsayt/">مشغلات الوسائط</a> </li><li> <a href="/cpanel/">cPanel</a> </li><li> <a href="/habrwksy/">هابروكسي</a> </li><li> <a href="/jnwm/">جنوم</a> </li><li> <a href="/hdha-twyl/">حذاء طويل</a> </li><li> <a href="/samyt/">سامية</a> </li><li> <a href="/awbwntw-24-04-cat/">أوبونتو 24.04</a> </li><li> <a href="/com-nextcloud/">com.nextcloud</a> </li><li> <a href="/fdylt/">فضيلة</a> </li><li> <a href="/nfydya/">نفيديا</a> </li><li> <a href="/bwr-usb/">عبور USB</a> </li><li> <a href="/fydwra/">فيدورا</a> </li><li> <a href="/alaqla-alamn/">#الإقلاع الآمن</a> </li><li> <a href="/bwr-aljhaz/">عبور الجهاز</a> </li><li> <a href="/sdn/">SDN</a> </li> </ul> </div> <div class="sidebar-box ftco-animate"> <h3 class="sidebar-heading">المشاركات الشعبية</h3> <div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/8C/how-to-automatically-backup-mysql-database-using-bash-script-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-ajra-alnskh-alahtyaty-altlqayy-lqa-dt-byanat-mysql-bastkhdam-brnamj-bash-script">كيفية إجراء النسخ الاحتياطي التلقائي لقاعدة بيانات MySQL باستخدام برنامج Bash Script</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/58/how-to-use-php-date-sunrise-and-date-sunset-function-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-astkhdam-dalt-php-date-sunrise-w-date-sunset">كيفية استخدام دالة PHP date_sunrise () و date_sunset ()</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/80/how-to-install-mplayer-on-linux-mint-21-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-tthbyt-mplayer-ly-linux-mint-21">كيفية تثبيت MPlayer على Linux Mint 21</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/5F/how-to-learn-c-for-beginners-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyf-tt-lm-lght-c-llmbtdyyn">كيف تتعلم لغة ++ C للمبتدئين</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/54/how-to-set-or-query-x-axis-limits-in-matlab-using-xlim-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-t-yyn-hdwd-almhwr-alsyny-aw-alast-lam-nha-fy-matlab-bastkhdam-xlim">كيفية تعيين حدود المحور السيني أو الاستعلام عنها في MATLAB باستخدام xlim</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/43/why-can-t-i-like-a-text-message-on-android-1.jpg);"></a> <div class="text"> <h3 class="heading"> <a href="/lmadha-la-ymknny-ala-jab-brsalt-nsyt-ly-android">لماذا لا يمكنني الإعجاب برسالة نصية على Android</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/E3/how-to-delete-search-engine-in-chrome-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-hdhf-mhrk-albhth-fy-krwm">كيفية حذف محرك البحث في كروم</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/04/how-to-resolve-the-engine-node-is-incompatible-with-this-module-error-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-hl-mshklt-qdt-almhrk-ghyr-mtwafqt-m-khta-alwhdt-alnmtyt-hdha">كيفية حل مشكلة 'عقدة' المحرك غير متوافقة مع خطأ الوحدة النمطية 'هذا'.</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/48/how-to-improve-data-access-with-secondary-indexes-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-thsyn-alwswl-aly-albyanat-bastkhdam-alfhars-althanwyt">كيفية تحسين الوصول إلى البيانات باستخدام الفهارس الثانوية؟</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/89/how-to-build-prompt-templates-in-langchain-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-bna-qwalb-sry-t-fy-langchain">كيفية بناء قوالب سريعة في LangChain؟</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/8D/solutions-to-the-problems-of-chapter-2-of-the-full-online-computer-science-database-and-internet-career-course-from-the-beginning-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/hlwl-lmshakl-alfsl-althany-mn-qa-dt-byanat-lwm-alkmbywtr-alkamlt-br-alantrnt-wdwrt-altwzyf-br-alantrnt-mn-albdayt">حلول لمشاكل الفصل الثاني من قاعدة بيانات علوم الكمبيوتر الكاملة عبر الإنترنت ودورة التوظيف عبر الإنترنت من البداية</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/C7/how-to-ssh-into-linux-servers-from-windows-10-11-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-thwyl-ssh-aly-khwadm-linux-mn-nzam-altshghyl-windows-10-11">كيفية تحويل SSH إلى خوادم Linux من نظام التشغيل Windows 10/11</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/07/how-to-charge-a-capacitor-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-shhn-mkthf">كيفية شحن مكثف</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/40/how-to-rewrite-most-recent-commit-history-in-git-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-a-adt-ktabt-tarykh-alaltzam-alakhyr-fy-git">كيفية إعادة كتابة تاريخ الالتزام الأخير في Git؟</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/13/bash-script-include-another-bash-script-1.jpg);"></a> <div class="text"> <h3 class="heading"> <a href="/ytdmn-bash-script-ns-bash-akhr">يتضمن Bash Script نص Bash آخر</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/C3/how-to-install-mongodb-enterprise-with-docker-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-tthbyt-mongodb-enterprise-m-docker">كيفية تثبيت MongoDB Enterprise مع Docker؟</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/95/what-is-oop-object-oriented-programming-is-c-compatible-with-oop-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/ma-hy-albrmjt-alshyyyt-object-oriented-programming-hl-c-mtwafq-m-oop">ما هي البرمجة الشيئية (Object-Oriented Programming)؟ هل C # متوافق مع OOP؟</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/FF/5-fixes-to-resolve-srttrail-txt-bsod-error-on-windows-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/5-aslahat-lhl-khta-almwt-alzrqa-srttrail-txt-ly-windows">5 إصلاحات لحل خطأ الموت الزرقاء SrtTrail.txt على Windows</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/BE/how-to-resolve-error-code-43-in-windows-and-fix-a-malfunctioning-gpu-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/kyfyt-hl-rmz-alkhta-43-fy-nzam-altshghyl-windows-waslah-khll-fy-whdt-m-aljt-alrswmat">كيفية حل رمز الخطأ 43 في نظام التشغيل Windows وإصلاح خلل في وحدة معالجة الرسومات</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div><div class="block-21 mb-4 d-flex"> <a class="blog-img mr-4" style="background-image: url(https://softoban.com/img/other/0F/what-is-vertex-ai-explain-in-detail-1.png);"></a> <div class="text"> <h3 class="heading"> <a href="/ma-hw-vertex-ai-shrh-baltfsyl">ما هو Vertex AI؟ شرح بالتفصيل</a> </h3> <div class="meta"> <div> <a href="/akhr/"><span class="icon-chat"></span> آخر</a> </div> </div> </div> </div> </div> </div> </div><!-- END COL --> </div> </section> </div><!-- END COLORLIB-MAIN --> </div><!-- END COLORLIB-PAGE --> <!-- loader --> <div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div> <script src="https://softoban.com/template/js/jquery.min.js"></script> <script src="https://softoban.com/template/js/jquery-migrate-3.0.1.min.js"></script> <script src="https://softoban.com/template/js/popper.min.js"></script> <script src="https://softoban.com/template/js/bootstrap.min.js"></script> <script src="https://softoban.com/template/js/jquery.easing.1.3.js"></script> <script src="https://softoban.com/template/js/jquery.waypoints.min.js"></script> <script src="https://softoban.com/template/js/jquery.stellar.min.js"></script> <script src="https://softoban.com/template/js/owl.carousel.min.js"></script> <script src="https://softoban.com/template/js/jquery.magnific-popup.min.js"></script> <script src="https://softoban.com/template/js/aos.js"></script> <script src="https://softoban.com/template/js/jquery.animateNumber.min.js"></script> <script src="https://softoban.com/template/js/scrollax.min.js"></script> <script src="https://softoban.com/template/js/main.js"></script> <script async="" defer="" src="//www.instagram.com/embed.js"></script> <script async="" src="https://platform.twitter.com/widgets.js"></script> <script> window.onload = function(){ for(i in document.images) { if(document.images[i].naturalWidth==0){ if(window.location.pathname.length > 1){ document.images[i].style="display:none" } else { document.images[i].src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" } } } } $(document).ready(() => { $('nav').find('a').each(function(){ if($(this).attr('href') == window.location.pathname){ $(this).parent('li').addClass('active') } }) var wrapper = '<div class="embeded-video"></div>'; if($('iframe[width="560"]').length > 1){ $('.m_v').remove(); }else{ } $('iframe[src^="https://www.youtube.com/embed/"]').wrap(wrapper); let loc = window.location.pathname; if(loc == '/privacy-policy'){ $('div.embeded-video').remove(); $('blockquote').remove(); } }) </script> <script type="text/javascript" src="https://s.skimresources.com/js/192355X1670518.skimlinks.js"></script></body> </html>