码迷,mamicode.com
首页 >  
搜索关键字:basic compress    ( 5468个结果
Sap PI 接口配置
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
asp优化:改进 ASP 应用程序中的字符串处理性能
摘要:大多数 Active Server Pages (ASP) 应用程序都要通过字符串连接来创建呈现给用户的 HTML 格式的数据。本文对几种创建此 HTML 数据流的方法进行了比较,在特定情况下,某些方法在性能方面要优于其他方法。本文假定您已经具备一定的 ASP 和 Visual Basic.....
分类:Web程序   时间:2014-11-12 10:27:58    阅读次数:226
make内核提示:Makefile: *** 混合的隐含和普通规则。 停止。
编译内核时提示:Makefile:1610: *** 混合的隐含和普通规则。 停止。主要是交叉编译器的语法兼容问题,修改Makefile即可:找到445行:config %config: scripts_basic outputmakefile FORCE $(Q)mkdir -p include....
分类:其他好文   时间:2014-11-11 16:27:21    阅读次数:208
【Daily Scrum】11-10
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
binary tree breadth first traversal in c++
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
几道水题,练习一下JAVA写大数 poj2305 Basic remains 大数可以直接用非十进制读入,读入的数在变量中是十进制的 输出的时候要先用BigInteger的toString方法转换为相应的进制 1 import java.math.*; 2 import java.ut...
分类:编程语言   时间:2014-11-08 23:24:05    阅读次数:254
'Basic' attribute type should not be a persistence entity/a container
在使用IDEA进行HIbernate开发时,从datasource得到的实体映射并不理想,需要手动更改。 在向实体类添加属性的Setter时,暂时会有红色tip:'Basic' attribute type should not be a persistence entity 或者 'Basic' attribute type should not be a container。 然...
分类:其他好文   时间:2014-11-08 19:43:07    阅读次数:2019
windows 环境安装oracle11g db 或者RAC 防火墙必须要透过的进程,端口
1、Firewall Exceptions for Oracle Database For basic database operation and connectivity from remote clients, such as SQL*Plus, Oracle Call Interface (OCI), Open Database Connectivity (ODBC), Object L...
分类:数据库   时间:2014-11-07 22:10:45    阅读次数:305
python 中exception,class学习
python 中exception,class 学习instroduction:Object2 = Object1 ( like java)if Object1 is class object , then copy by reference;if Object1 is basic type, th...
分类:编程语言   时间:2014-11-07 20:29:45    阅读次数:181
yii2 requirements.php 文件
yii-basic-app-2.0.0\basic requirements.php 文件 程序必要条件检查脚本。 检查框架目录 如果不存在报错误信息 if (!is_dir($frameworkPath)) { 引入检查类 require_once($frameworkPath . '/requirements/YiiRequirementChecker.php'); ...
分类:Web程序   时间:2014-11-07 17:08:34    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!