Project -> Project Option -> Compiler Options -> Paths,或是按Shift-Ctrl-F11

在Other unit files(-Fu)中將以下路徑補上

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

CodeTyphon 5.3使用了FPC 3.1.1,RTL終於用了UTF-8,但有些電腦一直無法編譯出Win32/Win64 IDE,研究發現應該是PATH的問題,修改以下部分

 

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

種花電信的光世代VDSL2小烏龜,要達到自動撥號與DHCP,可以用下面設定,一般預設IP是192.168.1.1。

帳號:cht

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

看到記憶體與CPU跑同頻速度會比較快,就不用發一些clock空等,但改成100:100讓CPU、RAM同頻後,常出現Win32.sys, 0x50當機錯誤@@。

用RAMDisk測試速度,使用Primo Ramdisk Server Edition 5.6.0。測試結果就是還是用XMP預設值就好了。

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

2014/05/28

新竹三上沖掃:Kodak Ektar 100

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

http://www.coolaler.com/archive/index.php/t-230810.html
http://www.coolaler.com/archive/index.php/t-236537.html

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

http://www.lagom.nl/lcd-test/white.php這邊測試螢幕的高光細節時,如果色階看不是太多,如只到200而已。

    DSC_1030    

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

使用Google Chrome + DownFlickr - Flickr Downloader下載flickr的照片,首先要到

https://chrome.google.com/webstore/detail/downflickr-flickr-downloa/idiemcijhbenngdhkdiipmpkafnkbkeg

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

使用Google Chrome + DownFlickr - Flickr Downloader下載flickr的照片,首先要到

https://chrome.google.com/webstore/detail/downflickr-flickr-downloa/idiemcijhbenngdhkdiipmpkafnkbkeg

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

下載Yahoo影片的方法很簡單,如果瀏覽器的外掛工具不能用,就改用瀏覽器本身的cache機制就好了,IE、Google Chrome、Mozilla Firefox都可以用,這邊使用Firefox(因為只有Firefox在我的系統可正常播放)。

 

bagatelles 發表在 痞客邦 留言(3) 人氣()

1. 使用版本:

    IMDisk: 1.7.5

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

投資ETF 可免選股困擾

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

 

Glenn Gould, Goldberg Variations, 1981, Aria da capo

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

# 產生目前目錄下的檔案清單,並轉換成批次檔,可一次移動到select目錄。

use strict;
use Time::HiRes qw(gettimeofday);
use 5.010;

my $selfName = $1 if ( __FILE__ =~ /\\(\w+\.pl$)/);
my $cmdFN = 'select.cmd';
my $tarDir = "_select";

my @files = glob("*.*");

open FILE, ">$cmdFN" or die "Can not write file, $!";
say FILE "mkdir $tarDir" ;
for(@files) {
    say FILE "move $_ $tarDir" if !(/$selfName|$cmdFN/);
}
close FILE;

system("pause");

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

1. 先下載fast-export工具,網頁位置為http://repo.or.cz/w/fast-export.git,可以下載最後的snapshot壓縮檔(http://repo.or.cz/w/fast-export.git/snapshot/aaccfba9a0cfcfdd4db1e629b50d65b1c479b64f.zip),解開後放在一個資料夾中。

2. 進入Mercurial repo中,檢查目前的狀態,如果有未commit的檔案要先處理好。

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