原创 CSS中設置圖片的寬度和高度

<!DOCTYPE html>  <html>  <head>  <meta charset="utf-8" />  <title>css控制圖片大小在線演示 www.divcss5.com</title>  <style>  .div

原创 CSS選擇符的優先級

優先級: !important 行內選擇符 標籤 ID選擇符 類選擇符/屬性選擇符/僞類選擇符(:link、:visible、:hover、:active、:focus、:first-child): 元素選擇符/僞元素選擇符(:bef

原创 1、Two Sum

題目: Given an array of integers, find two numbers such that they add up to a specific target number. The function two

原创 Javascript的eval函數小結

今天無意間學到了eval()函數  感覺還是挺有意思的,所以總結下: 功能:eval() 函數可計算某個字符串,並執行其中的的 JavaScript 代碼。 語法:eval(string) 參數:      string 必需。要計算

原创 MIPS彙編語言參考

MIPS Instruction Reference This is a description of the MIPS instruction set, their meanings, syntax, semantics, and bi

原创 北京大學ACM1000題總結

import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(Sy

原创 SQL Server數據庫Substring函數使用方法小結

在SQL Server數據庫操作中,我們常常會用到Substring函數,本文我們對Substring函數的使用方法進行了總結,並通過例子對它的使用方法加以說明。接下來就讓我們來一起了解一下Substring函數的使用方法吧。 SU

原创 簡單的web四則運算計算器

caculator.html <!DOCTYPE html> <html> <head> <title>簡單的計算器</title> <meta http-equiv="Content-Type" content="te