<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>hirominNOTE</title>
<link>https://ameblo.jp/hiromin-note/</link>
<atom:link href="https://rssblog.ameba.jp/hiromin-note/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>些細で忘れそうな技術関連のことを・・・</description>
<language>ja</language>
<item>
<title>JSONあれこれ</title>
<description>
<![CDATA[ //URLエンコードされた文字のデコード<br><br>//decoding<br>NSString *decodedMessage = (NSString *) CFURLCreateStringByReplacingPercentEscapesUsingEncoding(NULL,(CFStringRef) [detailDict objectForKey:@"message"],CFSTR(""),kCFStringEncodingUTF8);<br>
]]>
</description>
<link>https://ameblo.jp/hiromin-note/entry-10936198549.html</link>
<pubDate>Mon, 27 Jun 2011 16:53:47 +0900</pubDate>
</item>
<item>
<title>NSDictionaryあれこれ</title>
<description>
<![CDATA[ //Dictionaryの中身をログに出す<br>NSLog(@"detailDict:%@",detailDict);<br><br>//結果ーーーーーーー<br><br>2011-06-27 15:07:18.157 girlsPicTest[1108:207] detailDict:{<br>    createdate = 1308985381000;<br>    id = 4;<br>    likedvotes = 9;<br>    message = "%E7%B8%81%E7%B5%90%E3%81%B3%E3%83%AA%E3%83%9C%E3%83%B3%EF%BC%86HAPPY%E3%82%B9%E3%83%9E%E3%82%A4%E3%83%AB%E3%81%A1%E3%82%83%E3%82%93";<br>    totallikedvotes = 61;<br>    twitterid = chiboshi1011;<br>    twitternickname = "%E3%83%8A%E3%82%AB%E3%83%A6";<br>    twitterthumbnailurl = "http://a0.twimg.com/sticky/default_profile_images/default_profile_5_normal.png";<br>    userid = 10509648;<br>}<br><br><br>//Dictionaryの値が数値でなぜか落ちるときの回避<br>vote.text = [NSString stringWithFormat:@"%@",[detailDict objectForKey:@"likedvotes"]];<br>
]]>
</description>
<link>https://ameblo.jp/hiromin-note/entry-10936133133.html</link>
<pubDate>Mon, 27 Jun 2011 15:26:32 +0900</pubDate>
</item>
<item>
<title>【Linux】コマンド辞書サイト</title>
<description>
<![CDATA[ <p>このサイト見やすくて、シンプルでいい<img height="16" alt="ビックリマーク" src="https://stat.ameba.jp/blog/ucs/img/char/char2/039.gif" width="16"></p><br><pre id="line1"><img height="16" alt="ドキドキ" src="https://stat.ameba.jp/blog/ucs/img/char/char2/031.gif" width="16">Cyberam Documents Project<img height="16" alt="ドキドキ" src="https://stat.ameba.jp/blog/ucs/img/char/char2/031.gif" width="16"></pre><p><a href="http://cyberam.dip.jp/linux_command/command/com_main.html">http://cyberam.dip.jp/linux_command/command/com_main.html</a> </p>
]]>
</description>
<link>https://ameblo.jp/hiromin-note/entry-10192850139.html</link>
<pubDate>Thu, 15 Jan 2009 14:01:08 +0900</pubDate>
</item>
<item>
<title>【Java】文字列の切り出し</title>
<description>
<![CDATA[ <p>文字列の中から特定の文字だけ抜き出したい<img height="16" alt="ドキドキ" src="https://stat.ameba.jp/blog/ucs/img/char/char2/031.gif" width="16"></p><br><p>  String str = ”【ここだけほしいの】こっからはいらないの”;<br>  <br>  int n = str.indexOf('】');  </p><p><br>  str = str.substring(0,n+1);</p><br><p>　strの中には、”【ここだけほしいの】” が入ってくるよん<img height="16" alt="ビックリマーク" src="https://stat.ameba.jp/blog/ucs/img/char/char2/039.gif" width="16"></p>
]]>
</description>
<link>https://ameblo.jp/hiromin-note/entry-10192847761.html</link>
<pubDate>Thu, 15 Jan 2009 13:52:14 +0900</pubDate>
</item>
<item>
<title>【velocity】文字列から数値への変換</title>
<description>
<![CDATA[ <p><img height="16" alt="ドキドキ" src="https://stat.ameba.jp/blog/ucs/img/char/char2/031.gif" width="16">数値型に変換したいとき<img height="16" alt="ドキドキ" src="https://stat.ameba.jp/blog/ucs/img/char/char2/031.gif" width="16"></p><br><p><img height="16" alt="1" src="https://stat.ameba.jp/blog/ucs/img/char/char2/269.gif" width="16">Integer 型の変数を作る</p><br><p>　#set ( $intConv = 1 )</p><br><p><img height="16" alt="2" src="https://stat.ameba.jp/blog/ucs/img/char/char2/270.gif" width="16">$intConv のメソッドで文字列を数値に変換</p><br><p>　#set ( $bbb = $intConv.parseInt( $aaa ) )</p><br><p><img height="16" alt="ビックリマーク" src="https://stat.ameba.jp/blog/ucs/img/char/char2/039.gif" width="16">これで$bbbは数値になってるので計算もできる<img height="16" alt="ビックリマーク" src="https://stat.ameba.jp/blog/ucs/img/char/char2/039.gif" width="16"></p><br><br><br>
]]>
</description>
<link>https://ameblo.jp/hiromin-note/entry-10192453024.html</link>
<pubDate>Wed, 14 Jan 2009 17:45:04 +0900</pubDate>
</item>
</channel>
</rss>
