转载:http://www.wowotech.net/device_model/why-dt.htmlhttp://www.wowotech.net/device_model/dt_basic_concept.htmlhttp://www.wowotech.net/device_model/dt-c...
分类:
其他好文 时间:
2014-11-15 16:54:57
阅读次数:
331
1、ResharperReSharper是一个JetBrains公司出品的著名的代码生成工具,其能帮助Microsoft Visual Studio成为一个更佳的IDE。它包括一系列丰富的能大大增加C#和Visual Basic .net开发者生产力的特征。使用ReSharper,你可以进行深度代码...
分类:
Web程序 时间:
2014-11-15 00:03:26
阅读次数:
364
Java生成的WebService要求在调用时在http的header里必须带上Authorization:Basic xxxxxxxxxxxxxxx的认证信息因为是在添加Web Reference后直接调用服务,所以就要重写服务类,重写服务类的GetWebRequest方法,示例代码如下publi...
分类:
编程语言 时间:
2014-11-14 12:22:25
阅读次数:
200
RequestContext
RequestContext可以看成request和response的合体。多个RequestContext还可以串起来,就像Filter链条一样。每个外层RequestContext都会在内层RequestContext的基础上增加功能。在设计模式中这叫装饰器。
RequestContext种类有basic/buffered/lazy-commit/pa...
分类:
Web程序 时间:
2014-11-12 23:06:32
阅读次数:
381
1.Sap PI 用户认证凭据:用户名不需要加域名2.不勾选Do Not Use SOAP Envelope(勾选使用Content-type:application/xml,不勾选使用Content-type:text/xml)IIS 配置:1.只能使用基本身份验证(Basic),需关闭Windo...
分类:
其他好文 时间:
2014-11-12 19:28:38
阅读次数:
340
摘要:大多数 Active Server Pages (ASP) 应用程序都要通过字符串连接来创建呈现给用户的 HTML 格式的数据。本文对几种创建此 HTML 数据流的方法进行了比较,在特定情况下,某些方法在性能方面要优于其他方法。本文假定您已经具备一定的 ASP 和 Visual Basic.....
分类:
Web程序 时间:
2014-11-12 10:27:58
阅读次数:
226
编译内核时提示:Makefile:1610: *** 混合的隐含和普通规则。 停止。主要是交叉编译器的语法兼容问题,修改Makefile即可:找到445行:config %config: scripts_basic outputmakefile FORCE $(Q)mkdir -p include....
分类:
其他好文 时间:
2014-11-11 16:27:21
阅读次数:
208
MemberToday’s WorkTomorrow’s WorkFeng NieUI web coding(javascript) Finish basic UI codingLijun WuUI desiign(html,css) Icon designManni WangUpdate dail...
分类:
其他好文 时间:
2014-11-11 10:38:44
阅读次数:
207
BFS is faster to find shortest path from root to leaf node of a tree. But the tradeoff is to use more memory.the basic trategy is to maintain a list t...
分类:
编程语言 时间:
2014-11-11 07:03:12
阅读次数:
259
几道水题,练习一下JAVA写大数 poj2305 Basic remains 大数可以直接用非十进制读入,读入的数在变量中是十进制的 输出的时候要先用BigInteger的toString方法转换为相应的进制 1 import java.math.*; 2 import java.ut...
分类:
编程语言 时间:
2014-11-08 23:24:05
阅读次数:
254