ajax ASP.NET jQuery 程式設計 網頁撰寫

[ASP.NET] 在MVC 3上包JSON物件,送給Controller的方法

大家搞了好久才知道怎麼做。感謝Shawn的提供,我來筆記一下:)根據 Posting JSON Data to an ASP.net MVC 3 Web Application 的解說,我們只要輸入透過ajax等技術,把要抓取的Web物件,封裝好後,丟給後端的MVC Controller協助處理就好囉。程式碼大概長成下面這樣: 若想進一步研究,我有以下三個不錯的連結提供給各位:1. http://social.msdn.microsoft.com/Forums/zh-TW/236/thread/0ab6d592-8ded-4b34-a396-229c319b54ee2. http://stackoverflow.com/questions/309115/how-can-i-post-an-array-of-string-to-asp-net-mvc-controller-without-a-form3. http://stackoverflow.com/questions/5251992/using-jquery-post-for-mvc-3-not-working-when-deployed

Read More
Linux 學術 學術研究 程式設計 網路 網路 java 資工

IDL Programming Language

I’ve found some tutorial resources: IDL Tutorial: Programming in IDL (這個好像是天文的..) IDL TUTORIAL (這個好像是天文的..) The IDL Astronomy User’s Library (這個好像是天文的..) Coyote’s Guide to IDL Programming (這個好像是天文的..) A GUIDE TO IDL FOR ASTRONOMERS (這個好像是天文的..) RMI,Java IDL  Institute for Computational Cosmology: IDL (這個好像是天文的..)

Read More
學術 學術研究 資工 資訊安全

AIM 2012 Call for Papers

——————————————————————————————————————————————————–                        The 2012 FTRA International Conference on                 Advanced IT, engineering and Management (FTRA AIM 2012)          http://web.ftrai.org/aim2012                                    Hosted by FTRA                   Supported by KITCS, Korea Tourism Organization                           Seoul, Korea, Feb. 6-8, 2012============================================================[Important Date]Abstract Paper Submission due:  Dec. 16, 2011All accepted abstract papers will be included in the conferenceproceedings published by FTRA.[Full Paper for Special Issues (SCI/E)]Full Paper […]

Read More
C 程式設計 資工

[C#] Using 關鍵字的用法

C#有主要兩個用法: 做為指示詞,此時它是用來建立命名空間的別名,或是用來匯入在其他命名空間中定義的型別。 做為陳述式,此時它是用來定義一個範圍,物件會在此範圍結尾處進行處置 (Dispose) 相關教學資源請參考以下: using 陳述式 (C# 參考) C# Using Statement Calls Dispose using 指示詞 (C# 參考)

Read More
學術 學術研究

資訊類研討會接受率

1. Network 研討會排名    http://www.cs.ucsb.edu/~almeroth/conf/stats/ 2. Computer Science類研討會接受率排名    http://webdocs.cs.ualberta.ca/~zaiane/htmldocs/ConfRanking.html3. Computer Hardware 研討會接受率排名    http://researchweb.iiit.ac.in/~chraghu/files/acceptrate.htm#_Networking_Conferences_Statistics-%284. AI 研討會接受率排名    http://www.adaptivebox.net/CILib/CICON_stat.html5. Security 研討會接受率排名    http://faculty.cs.tamu.edu/guofei/sec_conf_stat.htm6. 知名的Computer Science 研討會列表    http://en.wikipedia.org/wiki/List_of_computer_science_conferences ReferencePTT實業坊PhD板 “[資訊] computer sceince conference 接受率資料庫”

Read More
Back To Top