//セルが選択された際に呼び出される
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
//選択されたセルを取得
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
/…
Apacheのチューニングについて。
今のところ、大丈夫かなと思いますが、いずれ試してみようと思います。
http://tech.bayashi.net/svr/doc/apache/tune.html hostingreviewssite.com
この投稿へのコメント
コメントはまだありません。