有關

特殊符號的英文讀法

(=)  equal sign

(.)  decimal points

(;)  semicolon

(++) increment operators

(--) decrement operators

( )  Parenthesis

{ }  Braces

[ ]  Brackets

,    Comma

;    Semicolon

'    Quote

@    At

+    plus    加號;正號

-    minus    減號;負號

±    plus or minus    正負號

×    is multiplied by    乘號

÷    is divided by    除號

=   is equal to    等號

≠    is not equal to    不等號

≡    is equivalent to    全等於號

?    is equal to or approximately equal to    等於或約等於號

?    is approximately equal to    約等於號

<   is less than    小於號

>   is more than    大於號

?    is not less than    不小於號

?    is not more than    不大於號

?    is less than or equal to    小於或等於號

?    is more than or equal to    大於或等於號

%    per cent    百分之…

?    per mill    千分之…

∞    infinity    無限大號

?    varies as    與…成比例

√    (square) root    平方根

∵    since; because    因?

∴    hence    所以

?    equals, as (proportion)    等於,成比例

∠    angle    角

?    semicircle    半圓

⊙    circle    圓

○    circumference    圓周

π    pi 圓周率

△    triangle    三角形

⊥    perpendicular to    垂直於

∪    union of    聯集

∩    intersection of 交集

∫    the integral of …的積分

?    (sigma) summation of    總和

°    degree    度

′    minute    分

〃    second    秒

℃    Celsius system    攝氏度

{    open brace, open curly    左大括弧

}    close brace, close curly    右大括弧

(    open parenthesis, open paren    左小括號

)    close parenthesis, close paren    右小括號

()   brakets/ parentheses    括弧

[    open bracket 左中括號

]    close bracket 右中括號

[]   square brackets    中括號

.    period, dot    句號,點

|     vertical bar, vertical virgule    豎線

&    ampersand, and, reference, ref    和,引用

*    asterisk, multiply, star, pointer    星號,乘號,星,指標

/    slash, divide, oblique 斜線,斜杠,除號

//    slash-slash, comment 雙斜線,注釋符

#    pound    井號

\    backslash, sometimes escape    反斜線轉義符,有時表示轉義符或續行符

~    tilde    波浪符

.    full stop    句號

,    comma    逗號

:    colon    冒號

;    semicolon    分號

?    question mark    問號

!    exclamation mark (英式英語) exclamation point (美式英語)

'    apostrophe    撇號

-    hyphen    連字號

--   dash 破折號

...  dots/ ellipsis    省略號

"    single quotation marks 單引號

""   double quotation marks 雙引號

∥    parallel 雙線號

&    ampersand = and

~   swung dash 相似

§    section; division 分節號

→    arrow 箭號;

文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

Adobe reader 書籤 跳回去

 

Alt+Left(Right) Arrow


文章標籤

abort 發表在 痞客邦 留言(2) 人氣()

OpenWRT Network Configuration 簡單指令

顯示IP狀態
ip addr

顯示交換器狀態

文章標籤

abort 發表在 痞客邦 留言(1) 人氣()

使用YouTube v3.0 API

注:需要帶orderby才會有排序

範例

https://www.youtube.com/feeds/videos.xml?user=XXXXXX&orderby=published

文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

SAPさんが各社とも「ソーシャルアプリは負荷対策が大事」って言っていますね。 弊社でも mixi アプリ(PC),mixi アプリモバイルをリリースしたときはお祭り状態だったので, ふりかえりも兼ねて MySQL のボトルネックを調べる方法を書いてみました。 (幸い,モバゲーオープンゲームのリリース時はこれらの経験が役に立ったので何ともなかったです)

といっても 9 割方

  • そもそもサーバの設定がおかしい
  • 更新が多いテーブルなのに MyISAM エンジン
  • for 文の中でクエリを発行
  • INDEX 張ってない
  • データ量がえらいことになってる

辺りなんですけどねー。

基本は下から

まず,ボトルネックを調べるときは下の層から上がっていくのが基本です。たぶん。

abort 發表在 痞客邦 留言(0) 人氣()