Wednesday, January 30, 2008

Hibernate and null fields

I was writing some simple slide generator. and in that process I write hbm.xml file and put this line in there.

<property name="photoSlideId" column="photo_slide_id" type="long" not-null="false" length="8" />

then I put needed variable into the class like this:
private long photoSlideId;

then I start to get photos list as null. it was impossible because it has to generate a exception or something in that situation. then I realized that this code was trying to assign null into the "long" type variable. it was impossible because in java we cannot assign null into the primitive types. then I changed class like this

private Long photoSlideId;

and its working like a charm.

Tuesday, January 29, 2008

Terminator The Sarah Connor Chronicles

when I saw this film I thought its the dam ass copy. but let me tell you its not. I watched 3 section one by one it was incredible. except this Sarah Connor is little bit skinny then the older one and little bit whiter :) at the end I felt like I am child again. like a nostalgy.......

Friday, January 25, 2008

Mysql Charset C#

if you have any problem in inserting or updating values in utf8. there is easy way to do that. you need to add Charset=utf8 into your connection string example:
server=localhost;user id=fastfood;Charset=utf8;

Thursday, January 24, 2008

Flirtable --

flirtable going to be rich soon I hope otherwise I can stand that advertisement which comes in front of me. I used to like this facebook application but this is way to live I guess......

soon flirtable will be gone from my applications.

Garanti En Sonunda Akıl Etti

senelerdir kredi kartının ekstresinin gelmesinden huylanırım zaten ve ne zaman fırsat bulsam ben bu ekstreleri istemiyorum göndermeyin derim. sonuçta internet bankacılığı diye bişey var ve her işime yetiyor. bugün mail gelmiş bonus tanda ödüllü kampanyayla hem doğayı koruyorlar hemde kara geçiyorlar :) hele şükür en sonunda kafaları çalıştı.

ps: her ne kadar senelik olarak bizi sağsada güzel bir hizmet veriyorlar. merak ediyorum senelik aldıkları ücretlerden dolayı kaç müşteri kaybettiler ben bir tane tanıyorum adam bütün kartlarını hesabını iptal ettirip işbankasınamı ne geçmişti. benimkide üşengeçlik bide gelen gideni aratır korkusu :)

Tuesday, January 22, 2008

psql ilk deneme

14 bin satır bir schema dump ı var elimde pgadmin ile windowsda aldım başka bir windows makinede postgresql e bunu koyup bi şekilde yeni table oluşturmam lazım. tabii pgadmini açtım o makinede ama klasik çalışmadı pg_restore falan denedim yemedi. efenim örnek:
"c:\Program Files\PostgreSQL\8.2\bin\psql.exe" -Upostgres azbuz < "c:\Documents and Settings\opakdil\Desktop\dump.backup"

sevimli oluo bu open source db ler.

Thursday, January 17, 2008

Postgre yi geliştirenler

bugünlerde yazılardan belli olduğu üzere postgre mıncıklıom sayfasında dolanırken kim geliştiri die bi link. grup süper :) devrimde hemen yerini almış heyecanlı open source cu. asıl olay onun hizasındaki solundaki hatun ne güzelmiş bu db iyice ilgimi çekmeye başladı :D

speed test hyperoptic