malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页

2012年10月3日

Whatis the PAAS ,SAAS and IAAS ?

摘要: Platform as a Service (PaaS) offering. PaaS says “send me the code and I will run it for you”.infrastructure as a Service(IaaS)“is one type ofcloud computingin which avendoroffers variousinfrastructurecomponents such ashardware,storage, and other fundamentalcomputing resources.[1]Infrastructure as a 阅读全文

posted @ 2012-10-03 12:27 malaikuangren 阅读(273) 评论(0) 推荐(0) 编辑

2012年9月27日

How to create and publish Windows Azure WebSite and difference between the three Modes .

摘要: https://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/http://weblogs.asp.net/scottgu/archive/2012/09/17/announcing-great-improvements-to-windows-azure-web-sites.aspx 阅读全文

posted @ 2012-09-27 14:18 malaikuangren 阅读(119) 评论(0) 推荐(0) 编辑

2012年9月23日

Upload Large File In asp.net or website in Windows Azure .

摘要: What is the approch of Upload file in asp.net used to do.The answer is using a Form to upload file . you can use the form and file http element . and you also can work with the asp.net ui component. like HtmlInputFile.When you try to use theHtmlInputFilecontrol to upload a large file, the file may n 阅读全文

posted @ 2012-09-23 16:00 malaikuangren 阅读(1638) 评论(0) 推荐(0) 编辑

2012年9月16日

What You Have to Know about ASP.net MVC

摘要: ControllerASP.NET MVC invokes different controller classes (and different action methods within them) depending on the incoming URL. The default mapping logic used by ASP.NET MVC uses a format like this to determine what code to invoke:/[Controller]/[ActionName]/[Parameters]The method namedIndexis t 阅读全文

posted @ 2012-09-16 12:32 malaikuangren 阅读(312) 评论(0) 推荐(0) 编辑

2012年9月15日

What is XSS

摘要: 1. What is Cross Site Scripting?Cross Site Scripting(or XSS) is one of the most common application-layer web attacks. XSS commonly targets scripts embedded in a page which are executed on the client-side (in the user’s web browser) rather than on the server-side. XSS in itself is a threat which is b 阅读全文

posted @ 2012-09-15 18:29 malaikuangren 阅读(328) 评论(0) 推荐(0) 编辑

2012年9月9日

JQuery Selector

摘要: From JQuery In Action 2nd:The first thing we need to do when using virtually any jQuery method (frequently referred to as jQuery wrapper methods) is to select some document elements to actupon. Sometimes, the set of elements we want to select will be easy to describe, such as “all paragraph elements 阅读全文

posted @ 2012-09-09 22:32 malaikuangren 阅读(174) 评论(0) 推荐(0) 编辑

2012年8月26日

Session is null in ashx and in web api

摘要: Session is null in ashxIf the HttpContext.Current.Session is null in your .ashx handler, add System.Web.SessionState.IReadOnlySessionState to your class declaration, like this:public class MyHandler : IHttpHandler, System.Web.SessionState.IReadOnlySessionStateAlso, if you need to write to Session[], 阅读全文

posted @ 2012-08-26 17:01 malaikuangren 阅读(513) 评论(0) 推荐(0) 编辑

2012年8月25日

Somya Jain谈从C#到Object-C

摘要: Somya Jain谈从C#到Object-C 阅读全文

posted @ 2012-08-25 20:45 malaikuangren 阅读(142) 评论(0) 推荐(0) 编辑
SSRS file and folder access authorization

摘要: In SSRS 2008 , If you right click the file folders under the Installation Folder.open the property window of the folder . check the security tab . and you will find there is a special user add in the account list.please see below.This user is used to access the SSRS. so if you check the logfiles fol 阅读全文

posted @ 2012-08-25 16:34 malaikuangren 阅读(248) 评论(0) 推荐(0) 编辑

2012年8月23日

Eclipse Installation

摘要: Failed to load the JNI shared library on starting Eclipse 阅读全文

posted @ 2012-08-23 11:10 malaikuangren 阅读(153) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 27 下一页