自分が受けたのは社会人3年目、SIerでSEをやってた頃に受けた2011年特別試験枠(震災で春試験が延期になったやつ)でした。
午前・午後とも8割ぐらい取って受かりました。
あんまり覚えてないのですが記憶の範囲でとりあえず書きます。
| <?php | |
| /* | |
| * | |
| This JSONP API returns jsonp function call to JS script which called this JSONP API. | |
| @response: | |
| {*callback function name*}({[foo: "homhom"] , [bar: "anan"]}); | |
| * |
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link rel="stylesheet" href="" type="text/css"> | |
| <script src=""></script> | |
| <script src=""></script> | |
| <script src=""></script> | |
| <script src=""></script> |
| #! /bin/sh | |
| # | |
| # This script excutes to archive log daily, and | |
| # delete archived file whose timestamp is over day period you setted. | |
| TODAY=`date +%Y-%m-%d` | |
| #Directory you put logs. (ex '/home/app/program/log' |
| <?php | |
| class GroongaUtil{ | |
| /* | |
| * This Class is Utility for Groonga with HTTP. | |
| * | |
| * Groonga is an open-source fulltext search engine and column store. | |
| * For detail of Groonga , see following web site. | |
| * http://groonga.org/ | |
| * |
| <?php | |
| include "sitesetting.php"; | |
| include "setting.php"; | |
| $db = mysqli_connect( $dbHost, $dbUser, $dbPass, $dbName ); | |
| if( mysqli_connect_errno() ){ | |
| die("データベースとの接続に失敗しました。:" . mysqli_connect_error()); | |
| }else{ |
| [apr] | |
| ./configure \ | |
| --prefix=/usr/local/apr \ | |
| --enable-threads | |
| [apr-util] | |
| ./configure \ | |
| --prefix=/usr/local/apr-util \ | |
| --with-apr=/usr/local/apr \ |
| ただし、問題もある為、マイクロソフトも一般には公開していません。 | |
| (マイクロソフトのUSサイトで去年見つけました) | |
| 問題点とは、この方法を行うと過去のアップデートの履歴が全て消えてしまう事です。 | |
| (なのでマイクロソフトのサポートではこの方法を教えてくれません)・・・現在は教えてくれているかもしれません | |
| ですので本当に「Windows Update」に失敗して困っている方のみ行って下さい。 | |
| 手順は非常に簡単です。 | |
| 1.「Automatic Updates」サービスを停止する。 | |
| 「コントロールパネル」→「パフォーマンスとメンテナンス」→ |
自分が受けたのは社会人3年目、SIerでSEをやってた頃に受けた2011年特別試験枠(震災で春試験が延期になったやつ)でした。
午前・午後とも8割ぐらい取って受かりました。
あんまり覚えてないのですが記憶の範囲でとりあえず書きます。
箱根湯本駅集合
移動 箱根湯本~彫刻の森
適当にモンキーパッチ当ててRails.logger.debug('hoge')で死ぬようにする
def add(severity, message = nil, progname = nil, &block)
severity ||= UNKNOWN
if @logdev.nil? or severity < @level
return true
end
progname ||= @progname