<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/kome90kome80/">
    <title>kome90kome80 @ ウィキ</title>
    <link>http://w.atwiki.jp/kome90kome80/</link>
    <atom:link href="https://w.atwiki.jp/kome90kome80/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>kome90kome80 @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2014-12-10T07:47:55+09:00</dc:date>
    <utime>1418165275</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/kome90kome80/pages/10.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/19.html">
    <title>checkboxの値を取得する。</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/19.html</link>
    <description>
      &lt;script&gt;
var countChecked = function() {
  var n = $( &quot;input:checked&quot; ).length;
  $( &quot;div&quot; ).text( n + (n === 1 ? &quot; is&quot; : &quot; are&quot;) + &quot; checked!&quot; );
};
countChecked();
 
$( &quot;input[type=checkbox]&quot; ).on( &quot;click&quot;, countChecked );
&lt;/script&gt;

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
var list = $(&#039;#target input:checked&#039;);
for(var i=0; i&lt;list.length; i++){
  var v = list[i].value
  // 何らかの処理
}

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
&lt;script&gt;
var n = $(&quot;input[type = &#039;checkbox&#039;]:checked&quot;).length;
if(n == 0){
登録ボタン disabled=&quot;true&quot;
}
&lt;/script&gt;





【jQuery】チェックされているチェックボックスを取得したい
https://www.softel.co.jp/blogs/tech/archives/2488    </description>
    <dc:date>2014-12-10T07:47:55+09:00</dc:date>
    <utime>1418165275</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/18.html">
    <title>poi</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/18.html</link>
    <description>
      JavaとApache POIを使ってExcelでうさぎ観察日記を作ろう （2/6）よりーーーーーーーーーーーーーーーーーーー

Excel 2007で大きな変更がありました。一番のポイントは、Excel 2007から標準のファイル形式がXML（Extensible Markup Language）に変更されたことでしょう。これに伴いExcelファイルの拡張子も、従来の「.xls」から「.xlsx」になっています。

　この影響は、POIにも現れています。先ほど説明した通り、POIはExcelファイルを独自に読み込みます。そのため、読み込むファイル形式に変更があると、とても大きな影響を受けます。Excel 2007からのファイル形式の変更に伴い、POIの中身も大きく二つのコンポーネントに分けられました。「HSSF」と「XSSF」です。

HSSFはExcel 2003までの形式に対応したコンポーネントで、一方のXSSFはExcel 2007以降のXMLフォーマットに対応したコンポーネントになります。


http://itpro.nikkeibp.co.jp/article/COLUMN/20110405/359101/
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー    </description>
    <dc:date>2014-12-03T05:16:48+09:00</dc:date>
    <utime>1417551408</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/16.html">
    <title>記憶保持用メモ</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/16.html</link>
    <description>
      **&amp;u()[[■三項演算子&gt;http://www62.atwiki.jp/kome90kome80/pages/15.html]]
**&amp;bold(){[[■String型からDate型へ変換&gt;http://www62.atwiki.jp/kome90kome80/pages/17.html]]}
**[[■POI&gt;http://www62.atwiki.jp/kome90kome80/pages/18.html]]    </description>
    <dc:date>2014-12-03T04:57:54+09:00</dc:date>
    <utime>1417550274</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/17.html">
    <title>String型からDate型へ変換</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/17.html</link>
    <description>
      package sample;

import java.text.ParseException;
import java.text.SimpleDateFormat;

public class DateTime {

	public static void main(String[] args) {
			//ストリングを結合して日付の型に変換する。
				//年
				String year = &quot;2014&quot;;
				//月
				String month = &quot;11&quot;;
				//日
				String day = &quot;23&quot;;
				//年月日
				String ymd = year  + &quot;/&quot; + month+ &quot;/&quot; + day;
				
				//String型からDate型に変換
				//パターンの定義
				String Date_Pattern = &quot;yyyy/MM/dd&quot;;
				SimpleDateFormat dateFormat = new SimpleDateFormat(Date_Pattern);
                          //try-catchしないとエラーになった。
				try {
					java.util.Date date = dateFormat.parse(ymd);
					System.out.print(date);
				} catch (ParseException e) {
					System.out.print(&quot;catchされました。&quot;);
					
				}
		}
}    </description>
    <dc:date>2014-11-25T04:21:14+09:00</dc:date>
    <utime>1416856874</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/15.html">
    <title>三項演算子</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/15.html</link>
    <description>
      package sample;

public class SankoEnzanshi {

	public static void main(String[] args) {
		//配列要素数５を作成して、forで要素を取り出し、三項演算子で判定する。
		//配列
		//String[] array = {&quot;ドラえもん&quot;,&quot;のびた&quot;,&quot;しずか&quot;,&quot;すねお&quot;,&quot;ジャイアン&quot;}
		/*TODO:下記の構文にエラーはないと思うが、「トークン”；”に構文エラーがあります。このトークンの後には{を指定する必要があります。」エラーがでた。
	           原因・・・なんらかのメソッドの中に処理を記述していなかったため。
			　　メモ・・・エラーを指摘されている箇所が必ずしも文法的にまちがっているとは限りません。*/		
		String[] array = new String[5];
		String seibetus;
		
		array[0] = &quot;ドラえもん&quot;;
		array[1] = &quot;のびた&quot;;
		array[2] = &quot;しずか&quot;;
		array[3] = &quot;すねお&quot;;
		array[4] = &quot;ジャイアン&quot;;
		
		System.out.println(&quot;純社長&quot;);
		//要素を取り出す。
		for( int i = 0 ; i &lt; array.length; i++){
			//System.out.println(array[i]);
//			System.out.println(array[0]);
//			System.out.println(array[1]);
//			System.out.println(array[2]);
//			System.out.println(array[3]);
//			System.out.println(array[4]);
			//三項演算子
			seibetus = i == 2 ? &quot;女の子&quot;:&quot;男の子&quot;;

			System.out.println(array[i] + &quot;:&quot; + seibetus);					
		}
		//拡張for文
		int ii = 0;
		for(String arrayLength : array){
			
			seibetus = ii != 2 ? &quot;男の子&quot;:&quot;女の子&quot;;
			System.out.println(array[ii] + seibetus);
			ii++;
			
		}

	}

}    </description>
    <dc:date>2014-11-24T18:06:18+09:00</dc:date>
    <utime>1416819978</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/14.html">
    <title>プラグイン/インスタグラム</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/14.html</link>
    <description>
      *インスタグラムプラグイン

人気の画像共有サービス、Instagram(インスタグラム）の画像をアットウィキに貼れるプラグインです。


 #ig_user(ユーザー名)
 と記載することで、特定ユーザーのInstagramのフィードを表示することができます。

例）@dogoftheday
#ig_user(dogoftheday)

----

 #ig_tags(タグ名)
 と記載することで、特定タグのInstagramのフィードを表示することができます。

#dogofthedayjp タグ
#ig_tag(dogofthedayjp)

----

 #ig_popular
 と記載することで、Instagramのpopularフィードを表示することができます。



詳しい使い方は以下のページを参考にしてください！
＝＞http://www1.atwiki.jp/guide/pages/935.html

--------    </description>
    <dc:date>2014-11-24T17:30:35+09:00</dc:date>
    <utime>1416817835</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/13.html">
    <title>プラグイン/人気商品一覧</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/13.html</link>
    <description>
      * 人気商品一覧
@wikiのwikiモードでは
 #price_list(カテゴリ名)
と入力することで、あるカテゴリの売れ筋商品のリストを表示することができます。

カテゴリには以下のキーワードがご利用できます。
|キーワード|表示される内容|
|ps3|PlayStation3|
|ps2|PlayStation3|
|psp|PSP|
|wii|Wii|
|xbox|XBOX|
|nds|Nintendo DS|
|desctop-pc|デスクトップパソコン|
|note-pc|ノートパソコン|
|mp3player|デジタルオーディオプレイヤー|
|kaden|家電|
|aircon|エアコン|
|camera|カメラ|
|game-toy|ゲーム・おもちゃ全般|
|all|指定無し|

空白の場合はランダムな商品が表示されます。

※このプラグインは[[価格比較サイト@PRICE&gt;&gt;http://atprice.jp]]のデータを利用しています。

-----

たとえば、
 #price_list(game-toy)
と入力すると以下のように表示されます。

ゲーム・おもちゃ全般の売れ筋商品
#price_list(game-toy)

ノートパソコンの売れ筋商品
#price_list(game-toy)

人気商品リスト
#price_list()
    </description>
    <dc:date>2014-11-24T17:30:35+09:00</dc:date>
    <utime>1416817835</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/12.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/12.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2014-11-24T17:30:35+09:00</dc:date>
    <utime>1416817835</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/11.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/11.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2014-11-24T17:30:35+09:00</dc:date>
    <utime>1416817835</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/kome90kome80/pages/10.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/kome90kome80/pages/10.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2014-11-24T17:30:35+09:00</dc:date>
    <utime>1416817835</utime>
  </item>
  </rdf:RDF>
