# code snippet, to be included in 'sitecustomize.py' import sys def info(type, value, tb): if hasattr(sys, 'ps1') or not sys.stderr.isatty(): # we are in interactive mode or we don't have a tty-like # device, so we call the default hook sys._... 続きを読む
perlはsystem perlじゃなくてperlbrewで入れて、アプリで必要なCPANモジュールは全てアプリのディレクトリ下のextlibというディレクトリにインストールする方式は個人的にはいい感じだよなぁと思いつつ、cronとかdaemontoolsがいつもどうやるのが正解なのか分か... 続きを読む
DESCRIPTION: Installs and configures Jenkins CI server & node slaves. Resource providers to support automation via jenkins-cli, including job create/update. REQUIREMENTS: Chef: Chef version 0.9.10 or higher Platform: ‘default’ - Server inst... 続きを読む
自分が関西出身でせっかちだからか、MySQLのALTER TABLE中に一時テーブルのファイルサイズをwatchするなんてことがあります。 ただ、"ls -h"でwatchするとファイルサイズに合わせて単位を整えてくれてしまうので、1GBを超えたテーブルなどは一体どのくらいの勢... 続きを読む
Trim周りが最近どうなっているのか調べていましたが、それ以外の情報もまとまっているもののが案外少なかったので。 Trimをサーバーで使える? # Trimコマンドのサポートの確認(SSD側) hdparm -I /dev/sda | grep -i TRIM * Data Set Management TRIM support... 続きを読む
basic streaming(code by chiba-san https://gist.github.com/2785757) use strict; use warnings; my $app = sub { my $env = shift; return sub { my $responder = shift; my $writer = $responder->([ 200, []]); for ( 1..5 ) { $writer->write("hoge"); sl... 続きを読む
I've recently decided to move away from RVM in favor of rbenv. I thought RVM was a bit too finicky to use in production and I wanted something simpler that I could wrap my head around. This post is more or less an attempt to collect what I fi... 続きを読む
I like Python, a lot. I'm one of those people who would use it all the time if they could, especially for web development. Which is convenient, since I'm currently working on my own company. One of the drawbacks of using Python, though, has a... 続きを読む
One of the really useful things in python are the setup scripts. When doing “serious” business, you really should look into them. Setup scripts are amazingly powerful. But they don’t necessarily need to be complex. But because of this flex... 続きを読む
筑波大学 システム情報工学研究科 コンピュータサイエンス専攻 非数値アルゴリズム研究室(NPAL) 五十嵐 悠紀 2004年度下期、2005年度下期とIPA未踏ソフトに採択された、『天才プログラマー/スーパークリエータ』。筑波大学 システム情報工学研究科 コンピュ... 続きを読む
AnyEvent を利用する際に注意する必要があることに、コールバック中で発生した例外の処理方法がバックエンドに任されている(=例外処理の方法がバックエンドによってちがう)、というのが挙げられる。 Impl::Perl では例外は単純に rethrow されるため、プログ... 続きを読む
System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled. By default, the half-open TCP connections limit is disabled in Windows Server 2008 with Se... 続きを読む
When a client initiates a TCP/IP socket connection to a server, the client typically connects to a specific port on the server and requests that the server respond to the client over an ephemeral, or short lived, TCP or UDP port. On Windows S... 続きを読む
おすすめ gem View more presentations from chocoby 現在働いている会社は割と PHP がメインな会社なのですが、最近 Rails を使って開発したりしています。 毎週月曜日にネタがあれば LT をやろう、というイベントがあるのですが、開発する中で便利な gem に出... 続きを読む
AdServerの仕組み — Presentation Transcript AdServerの仕組み 黒田英二www.facebook.com/kuroda.eiji 7 May 2012 1 目次概要AdServerの構造管理画面リスト作成リスト配布広告配信 広告選択 広告表示 クリック コンバージョン結果集計規模感まとめ 2 目次概要... 続きを読む
「ウェブの歴史は人類の歴史の繰り返し」という観点から色々勉強しています。最近は論文を書いてばっかりなので、コーディングを忘れないようにちょっとしたApacheモジュールを作ってました。 まずは機能から このモジュールの名前は、mod_request_dumperとしま... 続きを読む
The future is in reach. Control your desktop and interact with apps through natural hand and finger movements with The Leap. Pre-order now Watch the video Own The Future. $70 Pre-order the Leap now. Imagine interacting with your computer in a... 続きを読む
I was bouncing around the Rails API documentation yesterday, and I noticed a few rails console tricks I haven’t seen before. There’s been plenty of posts about irb and Rails before, but I’m hoping you’ll learn something new here. The foll... 続きを読む
Loading… Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. \n - talk covers native apps only\n- audience different from original\n- linking up a hand... 続きを読む
コマンドラインオプションの活用とバッチファイル連携 WinSCPにはさまざまなコマンドラインオプションが用意されており、これらを利用することでWinSCPの起動直後に自動的に指定したサーバーに接続したり、ファイルのアップロードやディレクトリの同期を行うこ... 続きを読む
SourceForge.JP Magazine注目記事 ハードディスクの中身を誤って消した場合のファイル復旧方法 ハードディスクを完全消去する「DBAN」のインストールと使い方 HDD/SSDの健康診断を行うS.M.A.R.T.対応ツール「CrystalDiskInfo」 の使い方 HDDやSSDなどの速度を計... 続きを読む
Windowsサーバへのファイルアップロードやダウンロードに欠かせないセキュア通信のWinSCPですが、いつもは画面からピコピコとやってたが、どうやらコマンドラインからの実行もサポートしている模様。はうつーコマンドラインで以下を実行すると対話形式でWinSCP... 続きを読む
Windowsバッチを久しぶりに書いたら、小学校の同級生の名前くらい思い出せなかったので、かゆいところをメモ。 実行コマンドを出力しないデフォルトでシェルの-x付けたときと同じような状態なので、抑制するときには次のようにする。 @ECHO OFF 変数の代入SETを... 続きを読む
おそらく、誰もがやる深夜のWebサーフィンは、究極のところ時間の無駄ではないのかもしれない。 それは、Webで夢をみているのにほかならないのだ。(T.B=リー「Webの創成」より) Created at: 2012-05-05 | Tags: nanoc 繰り返し実行するnanocのコマンドや、サー... 続きを読む
21:48 | 情報がまとまっていなくて苦労したので書いておく。やってしまえば簡単。やりたいことgithubにpushした時点でビルドするビルドしてテストを実行する(まだできてない)ビルドして、Testflightを使って、弊社のセールス・サポートチームに配布するProvis... 続きを読む
DescriptionWhen there is a firewall or any session-aware component between a client and a server, and when the protocol involves very long sessions with long idle periods (eg: remote desktops), there is a risk that one of the intermediate com... 続きを読む
DescriptionWhen there is a firewall or any session-aware component between a client and a server, and when the protocol involves very long sessions with long idle periods (eg: remote desktops), there is a risk that one of the intermediate com... 続きを読む
Hello, I am evaluating HAProxy for an application which utilizes persistent TCP connections. We often go days, weeks, or even months without causing a TCP disconnect/reconnect. Any issues I should be aware of before I get too far down the pat... 続きを読む
What is HATop?HATop is an interactive ncurses client and real-time monitoring, statistics displaying tool for the HAProxy TCP/HTTP load balancer. HATop's appearance is similar to top(1). It supports various modes for detailed statistics of al... 続きを読む
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3... 続きを読む
jbossJBoss Advent Calendar 2011の5日目のエントリです。今日はデータソースについて解説します。一応ターゲットとするバージョンはJBoss AS 5, 6系ということにします。JBoss AS 7では記述フォーマットは異なりますが各設定要素は大体一緒なのでAS7でも応用が... 続きを読む
Monday, June 6, 2011 Spring, JPA, Java EE, JBoss: deployment strategies Last week I made a comment on Michał's post - which I strongly recommend, by the way - where I alluded to the possibility of using an entity manager factory created by th... 続きを読む
2011-05-29 JTA transactions with Hibernate, JBoss 6 and Spring 3 In this post I will show you how to use JTA transactions with JBoss 6 server, Spring 3 and Hibernate 3. In JEE, JTA allows transactions to be distributed across multiple resourc... 続きを読む
Web屋のネタ帳 Webビジネスに必要な「戦略」「システム」「デザイン」の3要素とそれらをまとめる「マネジメント」について現場の実感と独自の観点でお送りするコラム・・・のはずなんですが、要するにWebがらみのシステム&デザイン業界に関する小ネタと... 続きを読む
maccman Alex MacCaw: Twitter engineer, O'Reilly author and open source developer. alexmaccaw.com @maccman say hello rss feed Traditionally browsers haven't been able to make raw socket requests to arbitrary endpoints, mostly due to security c... 続きを読む
Chromium と WebKit は二つの独立したプロジェクトだ。 ソースツリーはそれぞれ別で、そこにはインテグレーションの苦労がある。 WebKit 以外にも V8 や Skia など Chromium が依存している外部のプロジェクトは山ほどあるけれど, WebKit とは特にぴったりくっ... 続きを読む
この記事の所要時間: 約 37分19秒 どーも!地鶏が大好きハヤタコウヘイ(@k_hayata)です。 今回は、Macを取り上げられたら禁断症状が出かねない程Mac漬けの僕が、実際に使用しているオススメアプリたちを紹介しますよ! なので有料アプリも紹介します。ごめんな... 続きを読む
Search About Me Daic-h RailsでアジャイルなRubyプログラマ 最近はjavascript成分高め Rss Twitter Facebook Github Aboutme Recent Entries cookpad/chankoをゆっくり読み進める その2 MethodProxy cookpad/chankoをゆっくり読み進める その1 Invoker Rack M... 続きを読む
NHNテクノロジーカンファレンスにいってきた。 DeNAでのMySQL運用の話。岩永さんが話をしてくれたおかげでこれから外で話せますありがとうございます! という具合。 実に実直で正直で手間をかけた運用で、なおかつその手間をなくすためのツールの開発、アプリケ... 続きを読む
Fluentd Casual Talks LT #fluentd #fluentdcasual — Presentation Transcript FluentdとRedisではじめるカジュアルで リアルタイムなレコメンデーション GMO Media, Inc. Business Promotion Office System Architect Hitoshi Asai WORK ScalaJP backend syst... 続きを読む
現在インストールされているバージョンのAdobe Flash Playerでは、このページの内容を閲覧できません。最新のAdobe Flash Playerをインストールする場合は、 ここをクリックしてください。 AdobeおよびFlashはAdobe Systems Incorporated(アドビ システムズ社... 続きを読む
年中無休 ※元旦を除く 営業時間 10:30~20:30 ※買取・委託販売の受付は20:00まで TEL:03-3342-7911 FAX:03-3342-7066 〒160-0023 東京都新宿区西新宿1-12-5 ぶらんしぇビル6F ※マップカメラと同じビルです。 続きを読む
Anatomy of Backbone.js By: Eric Allam | Topics: javascript and jquery About This Course It's time to get your truth out of the DOM. jQuery is just not enough if you are trying to build a sophisticated front-end for your browser-based applicat... 続きを読む
私どもKINGDOM NOTEは、あなたの人生にゆとりあるペンライフをご提案いたします。 万年筆は文字を書く楽しさを思いおこさせてくれます。 そこには、あなたが忘れかけていた感動があります。 忙しい日々の中で、忘れかけていたその感触を取り戻してみませんか。... 続きを読む
Post navigation ← Previous Why Quit? Because They Have Bigger Monitors Good engineers are attracted to places with a strong engineering culture. But how can you see what the culture is really like from the outside? Here are my two quick-and-... 続きを読む
以前書いた、TiDDとgit-flowを合わせた開発手法について | Technology-GymのRedmineとgit-flowを使ったチケットドリブンな開発手法は相変わらず続けていますが、少し使ってるツールが変わりました。 まずはgit-flow自体はそのまま使い続けています。 後述します... 続きを読む
Maven Central Repository へのライブラリ登録方法を4年前に書きましたが、今ではこの方法は使えません。 最新の登録方法を書きます。今のところ知る限り日本発のライブラリでCentral Repoに登録されているのはMessage PackとTwitter4Jくらいです。 便利ライブ... 続きを読む
rbenv-bundler: a Bundler plugin for rbenv This plugin transparently makes rbenv's shims aware of bundle installation paths. It saves you from the hassle of having to type bundle exec ${command} when working with per-project gemsets and will e... 続きを読む
サイバーエージェント 公式エンジニアブログ プリンキピア サイバーエージェント~日常と非日常の境~ プロフィール プロフィール|ピグの部屋 なう|グルっぽ ニックネーム:VAX 性別:男性 誕生日:1978年1月1日 0時頃 ブログジャンル:エンジニア メッセージ... 続きを読む
数年前に比べてRSSリーダーの使用頻度が100分の1位になってしまって、タイムラインみたいなのばっかり眺めていたのですが、最近はタイムラインとかもまじめに見なくなってしまいました。そうなってくると、知り合いのブログくらいはチェックしておこうかという... 続きを読む
前回はWindows Web Server 2008 R2にFreeSSHdをインストールするところまで実施しました。 Windows Web Server 2008 R2を外部からリモートアクセスするには その1 >> sa-sa-ki.jpのblog 今回はインストールしたFreeSSHdの設定を行います。 FreeSSHdのインストー... 続きを読む
この記事はWindows Live Spaceで掲載したものです。 最もページビューがあった記事だったことと、これから投稿しようと思っているSystem Center Virtual Machine Manager(SCVMM)でも、Windows AIK (WAIK)を前提知識とする情報があるので、ひとまず再掲をさせて... 続きを読む
Windows Server 2008 Server Core でWindows Remote Shell を使ってDirコマンドを実行してみたっ というわけで、そのときの作業内容をかいつまんで書いてみます。 ■まずはセットアップから この次に Hyper-V も試してみたいので、今回のインストールは Windows... 続きを読む
Everyone collects utilities, and most folks have a list of a few that they feel are indispensable. Here's mine. Each has a distinct purpose, and I probably touch each at least a few times a week. For me, "util" means utilitarian and it mea... 続きを読む
PowerShell Community Extensions (PSCX) is aimed at providing a widely useful set of additional cmdlets, providers, aliases, filters, functions and scripts for Windows PowerShell that members of the community have expressed interest in but did... 続きを読む
Mastering My Machine Repaves With Git and PowerShell Friday, April 20, 2012 @ 12:12 AM You repave how often? I’ve always been someone who likes regularly rebuilding my Windows machines. (See this post or this post for some ancient history on... 続きを読む
MySQLを監視する仕組みにはいくつかあるが、対象のMySQLサーバが5台以上ある場合はCactiがおすすめ。導入のしやすさだけでMuninを選ぶ人が多い気がするが、その選択基準は間違っている! Cactiのいいとこわるいとこ 多数のグラフを見やすく並べられる muninと比... 続きを読む
Wednesday, May 16, 2012 If all these new DBMS technologies are so scalable, why are Oracle and DB2 still on top of TPC-C? A roadmap to end their dominance. (This post is coauthored by Alexander Thomson and Daniel Abadi) In the last decade, da... 続きを読む
ニュース OS、CPU搭載……だと!?:あらゆる機器を“クラウド対応”に――フリービット、SDカード型の超小型コンピューター「Cloud@SD」を発表 フリービットが発表したSDカード「Cloud@SD」は、無線LAN機能のほか、CPUや組み込みOSを内蔵。SDやUSBを使って“すべ... 続きを読む
redis-faina: a query analysis tool for Redis As we mentioned in our previous blog, we’re big fans of tools and techniques for introspecting our live traffic to see what exactly is going on. One tool we use frequently is PGFouine, a query tra... 続きを読む
「ウェブの歴史は人類の歴史の繰り返し」という観点から色々勉強しています。といっても、きちんとした検証をしたわけではないので、あくまで「こういう環境でこういう事をやるとこうなる」という参考程度のものと理解してい頂ければ幸いです。 Linux上でプロセ... 続きを読む
昨年発売の Galaxy Nexus に続く次の「Nexus」スマートフォンについて、ウォールストリートジャーナルが「詳しい筋」の証言と称する情報を報じています。WSJ のソースによると、Google は6月27日からの Google I/O イベントに向けて複数の新 Nexus 端末を準備し... 続きを読む
Connect with Web Intents Tuesday, May 15, 2012 Labels: web intents Last year we proposed the Web Intents API to help web applications integrate with one another with minimal effort. We've now enabled an experimental version of the API in the ... 続きを読む
NTTドコモは、ウォークマンの技術を採用し、XperiaシリーズではじめてXi(クロッシイ:LTE)に対応したソニーモバイルコミュニケーションズ製のAndroidスマートフォン「Xperia SX(SO-05D)」と「Xperia GX(SO-04D)」を7月より順次発売する。 いずれも高速通信の「X... 続きを読む
※いずれもシングルモニタで確認しましたので、マルチモニタでは異なる点があるかもしれません。 /---- Resolution フルスクリーンモードでの解像度を設定します。 /---- Letterbox ONにするとワイドではない解像度の場合に、画面上下に黒枠を作ってワイド表示... 続きを読む
このところ頑張って作っていたBuildHiveがようやっとリリースに漕ぎ着けましたので、使ってやってください。 BuildHiveはCloudBeesのDEV@cloudの一環で、GitHubのリポジトリに対する継続的インテグレーションビルドをとても簡単にセットアップできるサービスで... 続きを読む
日時 : 2011/12/01 00:00 to 2011/12/25 23:59 定員 : 25 人 会場 : - URL : - 管理者 : mutaguchi ハッシュタグ : #PowerShelljp 概要 今年はPowerShellもAdvent Calendarをやりましょう! Advent Calendarとは技術系コミュニティで行われるイベントの一つで、... 続きを読む
Windows XPやWindows 2003、Windows Vista、Windows Server 2008向けのPowerShell 2.0は、原稿執筆時点ではまだRC版しかリリースされていない。RC版はMicrosoft Connectでのみ公開中である。RTM版が公開され次第、入手先などの情報をここでお知らせする。 RC版P... 続きを読む
Dispatches from the intrepid tinkerers behind technology at Tumblr. Archive Talk by Andrew Gerrand “Go: code that grows with grace” at Tumblr for the inaugural meeting of the Go Language New York meetup 続きを読む
レノボが新作ノート ThinkPad X1 Carbon を発表しました。名前こそ既存の 13.3 インチノートからあまり変わりませんが、実態は14インチの Ultrabook として生まれ変わっています。大型化に関わらず、重さ1.36kg、厚さ18mmと、薄型化・軽量化を実現したのもポイ... 続きを読む
クラウド神話をリアルで読み解く 最新テクノロジ満載、「百度」の講演も! TECHNOLOGY @WORK 東京 2012レポート サーバ向けなのに、こんなに簡単! ぜい弱性対策+ウィルス対策ソリューション 「あんしんパック」をインストールしてみた Androidスマートフォン... 続きを読む
このブログは、僕がこれまでWebサービスをいくつか作ってきて、失敗したり成功したり色々体験していることをまとめています。 シリコンバレーに来て45日が経ちました。今日はいつもと趣向を変えて、こちらで聞いた、デザインやUI/UXが美しいWebサービスやアプリ... 続きを読む
Problem: Find out a fastest method sending 1000 messages of 2MB size from one process to another process. Result table provide by Onega on XP SP2 and Vista. 続きを読む
We have a client and server application currently testing on the same Windows 7 64 bit machine. They're both written in C# and using P/Invoke to call out to the Winsock2 libraries. The application works fine overall w/o any errors. And the la... 続きを読む
定休日のご案内 :ネット休業日 休業日は、受注・発送業務をお休みさせていただきます。また、休業日前日の16時以降のご注文は翌営業日のご連絡となります。 みなさんのご自慢のインテリアをご紹介ください。 当店で取扱っている商品がひとつでもあればOK。ピカ... 続きを読む
2011年9月14日 08:30 更新読了時間:5分 MacMacライフ 【厳選】これはカッコいい!超クールなMacのデスク周りの写真20個まとめ! Tweet Photo by : Flickr: Yasuhiko Ito's Photostream おはようございます!するぷ( @isloop )です! 実は私、今年から東京に引... 続きを読む
9 :VIPが送ります:2010/12/05(日) 14:01:12.75 ID:Qdhnpd1v0 OA家具、書斎机、学習机で検索すればいくらでも出るんじゃ? 変化球でワイヤーラックにベニヤ板を乗せると言う手法もある 11 :VIPが送ります:2010/12/05(日) 14:10:53.23 ID:Qdhnpd1v0 ... 続きを読む
The price of this item includes a contribution to a Product recycling fund to ensure that waste electrical and electronic equipment is collected and recycled in a responsible manner. 続きを読む
The price of this item includes a contribution to a Product recycling fund to ensure that waste electrical and electronic equipment is collected and recycled in a responsible manner. 続きを読む
The price of this item includes a contribution to a Product recycling fund to ensure that waste electrical and electronic equipment is collected and recycled in a responsible manner. 続きを読む
The price of this item includes a contribution to a Product recycling fund to ensure that waste electrical and electronic equipment is collected and recycled in a responsible manner. 続きを読む
くつろげるカフェのような部屋にしたい。模様替え参考集 続きを読む
60VISION 最初の参加企業 カリモク家具販売株式会社 カリモク家具株式会社は、1940年愛知県に創業しました。 戦前戦後を経て、ミシンのテーブル、ピアノの鍵盤、テレビの木枠などを生産し高度な木工技術を身につけます。 その後アメリカの輸出家具用に木肘の生... 続きを読む
問題 VMをぽこぽこ作りながらあれこれツールを入れて試してみたりしたいという時に、chefを使って構成管理はしたいけど、chef-serverを入れるのは面倒、というか、構成パッケージの記述・インストールだけできればいいという要求からするとオーバスペックなよう... 続きを読む
あいもかわらずプロ・ブロガー本を読み漁っております@OZPA です。 今回は、Google AdSenseを導入しているブロガーの方でしたらなにはともあれぜっっっっったいにやっておいた方が良い「カスタムチャネル」と「ターゲット設定」についてのお話。 参考:Google公... 続きを読む
Java SE 標準APIのJAXBを使うと、Javaのインスタンスの内容をXML形式で出力したり、逆にXMLファイルからJavaのインスタンスを生成することができます。JAXBは最初、XML Schema定義からJavaクラスを生成し、そのクラスを利用して実行時にJavaインスタンスとXML文... 続きを読む
ゴールデンウィークなので使っているプラグインをまとめてみました。 とかいって夏休みの宿題を最終日に片付けるような形になってしまっていますが… 都合よく108個あったわけだけど.vimrcでNeoBundleしている順なので 数が大きくなるほど人が遠くに吹っ飛ぶわ... 続きを読む
Home > Monitoring, Windows > Monitoring Windows Server 2008 R2 with SNMP and Cacti So you have a new Windows Server 2008 R2 installed and now you’d like to start gathering statistics about how it’s performing. The SNMP protocol is a great ... 続きを読む
Thursday, October 21, 2010 Installing Host sFlow on a Windows server The Host sFlow agent supports Windows performance monitoring, providing a lightweight, scalable solution for monitoring large numbers of Windows servers. The following steps... 続きを読む
Saturday, January 7, 2012 Host sFlow distributed agent The sFlow standard uses a distributed push model in which each host autonomously sends a continuous stream of performance metrics to a central sFlow collector. The push model is highly sc... 続きを読む
最寄り駅・アクセス 六本木駅から287m (東京) ジャンル 日本料理 実施中のキャンペーン 4.00 ? [ 口コミ 54件 | アクセス数 116,873 | お気に入り 3人 | 行ってみたい・気になる 15人 ] 料理・味 4.11 | サービス 4.10 | 雰囲気 3.86 | CP 3.45 | 酒・ドリン... 続きを読む
■Cactiテンプレートまとめサイト 英語なんですけど、Cacti Templatesというサイトがあって、ここにはいろんな人が作ったCacti用テンプレート(実はフォーラムのリンク)がたくさんあります。 今回はその中から Windows 2000 / 2k3 Disk Statistics を導入して... 続きを読む
cacti のグラフが美しいので、普段やらないWindowsのSNMPから情報をグラフ化してみた。 なんかcactiはネットワーク機器とLinuxを見るような印象だったが、有りものだけでWindowsの情報を結構取れる。 実際どのくらいとれるのか紹介しとこう。 Windows側で仕込み... 続きを読む
[ パソコン - 総合 ] [PR] ゲームテンプレ続々登場! あえて・・・ 通常とる手法とはあえて異なる方法をとり、困難な道を進もうとする人へ。そんな人のためのページです。 (人生相談じゃありません) 編集 履歴 添付 設定 新規ページ作成 トップページ 最... 続きを読む