Serial Communication using C# and WhidbeyImplementing SMS Quiz Server using GSM modem enabled mobile phone實現GPRS資料轉送新方法的研究基於GPRS遠程監控系統資料終端的研究GPRS傳輸靜態映像系統的設計與實現 (詳細)基於GPRS網路的GPS圖形導航儀基於GPRS路燈無線監控系統的實現基於GPRS的SOCKET通訊的應用研究 (詳細)GPRS資料終端設計中的關鍵
IntroductionMany of you are familiar with paging in an ASP.NET DataGrid. And, also, most of you must know that standard methods of paging in the .NET Framework does not work (of course, we should not blame the technology for that). So in this
//file: check.js//校正是否全由數字組成 function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false return true } //校正登入名稱:只能輸入5-20個以字母開頭、可帶數字、“_”、“.”的字串 function isRegisterUserName(s) { var patrn=/^[a-zA-Z]{1}([a-zA-Z0-9]|[._]){4,19}$/;
正在使用ATLAS Control Toolkit開發程式,準備了很長時間。主要的痛點是前端頁面的設計以及與後端互動,終於出現的AJAX,看了很多架構。好像DOJO(不知道有沒有寫錯)很好。如果你想使用ajax,可以先聽聽微軟蘇鵬的webcast講座。切入正題。我準備使用atlas前端控制項解決互動的問題。Control Toolkit還可以不過沒有其他架構bindows
HttpHandlers and HttpModules Community Server專題四:HttpHandler Community Server專題三:HttpModuleASP.Net中自訂Http處理及應用之HttpModule篇ASP.NET中的HTTP模組和處理常式http://topic.csdn.net/t/20041009/13/3436974.html根據許可權說一下: 我做的是Web下的許可權處理,思路與摟主不一樣。我說一下我的思路。
DNN模組通訊樣本,學習Event的好代碼DotNetNuke 4.3.5 Skin 中文亂碼問題的解決在製做一個DotNetNuke 4.3.5的Skin的時候,皮膚上面使用了中文字,可放上去後皮膚的中文字卻變成亂碼了。解決方案是:在Dreamweaver中,點擊“修改->頁面屬性->標題/編碼”,修改“編碼”為"UTF-8"修改web.config中的globalization節如下:Code highlighting produced by Actipro
在 ASP.NET AJAX 中使用 Web 服務ADO.Net Data Services Part 1 - Building a Simple Web Data Service WCF通訊使用的是MSMQ一步一步學Silverlight 2系列(14):資料與通訊之WCF 一步一步學Silverlight 2系列(12):資料與通訊之WebClient 用Jquery訪問WebService並返回JsonCreating and using Web Services with the