PIXNET Logo登入

日劇看不完

跳到主文

日劇,真的是個好東西,可以告訴我們好多不同的想法。 吐槽、裝傻是日本綜藝的精髓,應用在日劇上面也真的很有梗~

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 1月 04 週二 201113:27
  • [Chrome] Bookmarks Synchronization

Chrome.JPG
在 Chrome 書籤同步會自動備份於 Google DOC 那邊,可是在那邊無法刪除,是 Read-Only 
 
後來發現在
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:[軟體]
▲top
  • 1月 03 週一 201117:13
  • [程式] VC6 Compiler 問題

CompilerError.JPG
有時候使用 VC6 會遇到很該死的問題
就是點下 compiler 後,就呈現下面的畫面
 
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:[C/C++]
▲top
  • 12月 30 週四 201010:42
  • [轉錄][C/C++] USB有關的編程

[Ref.] http://www.vckbase.com/document/viewdoc/?id=1282
USB有關的編程
作者:代冬軍
(繼續閱讀...)
文章標籤

figer 發表在 痞客邦 留言(0) 人氣(1,677)

  • 個人分類:[C/C++]
▲top
  • 12月 23 週四 201023:28
  • [Music] 調整 EQ 很麻煩

所以乾脆用 AirPlay 這套軟體來聽歌
 
聲音真的很讚
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:[音樂]
▲top
  • 12月 23 週四 201023:25
  • [Java] JDeveloper 中文字問題

因為開啟範例程式的時候,中文字都會變成框框
 
後來查到說要把
1. 專案
(繼續閱讀...)
文章標籤

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

  • 個人分類:[Java]
▲top
  • 12月 21 週二 201023:36
  • [Java] BufferedImage

不應該在晚上八點多打盹的...
 
現在完全沒睡意Orz
 
(繼續閱讀...)
文章標籤

figer 發表在 痞客邦 留言(0) 人氣(3,114)

  • 個人分類:[Java]
▲top
  • 12月 20 週一 201015:03
  • [C++] 不定參數 - 傳入任意參數數量 例如 printf

http://blog.yam.com/csylvia/article/17973254
http://freestyler.pixnet.net/blog/post/23872915
http://ehome.hifly.to/showthread.php?threadid=329
http://blog.yam.com/ddy1280/article/2095414
(繼續閱讀...)
文章標籤

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

  • 個人分類:[C/C++]
▲top
  • 12月 02 週四 201022:31
  • 曹格 Live at Legacy

這是第一次在非周末的時候衝去台北
為的就是聽曹格的演唱會!!!
 
真的是超值得的,曹格天生嗓音真的太棒了
(繼續閱讀...)
文章標籤

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

  • 個人分類:[音樂]
▲top
  • 11月 05 週五 201017:07
  • [C++] 函式回返

#define VALUE 999
int main()
{
int R = Result();
(繼續閱讀...)
文章標籤

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

  • 個人分類:[C/C++]
▲top
  • 10月 29 週五 201016:07
  • 前處理指令 Predefined Macros

http://msdn.microsoft.com/en-us/library/b0084kay(VS.80).aspx
 
ANSI-Compliant Predefined Macros


Macro




Description






__DATE__




The compilation date of the current source file.
The date is a string literal of the form Mmm dd yyyy. The month
nameMmm is the same as for dates generated by the library
function asctime declared in TIME.H.






__FILE__




The name of the current source file. __FILE__ expands
to a string surrounded by double quotation marks. To ensure that the full
path to the file is displayed, use /FC (Full Path of Source Code File in Diagnostics).


You can create your own wide string version of __FILE__ as
follows:


Copy


#include <stdio.h>


#define WIDEN2(x) L ## x


#define WIDEN(x) WIDEN2(x)


#define __WFILE__ WIDEN(__FILE__)


wchar_t *pwsz = __WFILE__;


 


int main() {}






__LINE__




The line number in the current source file. The
line number is a decimal integer constant. It can be altered with a #linedirective.






__STDC__




Indicates full conformance with the ANSI C
standard. Defined as the integer constant 1 only if the /Za compiler option is given and you
are not compiling C++ code; otherwise is undefined.






__TIME__




The most recent compilation time of the current
source file. The time is a string literal of the form hh:mm:ss.






__TIMESTAMP__




The date and time of the last modification of the
current source file, expressed as a string literal in the form Ddd
Mmm Date hh:mm:ss yyyy
, where Ddd is the abbreviated day
of the week and Date is an integer from 1 to 31.




(繼續閱讀...)
文章標籤

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

  • 個人分類:[C/C++]
▲top
«1...6789»

G+ button

Clock

部落格文章搜尋

近期文章

  • 空
  • Windows 使用 notepad++ 寫入換行後檔案至 Linux 要修改
  • [SQL] MySQL 直接匯入sql 檔案
  • [MATLAB] entropy 使用方式
  • 矛盾
  • [轉貼] AI會議的總結
  • [Java][Eclipse] 編碼設定
  • [c] 一個不錯觀念的網站
  • [Java][Eclipse] 註解顯示加入
  • [Java][Eclipse] 粗心的錯誤

文章彙整

Article

  • [Linux] (1)
  • 程式相關 (1)
  • [Flash] (1)
  • [OpenGL] (2)
  • [Database] (1)
  • [MySQL] (2)
  • [Java] (10)
  • [演算法] (2)
  • [C/C++] (20)
  • [軟體] (8)
  • [音樂] (9)
  • [閒聊] (17)
  • [生活] (6)
  • [日劇] (2)
  • 未分類文章 (1)

最新迴響

  • [14/09/05] eventblog 於文章「[轉貼] AI會議的總結...」留言:
    親愛的會員您好,感謝您對痞...
  • [14/01/18] todd08 於文章「[MATLAB] entropy 使用方...」留言:
    寫得這麼好,還是留點文字吧。 要來我家看看喔 http:...
  • [12/08/23] figer 於文章「[真三國無雙6] 閃退 點選後閃一下就關...」留言:
    我是耳機孔插上喇叭就解決了 很神奇...
  • [12/08/23] 有困擾的人 於文章「[真三國無雙6] 閃退 點選後閃一下就關...」留言:
    如果都安裝了還是閃退怎麼辦?...
  • [09/12/12] 小夢 於文章「Tokyo Dog...」留言:
    怎麼沒有順便燒給我...

參觀人氣

  • 本日人氣:
  • 累積人氣: