es
Feedback
تحليل وتصميم قواعد بيانات

تحليل وتصميم قواعد بيانات

Ir al canal en Telegram

هذا القروب يهتم بقواعد البيانات database oracle access mysql ومناقشة الافكار والمخططات وحل المشاكل البرمجية وتبادل الافكار والمعلومات وكذلك تصميم وتطوير مواقع الويب Html css javascript Jquery ajax Php

Mostrar más
IrakLa categoría no está especificada
4 077
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
\n\n\n\n\nCSS:\n\n\n#calendar {\n display: inline-block;\n padding: 10px;\n background-color: #fff;\n box-shadow: 0 0 5px rgba(0,0,0,.2);\n}\n\n#calendar table {\n width: 100%;\n border-spacing: 0;\n}\n\n#calendar td {\n text-align: center;\n padding: 10px;\n cursor: pointer;\n color: #000;\n}\n\n#calendar td:hover {\n background-color: #ddd;\n}\n\n.selected {\n background-color: #3498db;\n color: #fff;\n}\n\n\nJavaScript:\n\n\n// Get the required elements\nconst calendar = document.getElementById('calendar');\nconst selectedDay = document.getElementById('selected-day');\n\n// Create a date object for today's date\nconst today = new Date();\n\n// Generate the calendar\nfunction generateCalendar() {\n // Get the current month and year\n const month = today.getMonth();\n const year = today.getFullYear();\n\n // Get the number of days in the current month\n const daysInMonth = new Date(year, month + 1, 0).getDate();\n\n // Get the weekday of the first day of the month\n const firstDay = new Date(year, month, 1).getDay();\n\n // Create an array to hold the HTML for the calendar\n const calendarHtml = [];\n\n // Add the table header to the HTML array\n calendarHtml.push('');\n\n // Add the rows to the HTML array\n let date = 1;\n for (let i = 0; i < 6; i++) {\n calendarHtml.push('');\n for (let j = 0; j < 7; j++) {\n if (i === 0 && j < firstDay) {\n calendarHtml.push('');\n } else if (date > daysInMonth) {\n calendarHtml.push('');\n } else {\n calendarHtml.push('');\n date++;\n }\n }\n calendarHtml.push('');\n }\n\n // Add the table footer to the HTML array\n calendarHtml.push('
SunMonTueWedThuFriSat
' + date + '
');\n\n // Set the HTML of the calendar element\n calendar.innerHTML = calendarHtml.join('');\n\n // Add click event listeners to the table cells\n const cells = calendar.getElementsByTagName('td');\n for (let i = 0; i < cells.length; i++) {\n cells[i].addEventListener('click', function() {\n // Remove the selected class from all cells\n for (let j = 0; j < cells.length; j++) {\n cells[j].classList.remove('selected');\n }\n\n // Add the selected class to the clicked cell\n this.classList.add(\"selected\");\n\n // Set the selected day text\n selectedDay.textContent = this.textContent;\n });\n }\n}\n\n// Call the generateCalendar function\ngenerateCalendar();\n\n\nتم إنشاء متغير today لعرض التقويم في الشهر والسنة الحالية. يتم استخدام دالة generateCalendar لإنشاء التقويم الذي يتم عرضه في صفحة الويب. تستخدم الدالة new Date() للحصول على تاريخ اليوم الحالي. يتم استخدام القيمة المُرجَّعة لها للحصول على اليوم والشهر والسنة الحاليين. يتم استخدام دالة getDate() للحصول على عدد الأيام في الشهر الحالي. يتم استخدام دالة getDay() للحصول على اليوم الأول من الشهر والذي يتم استخدامه لتحديد اليوم الذي سيتم عرضه في الخلية الأولى من التقويم.\n\nيتم إنشاء مصفوفة calendarHtml لتخزين العناصر HTML التي ستتم إضافتها إلى التقويم. يتم إضافة رأس الجدول والجسم والترويسة إلى مصفوفة calendarHtml. يتم أيضًا إضافة الصفوف إلى المصفوفة calendarHtml. تتم إضافة خلية فارغة إذا كانت الخلية ليست في شهر الحالي. تتم إضافة اليوم الحالي إلى الخلية إذا كان اليوم في الشهر الحالي.\n\nتتم إضافة حدث click إلى كل خلية من الخلايا. يتم إزالة الصنف المحدد من جميع الخلايا ثم يتم إضافته إلى الخلية المنقرضة. يتم ضبط نص اليوم المحدد إلى الخلية التي تم النقر عليها. يتم تغيير لون خلفية اليوم المحدد باستخدام الصنف \"selected\" في CSS.","datePublished":"2023-03-03T23:38:12Z","dateModified":"2023-03-03T23:38:12Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}},{"@type":"ListItem","position":16,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/17202","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/17202","mainEntityOfPage":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/17202","headline":"لو تصورها افضل🙂كذا بيتعبني😂","articleBody":"لو تصورها افضل🙂كذا بيتعبني😂","datePublished":"2022-05-07T23:15:09Z","dateModified":"2022-05-07T23:15:09Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}},{"@type":"ListItem","position":17,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/16696","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/16696","mainEntityOfPage":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/16696","headline":"حد يسوي تحليل بيانات","articleBody":"حد يسوي تحليل بيانات","datePublished":"2022-04-24T00:05:47Z","dateModified":"2022-04-24T00:05:47Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}},{"@type":"ListItem","position":18,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/14436","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/14436","mainEntityOfPage":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/14436","headline":"محتاج كتاب Oracle 10g كامل برمجه","articleBody":"محتاج كتاب Oracle 10g كامل برمجه","datePublished":"2022-03-07T08:34:49Z","dateModified":"2022-03-07T08:34:49Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}},{"@type":"ListItem","position":19,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/35444","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/35444","mainEntityOfPage":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/35444","headline":"اتفضل خاص اسوية لك","articleBody":"اتفضل خاص اسوية لك","datePublished":"2023-05-29T17:21:58Z","dateModified":"2023-05-29T17:21:58Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}},{"@type":"ListItem","position":20,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/31914","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/31914","mainEntityOfPage":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases/posts/31914","headline":"ها فهمت السؤال صراحة مدري بس اذا لقيت حل برسلك","articleBody":"ها فهمت السؤال صراحة مدري بس اذا لقيت حل برسلك","datePublished":"2023-02-22T19:43:55Z","dateModified":"2023-02-22T19:43:55Z","author":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"publisher":{"@type":"Organization","name":"تحليل وتصميم قواعد بيانات","url":"https://telemetr.io/es/channels/1444076420-analysisdesign_systems_databases","image":"https://img.tlmtr.io/c/1zJcfa/5868432417931508124?ty=x"},"commentCount":0}}]}
عندي ملف اكسل فيه بيانات ابي استورده في مفكرة جيوبتر حفظت الملف في مسار مفكرة الجيوبتر يعطيني الرساله هذي

Create a login trigger to catch the transaction of user at tamping authorized to data base witch enable its a permission between time period

للي فاهمين في sql ليه استخدم cascade Constraints مع drop command ؟

بعت لك الصور ع الخاص

اتكلم ليش مااتكلم !

ايش ممكن اكتب رسايل للكود يكون لها مغزى غير المكتوبه

سويت الكود بس ماطلعلي الراتب

مدري ايش شكله يحسبني صيني🤕

ولايـ « ـة خراسـ « ـان مرئـ « ـي: صـ « ـناع المـ « ـلاحم (4) https://t.me/y1144 360p

HTML:
<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8">
 <title>Calendar</title>
 <link rel="stylesheet" href="style.css">
</head>
<body>
 <h1>Calendar</h1>
 <div id="calendar"></div>
 <p>You selected: <span id="selected-day"></span></p>
 <script src="script.js"></script>
</body>
</html>
CSS:
#calendar {
 display: inline-block;
 padding: 10px;
 background-color: #fff;
 box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#calendar table {
 width: 100%;
 border-spacing: 0;
}

#calendar td {
 text-align: center;
 padding: 10px;
 cursor: pointer;
 color: #000;
}

#calendar td:hover {
 background-color: #ddd;
}

.selected {
 background-color: #3498db;
 color: #fff;
}
JavaScript:
// Get the required elements
const calendar = document.getElementById('calendar');
const selectedDay = document.getElementById('selected-day');

// Create a date object for today's date
const today = new Date();

// Generate the calendar
function generateCalendar() {
 // Get the current month and year
 const month = today.getMonth();
 const year = today.getFullYear();

 // Get the number of days in the current month
 const daysInMonth = new Date(year, month + 1, 0).getDate();

 // Get the weekday of the first day of the month
 const firstDay = new Date(year, month, 1).getDay();

 // Create an array to hold the HTML for the calendar
 const calendarHtml = [];

 // Add the table header to the HTML array
 calendarHtml.push('<table><thead><tr><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th></tr></thead><tbody>');

 // Add the rows to the HTML array
 let date = 1;
 for (let i = 0; i < 6; i++) {
  calendarHtml.push('<tr>');
  for (let j = 0; j < 7; j++) {
   if (i === 0 && j < firstDay) {
    calendarHtml.push('<td></td>');
   } else if (date > daysInMonth) {
    calendarHtml.push('<td></td>');
   } else {
    calendarHtml.push('<td>' + date + '</td>');
    date++;
   }
  }
  calendarHtml.push('</tr>');
 }

 // Add the table footer to the HTML array
 calendarHtml.push('</tbody></table>');

 // Set the HTML of the calendar element
 calendar.innerHTML = calendarHtml.join('');

 // Add click event listeners to the table cells
 const cells = calendar.getElementsByTagName('td');
 for (let i = 0; i < cells.length; i++) {
  cells[i].addEventListener('click', function() {
   // Remove the selected class from all cells
   for (let j = 0; j < cells.length; j++) {
    cells[j].classList.remove('selected');
   }

   // Add the selected class to the clicked cell
   this.classList.add("selected");

   // Set the selected day text
   selectedDay.textContent = this.textContent;
  });
 }
}

// Call the generateCalendar function
generateCalendar();
تم إنشاء متغير today لعرض التقويم في الشهر والسنة الحالية. يتم استخدام دالة generateCalendar لإنشاء التقويم الذي يتم عرضه في صفحة الويب. تستخدم الدالة new Date() للحصول على تاريخ اليوم الحالي. يتم استخدام القيمة المُرجَّعة لها للحصول على اليوم والشهر والسنة الحاليين. يتم استخدام دالة getDate() للحصول على عدد الأيام في الشهر الحالي. يتم استخدام دالة getDay() للحصول على اليوم الأول من الشهر والذي يتم استخدامه لتحديد اليوم الذي سيتم عرضه في الخلية الأولى من التقويم. يتم إنشاء مصفوفة calendarHtml لتخزين العناصر HTML التي ستتم إضافتها إلى التقويم. يتم إضافة رأس الجدول والجسم والترويسة إلى مصفوفة calendarHtml. يتم أيضًا إضافة الصفوف إلى المصفوفة calendarHtml. تتم إضافة خلية فارغة إذا كانت الخلية ليست في شهر الحالي. تتم إضافة اليوم الحالي إلى الخلية إذا كان اليوم في الشهر الحالي. تتم إضافة حدث click إلى كل خلية من الخلايا. يتم إزالة الصنف المحدد من جميع الخلايا ثم يتم إضافته إلى الخلية المنقرضة. يتم ضبط نص اليوم المحدد إلى الخلية التي تم النقر عليها. يتم تغيير لون خلفية اليوم المحدد باستخدام الصنف "selected" في CSS.

لو تصورها افضل🙂كذا بيتعبني😂

حد يسوي تحليل بيانات

محتاج كتاب Oracle 10g كامل برمجه

اتفضل خاص اسوية لك

ها فهمت السؤال صراحة مدري بس اذا لقيت حل برسلك