Monthly Archives: November 2011

[C#] ASP.Net and MVC 3

ASP.NET MVC 3 豬走路範例 (1) ASP.NET MVC 3 豬走路範例 (2) ASP.NET MVC 3 豬走路範例 (3) ASP.NET MVC 3 豬走路範例 (4) ASP.Net MVC Training ASP.Net MVC 3 Tutorial ASP.NET MVC 使用TryUpdateModel 更新的技巧 [JSONP]使用jQuery + JSONP + ASP.NET跨網域取得伺服器端資料的方式 topCat的ASP.NET 教學 黑暗執行緒的ASP.NET & … Continue reading

Posted in ASP.NET, C, 程式設計, 網頁撰寫 | Leave a comment

C# & ASP.NET相關資源

程式角落:ASP.NET(C#) ASP.NET中的Code Behind技術 關於 Code Behind 與 Code Inline 開發模式的使用時機與技巧 詳細解說幾個建置網站時常用的編碼方法 必網文章集錦 (包含了ASP.NET, PHP, XML…) [c#]asp.net+jQuery+json做Ajax ASP.NET MVC3 ASP.NET 基本資料庫連結 C# Coding Style

Posted in ajax, ASP.NET, C, XML, 程式設計, 網頁撰寫 | Leave a comment

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 (這個好像是天文的..)

Posted in Linux, 學術, 學術研究, 程式設計, 網路, 網路 java, 資工 | Leave a comment

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 … Continue reading

Posted in 學術, 學術研究, 資工, 資訊安全 | Leave a comment

[C#] DotNetZipLib 與 SharpZipLib

SharpZipLib 與 DotNetZipLib的介紹http://blog.miniasp.com/post/2009/01/11/Introduce-SharpZipLib-and-DotNetZip-Library-for-NET.aspxDotNetZipLib的Documenthttp://cheeso.members.winisp.net/DotNetZipHelp/frames.htmZip格式與支援程度http://kikicocopapaya.pixnet.net/blog/post/24538462-zip

Posted in C, 程式設計, 資工 | Leave a comment

[C#] Using 關鍵字的用法

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

Posted in C, 程式設計, 資工 | Leave a comment

[C#] C# WriteXml, Dataset與DataTable

Dataset WriteXml方法 Mapping DataSet to XML and backwards C# DataTable Examples C# DataTable Select Example Expression for C# DataTable Select Limit Rows In DataTable or DataSet C#: 用XML推論XMLSchema

Posted in C, XML, 程式設計 | Leave a comment

資訊類研討會接受率

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 接受率資料庫”

Posted in 學術, 學術研究 | Leave a comment

[C/C++] 用C語言控制RS232

剛好找到一些關於控制RS232的資源,先將教學紀錄起來,等有空再來寫!1. 黃裕煒老師教的Linux RS-232程式設計2. Serial Programming Guide for  POSIX Operating Systems (出自 Study-Area的這篇)3. RS-232 for Linux and Win32 Library

Posted in C/C++, Linux, 程式設計 | Leave a comment

C/C++ 在Linux上製作C static/shared/dynamic library

之前已經有一則關於library製作的貼文放在我的BBS個人板P_allen501pc的精華區內。但是一直苦無Web版本;在偶然的機會下,我剛好找到一個有關於C static/shared/dynamic library的文章,可以跟各位好好分享:http://www.vr.ncue.edu.tw/esa/EmbeddedSystemProgramming2010/ch09.htm事實上,這篇教學資源出自國立彰化師範大學車輛科技研究所 黃裕煒教授所教授之2010年嵌入式系統課程,若各位對於課程有興趣,可至 http://www.vr.ncue.edu.tw/esa/EmbeddedSystemProgramming2010/ 觀賞。

Posted in C/C++, Linux, 程式設計 | Leave a comment