|
導讀數據庫,簡而言之可視為電子化的文件柜——存儲電子文件的處所,用戶可以對文件中的數據進行新增、截取、更新、刪除等操作。所謂“數據庫”是以一定方式儲存在一起、能與多個用戶共享、具有盡可能小的冗余度、與應... 數據庫,簡而言之可視為電子化的文件柜——存儲電子文件的處所,用戶可以對文件中的數據進行新增、截取、更新、刪除等操作。所謂“數據庫”是以一定方式儲存在一起、能與多個用戶共享、具有盡可能小的冗余度、與應用程序彼此獨立的數據集合。
| window.height = li_height - 2*(li_gd - li_y) next case 5 // closetype = 5,從左右向中間擠壓逐漸消失 li_cenx = li_x+li_width / 2 for li_gd = li_x to li_cenx step 1 window.x = li_gd window.width = li_width - 2*(li_gd - li_x) next case 6 // closetype = 6,從左上->右下 for li_gd = li_y to li_height+li_y step 1 window.y = li_gd window.height = li_height+li_y - li_gd if window.x < li_x + li_width then window.x = li_x + (li_gd - li_y) else window.x = li_x + li_width end if if window.width > 0 then window.width = li_x+li_width - window.x else window.width = 0 end if next window.x = li_x + li_width window.y = li_height+li_y window.width = 0 window.height = 0 window.show() case 7 // closetype = 7,從右下->左上 for li_gd = li_height to 0 step -1 window.height = li_gd if window.width > 0 then window.width = li_width - (li_height - li_gd) else window.width = 0 end if next window.x = li_x window.y = li_y window.width = 0 window.height = 0 window.show() case 8 // closetype = 8,從右上->左下 for li_gd = li_y to li_height+li_y step 1 window.y = li_gd window.height = li_height+li_y - li_gd if window.width > 0 then window.width = li_width - (li_gd - li_y) else |
全新的路由器不僅讓你更穩定快速地連接無線網絡,更可以讓家中的智能設備連接在一起。
|