有關

目前分類:電腦經驗 (66)

瀏覽方式: 標題列表 簡短摘要

特殊符號的英文讀法

(=)  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) 人氣()

Syslog Facilities

A BSD Unix Syslog message looks like this:

文章標籤

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

0.確認PV、VG、LV、PP
pvscan
pvdisplay
vgscan

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

MediaCoder

複製ffms2.dll到安裝目錄/codec
替換掉VSFilter.dll 換成xy-VSFilter最新版本

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

Google NTP Server

time1.google.com
time2.google.com

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

方式1

================================================================

IF EXISTS (SELECT * FROM Table1 WHERE Column1='SomeValue')
UPDATE Table1 SET (...) WHERE Column1='SomeValue'

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

如何讓工作排程在背景執行

執行身分選擇SYSTEM,就可以不顯示任何視窗。

 


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

Windows 7刪除資料夾或檔案出現"找不到此項目"

在刪除檔案或資料夾時出現「找不到此項目」的訊息,是Win7的bug之一。

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

查詢拿個process占用port

1.找哪個PID使用80PORT
netstat -nao |find "0.0.0.0:80"

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

ASP 中 ANSI、UTF-8 檔案編碼與 Server.HTMLEncode

在不同的檔案編碼中Server.HTMLEncode執行結果不同

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

$EndDatetime = Get-Date
for ($i=1; $i -le 1000; $i++) {
$query_year = $EndDatetime.AddDays(-$i).Year;
$query_Cyear = ($EndDatetime.AddDays(-$i).Year-1911).ToString("000");

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

可以替代MD5或SHA的雜湊新技術「BLAKE2」
執行時使用更少記憶體,安全性高於md5與Sha-1與Sha-2,執行速度與MD5相近


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

有問題的換頁
<div style=”page-break-after:always; clear:both;”></div>

IE8:

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

修復IIS無法執行.aspx
1.重新安裝.NET 1.x
"%windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe" -i

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

復原windows預設的開啟程式
Restore Default Windows 7 File Extension Type Associations

http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html

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

Syntax for Debian / Ubuntu Linux

find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'

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

1 234