“URL file- access is disabled in the server configuration”というメッセージが表示された場合の対処法 2010年07月07日 過去Blog ■php.iniの設定が変更可能な場合 PHP コード スニペットを使用していて、ウェブページに "URL file-access is disabled in the server configuration" (URL ファイル アクセスはサーバーの設定で無効になっています) エラー メッセージが表示される場合は、ウェブマスターまたはホスティング プロバイダに連絡して、PHP サーバーの設定… この記事の続きを読む
Drupalをサーバから削除する 2011年05月10日 過去Blog 以下のファイルが削除出来ないので、このファイルとこのファイルより上の階層のパーミッションを777にすれば削除可能になりました。 default.settings.php settings.php
UITableViewのcellにUITextFieldなどのフォームを設置 2011年04月28日 過去Blog http://d.hatena.ne.jp/tomute/20091120/1258780317 raspberry ketone fresh free sample… この記事の続きを読む
htmlファイルでphpを動かすための.htaccessファイルの設定 2009年11月20日 過去Blog htmlファイルでphpを動かすための.htaccessファイルの設定 .htaccessファイル内に以下の行を記述します。 AddType application/x-httpd-php .htm .html 当然の前提条件として、htaccessの動作が許可されているサーバに限ります。… この記事の続きを読む
addressbook内のデータをtableViewに表示させる 2011年01月17日 過去Blog - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusab… この記事の続きを読む
この投稿へのコメント
コメントはまだありません。