wonder on server side

 : on twitter

[c]動的なメモリ割り当て malloc

without comments

Cでは変数を宣言することとは別に、処理中の好きなタイミングでメモリを確保することができます。
これを動的なメモリ割り当てといいます。

Read the rest of this entry »

Written by _wonder

5月 25th, 2011 at 12:47 pm

Posted in c, study

Tagged with ,

[c]構造体

without comments

構造体について。

Read the rest of this entry »

Written by _wonder

5月 22nd, 2011 at 1:02 am

Posted in c, study

Tagged with

[c]関数ポインタについて

without comments

いよいよ分かりづらくなってきたので、書きながら覚えよう。

Read the rest of this entry »

Written by _wonder

5月 10th, 2011 at 8:19 pm

Posted in c, study

[gauche]リストの操作

without comments

gaucheの基本となるlistについて。

Read the rest of this entry »

Written by _wonder

4月 29th, 2011 at 8:29 pm

Posted in gauche, study

[other]DNS切り替え前のドメインにアクセスする

without comments

DNSを切り替える前に新しいサーバのデータにアクセスしたい場合のメモ。

Read the rest of this entry »

Written by _wonder

4月 28th, 2011 at 12:30 pm

Posted in other

Tagged with ,

[gauche]gauche基本2(コメント、予約語、モジュールの使用)

without comments

ひき続きgaucheの基本。

Read the rest of this entry »

Written by _wonder

4月 26th, 2011 at 8:10 pm

Posted in gauche, study

[gauche]gauche基本(基本概念とリテラル)

without comments

ぼちぼちgaucheも勉強していこうと思います。
先日、オライリーのebookで本を購入したことだし、これを読みつつ勉強していきます。

さらっと読んだ感じではなかなか理解が進まなそうなので、
少しづつ進めていきます。
Read the rest of this entry »

Written by _wonder

4月 25th, 2011 at 9:01 pm

Posted in gauche, study

Tagged with

[php]クラスのオートロード

without comments

phpでは、使うクラスを全て読み込まないといけませんが、これがとてもめんどくさい。
使用するクラスを自動的に読み込んでくれる仕組みがあるようなので調べました。

Read the rest of this entry »

Written by _wonder

3月 23rd, 2011 at 12:16 pm

Posted in php, study

Tagged with ,

[sql]SQLにおけるバッククォート

with one comment

ここ最近パーフェクトPHPを読んでいるんですが、ちょっとした箇所ではまったのでメモ。

Read the rest of this entry »

Written by _wonder

3月 7th, 2011 at 7:33 pm

Posted in mysql

Tagged with

[php]処理が終わった後はリダイレクト

without comments

Written by _wonder

3月 7th, 2011 at 6:57 pm

Posted in php

Tagged with