Skip to content

Phanix's Blog

Menu
  • About Me / 關於我

Category: 研究

跨網域的cookie與資料安全 / Cross domain cookie and data security

No Comments
| 學習工作, 工作, 研究, 程式

在過去美好(?)的年代,cookie的使用限制較少,但隨著網路安全、更嚴謹的CORS,乃至於個人隱私保護,cookie逐漸單純以追蹤瀏覽器行為的工具,而寬鬆的cookie 存取設定也漸漸變成不受到建議的使用方式。

Read More »

Julian date 儒略日

No Comments
| 唸書, 學習工作, 工作, 研究, 程式

最近在看 google web search api(reference), 剛好看到這個東西…

Read More »

C# Wrapping Library of Google AJAX Search API

No Comments
| 學習工作, 工作, 研究, 程式

以前在程式裡頭用到 Google Search 的機會比較少,所以都是直接把 search term 丟給 Google search,然後 parsing 回傳 page 這樣土法硬幹的方式。 不過最近使用量比較大,所以就乾脆來找 Google Search API ,沒想到 Google 說現在一般的 Search API 已經不接受申請了,比較建議使用 AJAX API。 看了一下說明文件,對於要寫網頁程式的話確實蠻方便的,不過對於要寫 Windows / Console 程式來說就不是這麼好用… 「該不會要自己來寫一個 library 把這個 AJAX Search API 包起來吧?」 正當腦子裡才冒出這個念頭的時候,另外一個聲音響起,「不對,這事情一定也有人想過,然後很好心地做出來了」… 果不其然,找了一下就找到了 http://gapidotnet.codeplex.com/ 這個 wrapping api… 真是太棒了… XD

Read More »

The recent days after back to TW

No Comments
| 唸書, 學習工作, 工作, 生活點滴, 研究, 閒聊嘴炮

Just wake up from noon break, I think I have to write down some day-to-day things.

Read More »

Using XPath to select nodes with namespace in C# / 在C#中用XPath選取具有namespace之節點

No Comments
| 學習工作, 工作, 研究, 程式

處理 XML 文件資料時,利用 XPath 來選取文件中節點是蠻常見的方式,可是當這個節點是具有 namespace 時,該怎麼辦呢?

Read More »

Abandoned World

No Comments
| 學習工作, 工作, 研究, 閒聊嘴炮, 電腦網路

Early this morning, a fiber optic cable from Santa Cruz to San Francisco area is severed.

Read More »

[murmur] 囧rz 的 meeting

No Comments
| 唸書, 學習工作, 研究, 閒聊嘴炮

“I am not sure how many sessions I should check whether each of them has single or multiple information need.” “So, how many sessions you’ve checked?” “about 2000.” “Wao… that’s enough, much more than necessary.” “囧rz…” “Another question is, how many sessions I should used for experiment? I am not sure how many is enough.” […]

Read More »

[Note] Import Data in SQL Server 2005 (匯入資料)

No Comments
| 學習工作, 工作, 研究, 程式, 軟體, 電腦網路

Remeber to check the item “Integration Services” (SSIS) in the install process, or you will fail and get a error message like “product level is insufficient for components” while importing data from txt, excel, etc. files into a SQL server 2005 database. Related: porduct level is insufficient for components

Read More »

[Memo] 整理一下最近寫程式用到的東西

No Comments
| 學習工作, 研究, 程式

免得以後要找很麻煩。都是 C# 的程式。 Threading 中作 output 到 textbox 中 delegate void SetTextCallback(TextBox tb, string text); private void SetText(TextBox tb, string text) {     if (tb.InvokeRequired)     {         SetTextCallback d = new SetTextCallback(SetText);         this.Invoke(d, new object[] { tb, text });     }     else     {         tb.Text = text;     } } Extract text in <body> tag strpage = ""; // Store […]

Read More »

William Liu’s talk in NCTU

No Comments
| 唸書, 學習工作, 工作, 研究, 閒聊嘴炮

跟過去有些相關的人… 世界真的很小…

Read More »

Posts pagination

1 2 3 Next

Recent Posts

  • NextJS connect to backend Go api for buffering response
  • NextJs 的 404 handling
  • 強制 nextjs app router 不使用 Static Site Generation (SSG)
  • 將長時間英文 podcast 轉為中文 SRT 字幕檔
  • Letsencrypt 設定讓 apache2 通過 ssl labs 安全測試 A+

Recent Comments

  • Champagne Tasting - 2023/09 - Phanix's Blog on 龍吟 wine dinner
  • 天灰 on 撲克牌遊戲 — 德州撲克 (Texas Hold’em / Texas Poker)
  • 用FFmpeg取代 AWS Media Converter - Phanix's Blog on AWS S3+Media Converter+CloudFront 做 video file streaming CDN服務
  • Mount GCP storage as filesystem, and access with php - Phanix's Blog on php+apache 執行 sudo 命令出現 sudo: no tty present and no askpass program specified
  • Chateau de la Roche-aux-Moines (Nicolas Joly) Tasting - Phanix's Blog on Nicolas Joly 與他的生物動力法哲學

Archives

Tags

.net (29) 2008 (66) 2009 (91) Bordeaux (46) Bourgogne (37) c# (33) Cabernet Sauvignon (41) California (85) Chardonnay (46) dessert wine (26) food (53) France (58) France 法國 (68) French (28) French wine (25) japanese food (32) murmuring (25) photo-taking (46) photographing (48) php (41) Pinot Noir (52) programming (38) red wine (189) Santa Cruz (33) system administration (72) Taiwan (40) traveling (74) USA (125) white wine (120) wine (176) wine tasting (225) 加州 (64) 勃根地 (40) 台灣 (29) 品酒 (223) 攝影 (93) 旅遊 (60) 法國 (33) 波爾多 (38) 甜酒 (28) 白酒 (116) 系統管理 (51) 紅酒 (186) 美國 (100) 義大利 (36)

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Phanix's Blog 2025 . Powered by WordPress