タグ

2011年12月2日のブックマーク (4件)

  • 最近机をバンバンしてるAAがかわいすぎてしにそう : まめ速

    1:以下、名無しにかわりましてVIPがお送りします:2011/09/15(木) 23:16:54.85ID:LXVgaSoDO 誰か絵でも書いてくれないかな…ω・)チラッチラ 2:以下、名無しにかわりましてVIPがお送りします:2011/09/15(木) 23:17:36.15ID:m9WMd4UC0 ____ /_ノ  ヽ、_\ ミ ミ ミ  o゚((●)) ((●))゚o      ミ ミ ミ /⌒)⌒)⌒. ::::::⌒(__人__)⌒:::\   /⌒)⌒)⌒) | / / /     |r┬-|    | (⌒)/ / / //   wwwww | :::::::::::(⌒)    | |  |   /  ゝ  :::::::::::/ |     ノ     | |  |   \  /  )  / ヽ    /     `ー'´     ヽ /    /     バ |  

    最近机をバンバンしてるAAがかわいすぎてしにそう : まめ速
    R-H
    R-H 2011/12/02
  • mod_vhost_alias - Apache HTTP Server

    Summary This module creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve. This allows for easy use of a huge number of virtual hosts with similar configurations. Note If mod_alias or mod_userdir are used for translating URIs to filenames, they will override the direct

  • MySQLがおかしい!あなたならどうしますか? – MySQL Casual Advent Calendar 2011 - As a Futurist...

    しわっす!DBA 兼オペレーションエンジニア兼タスクマネージャやってる riywo です。何のネタを書こうかなぁと考えたのですが、正直ネタを仕込む時間もなかったので僕がいつもやってることをさらっと紹介するということで勘弁して下さい>< MySQL がおかしい! 03:14 hidek: なんかエラー出まくってるんだけど! 03:14 zigorou: MySQL と通信してるとこっぽい 03:15 riywo: 見ます こんなやりとりは皆さん日常茶飯事ですよね?ね?ね?こんな時に、DB に責任を持つものとして真っ先に対応するのが僕らの仕事です。でも、じゃあ具体的にこのあと何をしましょう?既にサービスはエラーだらけで一刻を争う状態です。 (対応開始) まずはエラーメッセージ 今回の様な場合はアプリのエラーログにどばっと MySQL に関するエラーが出ているでしょう。まずはそれを見ることが始ま

    MySQLがおかしい!あなたならどうしますか? – MySQL Casual Advent Calendar 2011 - As a Futurist...
    R-H
    R-H 2011/12/02
  • ql.io

    A declarative, data-retrieval and aggregation gateway for quickly consuming HTTP APIs Try me prodid = select ProductID[0].Value from eBay.FindProducts where QueryKeywords = 'macbook pro'; details = select * from eBay.ProductDetails where ProductID in ('{prodid}') and ProductType = 'Reference'; reviews = select * from eBay.ProductReviews where ProductID in ('{prodid}') and ProductType = 'Reference'