搜索到与相关的文章
编程技术

什么是Portal?

什么是Portal?英文字面是“入口”,国内有叫“门户”技术的,但我觉得“集成”技术更能表达它的意思。Portal是一个基于web的应用程序,它主要提供个性化、单点登录、不同来源的内容整合以及存放信息系统的表示层。Portal有什么标准?为规范Portal,SUN于2003年底制定了JSR168,它定义了Portlet标准,并给出了一个实现接口。什么是Portlet?Portlet是基于java技术的web组件,它由Portlet容器管理、并处理请求,并动

系统 2019-08-29 22:25:50 2448

编程技术

分别设置listview加载中、空数据、加载数据失败

设置listview加载中,空数据,加载数据失败三种状态的显示.基本用法:importjava.util.ArrayList;importjava.util.Arrays;importcom.kanak.emptylayout.EmptyLayout;importandroid.os.Bundle;importandroid.view.View;importandroid.view.View.OnClickListener;importandroid.wi

系统 2019-08-29 22:17:50 2448

编程技术

[Script]EBS里查看模块的版本、文件的版本信息

系统版本信息装了哪些模块,以及版本信息select'CurrentApplicationRelease:'||ver||'('||bug||')'"Description"from(selectx.*from(select1seq,'1939818'bug,'11.5.0'pv,'11.5.6'verfromdualunionselect2,'2123967','11.5.0','11.5.7'fromdualunionselect3,'2293243',

系统 2019-08-12 09:29:43 2448

各行各业

《学习OpenCV》练习题第三章第三题

1#include2#include3#include45#pragmacomment(lib,"opencv_calib3d231d.lib")6#pragmacomment(lib,"opencv_contrib231d.lib")7#pragmacomment(lib,"opencv_core231d.lib")8#pragmacomment(lib,"opencv_features2d231d.l

系统 2019-08-12 09:27:40 2448

各行各业

docker 使用Data Volume 共享文件

AddingadatavolumeYoucanaddadatavolumetoacontainerusingthe-vflagwiththedockerruncommand.Youcanusethe-vmultipletimesinasingledockerruntomountmultipledatavolumes.Let'smountasinglevolumenowinourwebapplicationcontainer.$sudodockerrun-P

系统 2019-08-12 09:27:09 2448

各行各业

SourceSafe2005支持vs2008并且汉化全过程

1、下载安装Microsoft.Visual.SourceSafe.2005.iso下载地址:http://download.csdn.net/source/1625282、安装vs2008补丁VS80-KB943847-X86-INTL.exe下载地址:http://download.microsoft.com/download/7/1/f/71fdb660-4e69-471a-ad58-d984b45cc140/vs80-kb943847-x86-in

系统 2019-08-12 09:27:02 2448

数据库相关

1699. Turning Turtles

http://acm.timus.ru/problem.aspx?space=1&num=1699从一个点到另一个点正好有一条路所以原图是一棵树先求出每一对点的最近公共祖先lca然后一遍dfs求出每个点到它的lca的转弯数最后还要判定两个点在lca处是否还要一个转弯代码:#include#include#include#include#include#include

系统 2019-08-12 01:52:42 2448

SqlServer

SQL Server 压力测试

StressTestingYourSQLServerDatabases-ASystematicApproachStressTestingyourSQLServerenvironmentsisapracticethatcanyieldgreatbenefits.StressTestingcanbeusedforperformancetuning,touncoverbottlenecks,andforcapacityplanningamongotherthin

系统 2019-08-12 01:34:01 2448

数据库相关

when will a databasechange be committed?

1)Database-updatesviaDMLinaSQLExec-statement(e.g.INSERTINTOPS_TEST_TABLEVALUES(‘value_field_1′,’value_field_2′),triggeredviaanonlinecomponent:PeoplebooksstatesthatDMLinaSQLExec-statementisonlyallowedinFieldChange,SavePreChange,Wor

系统 2019-08-12 01:33:42 2448