05 2013 档案
摘要:stylecophttp://requirejs.org/http://www.dyn-web.com/tutorials/obj_lit.phphttp://pietschsoft.com/post/2008/10/14/JavaScript-Gem-Null-Coalescing-using-the-OR-Operator.aspxhttp://stackoverflow.com/questions/476436/null-coalescing-operator-for-javascripthttp://stackoverflow.com/questions/1140089/how-doe
阅读全文
摘要:http://social.technet.microsoft.com/wiki/contents/articles/12438.sharepoint-2013-best-practices.aspxhttp://entlib.codeplex.com/releases/view/43135http://zhidao.baidu.com/question/486225551.htmlhttp://entlib.codeplex.com/http://entlib.codeplex.com/discussionshttp://www.cnblogs.com/season2009/archive/
阅读全文
摘要:十、仁者无忧,智者无虑,勇者无畏 仁者没有忧愁,因为他处事坦荡;智者没有顾虑,因为他对一切都了如指掌;勇者无所畏惧,因为他根本就没有什么可怕的。 你不必担心什么,你心如明镜,你的电话号码可以做成广告,也不怕有人骚扰、恐吓。惟恐别人知道自己的心理,惟恐领导对自己有意见,每天顾虑这关系那关系,这些人都不是仁者、智者、勇者。勇者无所畏惧,强者一往无前。坚定自己的决定。
阅读全文
摘要:变量命名:1.必须以字母开头,而不是其它字符比如@,~,!,#,$,%,^,&,*,(,)。2.也能以$和_符号开头。3.命名对大小写敏感。声明(创建)Javascript变量:javascript中创建变量通常称为"声明"变量。1.var 关键词来声明变量。2.变量声明之后,该变量是空的(它没有值)。undefined。重新声明变量:如果重新声明变量,该变量的值不会丢失:var carname="Volvo";var carname;alert(carname);Value=undefined声明无值的变量。未使用值来声明的变量,其值实际上是u
阅读全文
摘要:http://www.w3school.com.cn/js/js_form_validation.aspJavaScript 可用来在数据被送往服务器前对 HTML 表单中的这些输入数据进行验证。验证输入数据。1.表单验证2.E-mail 验证JS 对象、JS HTML DOM、JS Windowhttp://www.cnblogs.com/leoxie2011/archive/2011/04/07/2008717.html#ligerComboBoxhttp://blog.csdn.net/kg_second/article/details/8493671http://finance.peo
阅读全文
摘要:http://www.cnblogs.com/awpatp/archive/2012/01/20/2328049.htmlhttp://www.cnblogs.com/awpatp/archive/2009/12/31/1636930.htmlhttp://social.msdn.microsoft.com/Forums/en-US/clr/thread/fd865e35-a2ee-41b8-b112-5913f15c96f2http://stackoverflow.com/questions/8486335/difference-between-an-application-domain-a
阅读全文
摘要:http://www.cnblogs.com/TomXu/archive/2011/11/25/2263089.html
阅读全文
摘要:http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/67e39bd8-317e-4cf6-b675-6431d4425248.mspx?mfr=truehttp://technet.microsoft.com/en-us/library/cc735084%28v=ws.10%29.aspxhttp://www1.huachu.com.cn/read/readbookinfo.asp?sectionid=1000000545http://2347979.blog.51cto.com/2337979/
阅读全文
摘要:http://www.cnblogs.com/dick/archive/2009/05/09/1453117.html
阅读全文
摘要:http://hi.baidu.com/xiaoduo170/item/5bc7a51a646dc5633f87ce59http://support.microsoft.com/kb/817445/zh-cnhttp://www.360doc.com/content/07/0419/11/18720_455063.shtmlhttp://www.360doc.com/content/07/0419/11/18720_455063.shtmlhttp://kb.cnblogs.com/page/69483/
阅读全文
摘要:http://os.51cto.com/art/201005/200291.htmhttp://os.51cto.com/art/201005/200299.htmhttp://book.51cto.com/art/201003/186677.htmhttp://book.51cto.com/art/201003/186875.htm
阅读全文
摘要:http://support.microsoft.com/kb/324066http://www.codeproject.com/Articles/16384/Using-ASP-NET-HTTP-Modules-to-restrict-access-by-Ihttp://msdn.microsoft.com/en-us/library/ms228090%28v=vs.100%29.aspxhttp://blog.csdn.net/zhaili1978/article/details/6335595http://www.cnblogs.com/rrooyy/archive/2004/10/26
阅读全文
摘要:An application pool groups applications together, separating them from applications in other application pools by process boundaries. By using application pools to isolate applications, you can improve application security because you reduce the probability of one application accessing another appli
阅读全文
摘要:What is application pool?http://technet.microsoft.com/en-us/library/cc735247%28v=ws.10%29.aspxAn Internet Information Services (IIS) application pool is a grouping of URLs that is routed to one or more worker processes. Because application pools define a set of Web applications that share one or mor
阅读全文
摘要:webapplication---->appdomainone webapp--->means one appdomainboth application pool and appdomain provide isolation, but use different approach.application pool use process without .net.appdomain should use .net.If your server host thousands of web sites, you wont use thousands of the applicati
阅读全文
摘要:http://finance.chinanews.com/cj/2013/05-11/4807682.shtml
阅读全文
摘要:http://blogs.iis.net/chrisad/archive/2006/07/14/1342059.aspxhttp://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/659f2e2c-a58b-4770-833b-df96cabe569e.mspx?mfr=true1.w3wp.exe,应用程序,应用程序池之间的关系一个应用程序池可以包含多个应用程序,一个应用程序池创建一个w3wp.exe进程.那么我们就不能简单的说一个应用程序对应一个w3wp.exe进程了!其实是多个应用程序对应一个w3w
阅读全文
摘要:http://msdn.microsoft.com/en-us/cc725836%28WS.10%29.aspxhttp://www.cnblogs.com/jyan/archive/2012/06/29/2569566.htmlhttp://www.cnblogs.com/artech/archive/2007/09/13/891266.html
阅读全文
摘要:td padding-top:10px;tr就不可以设置
阅读全文
摘要:http://www.cnblogs.com/MichaelZhangX/archive/2011/08/22/2149682.htmlView Code 1 <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(window.location.href);">设为首页</a>http://www.webjx.com/htmldata/2005-12-04/1133660241.html
阅读全文
摘要:IIS基本服务W3SVC is responsible for configuring HTTP.sys, updating HTTP.sys;and notifying WAS when a request enters the request queue;and pass request to Application pool.svchost.exe--->W3SVC,WASAttention:svchost.exe并不process request.w3wp.exe----->Application pool应用程序池是什么http://technet.microsoft.c
阅读全文
摘要:http://technet.microsoft.com/en-us/library/dd364312%28v=ws.10%29http://www.cnblogs.com/awpatp/archive/2010/05/30/1747569.htmlhttp://www.developer.com/net/asp/article.php/2245511/IIS-and-ASPNET-The-Application-Pool.htmhttp://hi.baidu.com/koko200147/item/086e61cfe623d03298b4980ehttp://blog.sina.com.cn
阅读全文
摘要:Protocol listeners receive protocol-specific requests, send them to IIS for processing, and then return responses to requestors. For example, when a client browser requests a Web page from the Internet, the HTTP listener, HTTP.sys, picks up the request and sends it to IIS for processing. Once IIS pr
阅读全文
摘要:http://blog.csdn.net/myloy/article/details/6979007http://blog.csdn.net/myloy/article/details/6979007http://msdn.microsoft.com/zh-SG/library/ms789006%28v=vs.85%29Windows Process Activation Service是一个为其他service提供process activation,resource management and health management service for message-activated
阅读全文
摘要:进程与程序的区别 程序时静态的,它是一些保存 在磁盘上得指令的有序集合,没有任何执行的概念。 进程是一个动态的概念,它是程序执行的过程,包括创建、调度和消亡。
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ms972976.aspx
阅读全文
摘要:http://wiki.lessthandot.com/index.php/Subquery_typo_with_using_inhttp://www.cnblogs.com/CareySon/archive/2011/07/18/2109406.htmlhttp://www.cnblogs.com/CareySon/archive/2011/11/01/2231381.htmlhttp://www.cnblogs.com/CareySon/archive/2011/07/18/2109406.htmlhttp://www.cnblogs.com/CareySon/archive/2011/1
阅读全文
摘要:内连接的连接查询结果集中仅包含满足条件的行,内连接是SQL Server缺省的连接方式,可以把INNERJOIN简写成JOIN,根据所使用的比较方式不同,内连接又分为等值连接、自然连接和不等连接三种;交叉连接的连接查询结果集中包含两个表中所有行的组合;外连接的连接查询结果集中既包含那些满足条件的行,还包含其中某个表的全部行,有3种形式的外连接:左外连接、右外连接、全外连接。http://baike.baidu.com/view/2324511.htmhttp://www.cnblogs.com/zhangqs008/archive/2010/07/02/2341196.htmlhttp://w
阅读全文
摘要:http://www.cnblogs.com/linjiqin/archive/2012/04/01/2428695.htmlhttp://blog.sina.com.cn/s/blog_5f720c9f010134dj.html
阅读全文
摘要:write-hostread-hostclear-hostInvoke-Expressionhttp://technet.microsoft.com/en-us/library/ee176880.aspx
阅读全文
摘要:1.static methods[full qualified name]::method_name2.none methodsobject.method_namehttp://hi.baidu.com/jackeyrain/item/214d544ed4c04ae81f19bc1fhttp://w...
阅读全文
摘要:$MyInvocation.MyCommand.Path------->path and file name of the current script.$MyInvocation.MyCommand.Name----->the name of a function to identity the current command.$MyInvocation.MyCommand.Definition-->the complete path of the current script.
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ee557362.aspxhttp://msdn.microsoft.com/en-us/library/ms472869.aspxhttp://dotnetguts.blogspot.com/2007/06/difference-between-close-and-dispose.html
阅读全文
摘要:View Code 1 powershell.exe -command Set-executionpolicy "bypass"2 powershell.exe -command get-executionpolicy3 powershell.exe -command "&{%~dp0Uninstall.ps1}"4 pause1.Write a script2.Allow scripts to run3.Run scripts不可以用%cd%------->bat启动的目录而应该用%~dp0------>bat所在的目录bat文件就
阅读全文
摘要:write a scriptallow scripts to runView Code 1 powershell.exe -command Set-ExecutionPolicy "Bypass"run scriptsView Code 1 powershell.exe -command "&{%~dp0install.ps1}"http://technet.microsoft.com/en-us/library/bb613481%28v=vs.85%29.aspxhttp://blog.csdn.net/subkiller/article/de
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ff648053.aspx
阅读全文
摘要:Getting Help: Get-HelpUsing Cmdlets Using Cmdlet ParametersRunning CommandsRunning ScriptsUsing FunctionsUsing Modules and Snap-InsUsing AliasesLearning About Objects: Get-MemberFormatting Command Outputget-help <cmdlet-name> -detailedcmdlet |cmdletget-service|format-listformat-tableget-help c
阅读全文
摘要:http://www.suning.com/footer设计
阅读全文
摘要:HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.link:http://www.w3.org/standards/webdesign/htmlcssHTML is the language f
阅读全文
摘要:span可以设置display:inline-block这样就可以设置宽度
阅读全文
摘要:1.一共有多少个页面?2.页面layout有几种?3.
阅读全文
摘要:http://technet.microsoft.com/en-us/library/bb613487%28v=vs.85%29.aspxAll objects of the same type have the same properties and methods, but each instance of an object can have different values for the properties.For example, every service object has a Name and Status property. However, each service
阅读全文
摘要:http://technet.microsoft.com/en-us/library/bb648597%28v=vs.85%29.aspxget-help <cmdlet-name> -detailed
阅读全文
摘要:http://www.80sprogrammer.com/2012/08/16/%E8%AE%A9myinvocation%E5%91%8A%E8%AF%89%E4%BD%A0%E8%84%9A%E6%9C%AC%E8%BF%90%E8%A1%8C%E7%9A%84%E7%9B%AE%E5%BD%95/http://blogs.msdn.com/b/powershell/archive/2006/07/06/how-can-a-script-tell-what-directory-it-was-run-from.aspxhttp://connect.microsoft.com/PowerShe
阅读全文
摘要:重心放在大目标上面,长远目标,不要为了短期的,眼前的利益所诱惑。同时要将功能的学习放在重点,比如字符处理。
阅读全文
摘要:判断文件名中是否有中文。用正则表达式。在flv视频中,如果它的文件名是中文,那么播放器就播放不了http://www.cnblogs.com/jonvon/archive/2009/02/18/1393326.htmlhttp://zhidao.baidu.com/question/396484085.htmlhttp://blog.csdn.net/qiujiahao/article/details/1733169
阅读全文
摘要:View Code 1 <embed id="CuPlayer" width="600" height="400" flashvars="CuPlayerFile=/upload/vedio/video2.flv&CuPlayerImage=/CuPlayer/Images/flashChangfa2.jpg&CuPlayerShowImage=true&CuPlayerWidth=600&CuPlayerHeight=400&CuPlayerAutoPlay=false&
阅读全文
摘要:http://www.360doc.com/content/08/1213/18/1523_2116133.shtmlhttp://www.cnblogs.com/known/archive/2010/09/04/1817982.html
阅读全文
摘要:http://msdn.microsoft.com/zh-cn/f1e30ac4-63e3-4791-abb5-aed0b4b9b93b
阅读全文
摘要:View Code 1 @echo off2 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 1 /f隐藏扩展名View Code 1 @echo off2 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t reg_dword /d 0 /f显示扩展名
阅读全文
摘要:http://www.cnblogs.com/csts/archive/2013/03/13/2957553.htmlhttp://msdn.microsoft.com/zh-cn/data/ee539422http://msdn.microsoft.com/zh-cn/data/ee231545
阅读全文
摘要:http://www.cuplayer.com/cu/CuPlayerMini.html网速太慢是mp4格式播放不了http://www.cuplayer.com/cu/CuPlayerMini.html
阅读全文
摘要:http://blog.chinaunix.net/uid-20799583-id-1839399.html
阅读全文