<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17571241</id><updated>2011-11-28T07:16:30.161+08:00</updated><category term='Google Earth'/><title type='text'>又是一個 blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17571241.post-4045742264490794583</id><published>2010-12-22T00:01:00.000+08:00</published><updated>2010-12-22T00:01:19.544+08:00</updated><title type='text'>Microsoft Money 息燈了</title><content type='html'>&lt;a href="http://www.microsoft.com/money/default.mspx"&gt;http://www.microsoft.com/money/default.mspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;因為重灌電腦...不小心連到我買過的這個產品網站...&lt;br /&gt;原來 Microsoft Money 不玩線上服務了...&lt;br /&gt;沒有仔細看為什麼...&lt;br /&gt;總之...不再搞線上銀行服務了...&lt;br /&gt;&lt;br /&gt;不過也因為這樣...催生了 Microsoft Money sunset version...&lt;br /&gt;直接下載就可以用...不用再線上啟動檢查序號了...&lt;br /&gt;(那我以前買軟體買爽的啊....:Q)&lt;br /&gt;&lt;br /&gt;sunset version 拿來記帳應該是足夠了...&lt;br /&gt;畢竟在台灣沒有 online banking 可以使用...&lt;br /&gt;要下載的話...請到&amp;nbsp;&lt;a href="http://www.microsoft.com/money/sunset.mspx"&gt;http://www.microsoft.com/money/sunset.mspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-4045742264490794583?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/4045742264490794583/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=4045742264490794583' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/4045742264490794583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/4045742264490794583'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2010/12/microsoft-money.html' title='Microsoft Money 息燈了'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-9038471676151582345</id><published>2010-12-13T16:48:00.000+08:00</published><updated>2010-12-13T16:48:05.100+08:00</updated><title type='text'>An attempt to attach an auto-named database for file failed</title><content type='html'>今天遇到一個鬼打牆事件...主要是下面的 error message...網路上講的一堆都無解...&lt;br /&gt;&lt;br /&gt;An attempt to attach an auto-named database for file &amp;nbsp;C:\Users\one\Desktop\My Dropbox\My Code\Hotelman\App_Data\Hotelman.mdf failed. A &amp;nbsp;database with the same name exists, or specified file cannot be opened, or it is &amp;nbsp;located on UNC share.&lt;br /&gt;&lt;br /&gt;最後把原本的 web.config 改掉就好了...&lt;br /&gt;&lt;br /&gt;===========================&lt;br /&gt;原本的:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;add name="HOTELMANEntities" connectionString="metadata=res://*/App_Code.Hotelman.csdl|res://*/App_Code.Hotelman.ssdl|res://*/App_Code.Hotelman.msl;provider=System.Data.SqlClient;provider connection string=&amp;amp;quot;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Hotelman.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True&amp;amp;quot;" providerName="System.Data.EntityClient" /&amp;gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;==============================&lt;br /&gt;修改後的(中間紅字):&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;add name="HOTELMANEntities" connectionString="metadata=res://*/App_Code.Hotelman.csdl|res://*/App_Code.Hotelman.ssdl|res://*/App_Code.Hotelman.msl;provider=System.Data.SqlClient;provider connection string=&amp;amp;quot;&lt;span class="Apple-style-span" style="color: red;"&gt;Initial Catalog=HOTELMAN;&lt;/span&gt;Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Hotelman.mdf;Integrated Security=True;User Instance=True;MultipleActiveResultSets=True&amp;amp;quot;" providerName="System.Data.EntityClient" /&amp;gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-9038471676151582345?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/9038471676151582345/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=9038471676151582345' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/9038471676151582345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/9038471676151582345'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2010/12/attempt-to-attach-auto-named-database.html' title='An attempt to attach an auto-named database for file failed'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-2845274441268180046</id><published>2007-05-28T10:47:00.000+08:00</published><updated>2007-05-28T11:10:43.361+08:00</updated><title type='text'>Google something</title><content type='html'>上上禮拜看 google maps...已經有台灣地圖了..&lt;br /&gt;不過目前為止還無法用中文查路名..:Q&lt;br /&gt;&lt;br /&gt;另外上禮拜看 google earth...已經有一些無聊的人把101大樓&amp;amp;圓山飯店等等的 3d model 放上去了....&lt;br /&gt;這些人真閒...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-2845274441268180046?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/2845274441268180046/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=2845274441268180046' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/2845274441268180046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/2845274441268180046'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2007/05/google-something.html' title='Google something'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-7468358671942076882</id><published>2007-03-03T13:39:00.001+08:00</published><updated>2007-03-03T13:48:46.937+08:00</updated><title type='text'>Performancing 1.3.5 for firefox 好用!!</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;今天發現一個新的 blog editor&lt;br&gt;&lt;/br&gt;performancing 1.3.5 可以在 firefox 裡面直接撰寫文章...&lt;br&gt;&lt;/br&gt;可以直接把網頁上的圖片或是文字直接拉到 Edirtor 裡...很方便...&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;不過還是沒辦法直接把 clipboard 的東西直接 ctrl + C 貼出來...可惜...&lt;br&gt;&lt;/br&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-7468358671942076882?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/7468358671942076882/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=7468358671942076882' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/7468358671942076882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/7468358671942076882'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2007/03/performancing-135-for-firefox.html' title='Performancing 1.3.5 for firefox 好用!!'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-4280747090053651867</id><published>2007-03-02T14:10:00.000+08:00</published><updated>2007-03-02T14:31:11.443+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google Earth'/><title type='text'>很酷的 google earth</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_JyQVF2x9ObU/RefBAQmUnAI/AAAAAAAAABM/ZTVxUVer-og/s1600-h/GoogleEarthWithPanoromia.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_JyQVF2x9ObU/RefBAQmUnAI/AAAAAAAAABM/ZTVxUVer-og/s320/GoogleEarthWithPanoromia.png" alt="" id="BLOGGER_PHOTO_ID_5037206918437051394" border="0" /&gt;&lt;/a&gt;今天用 google earth，發現google 有了一個新的圖層，不曉得什麼時候放上去的...&lt;br /&gt;讓 google earth 可以從 &lt;a href="http://www.panoramio.com"&gt;http://www.panoramio.com&lt;/a&gt; 抓取圖片資訊放到 google earth 上面，很酷...&lt;br /&gt;這個網站之後應該會很hot...&lt;br /&gt;有興趣的人可以參考看看...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-4280747090053651867?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/4280747090053651867/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=4280747090053651867' title='1 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/4280747090053651867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/4280747090053651867'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2007/03/google-earthgoogle.html' title='很酷的 google earth'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_JyQVF2x9ObU/RefBAQmUnAI/AAAAAAAAABM/ZTVxUVer-og/s72-c/GoogleEarthWithPanoromia.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-115563774129777265</id><published>2006-08-15T18:29:00.000+08:00</published><updated>2006-08-15T18:29:01.303+08:00</updated><title type='text'>很爛的工作</title><content type='html'>&lt;p&gt;沒事做什麼CMMI...&lt;/p&gt; &lt;p&gt;又不給人...&lt;/p&gt; &lt;p&gt;很無力...&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-115563774129777265?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/115563774129777265/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=115563774129777265' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115563774129777265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115563774129777265'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2006/08/blog-post_15.html' title='很爛的工作'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-115528384061902330</id><published>2006-08-11T16:10:00.000+08:00</published><updated>2006-08-11T16:10:40.626+08:00</updated><title type='text'>哈哈哈...</title><content type='html'>哈哈哈... &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-115528384061902330?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/115528384061902330/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=115528384061902330' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115528384061902330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115528384061902330'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2006/08/blog-post.html' title='哈哈哈...'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-115251644720662807</id><published>2006-07-10T15:27:00.000+08:00</published><updated>2006-07-10T15:27:27.206+08:00</updated><title type='text'>中文再測...abcde</title><content type='html'>哈哈哈..颱風快來了...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-115251644720662807?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/115251644720662807/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=115251644720662807' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115251644720662807'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/115251644720662807'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2006/07/abcde.html' title='中文再測...abcde'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17571241.post-112867414521602122</id><published>2005-10-07T16:35:00.000+08:00</published><updated>2005-10-07T16:35:45.220+08:00</updated><title type='text'>沒事逛 google 發現這裡的...</title><content type='html'>怎麼大家都在做blog ..%@#$%@#$^.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17571241-112867414521602122?l=oneroan.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://oneroan.blogspot.com/feeds/112867414521602122/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17571241&amp;postID=112867414521602122' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/112867414521602122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17571241/posts/default/112867414521602122'/><link rel='alternate' type='text/html' href='http://oneroan.blogspot.com/2005/10/google.html' title='沒事逛 google 發現這裡的...'/><author><name>oneroan</name><uri>http://www.blogger.com/profile/05675163780213129444</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
