-
load transaction时的有关问题
loadtransaction时的问题用loadtransaction时,报如下错误:BackupServersessionidis:44.Usethisvaluewhenexecutingthe'sp_volchanged'systemstoredprocedureafterfulfillinganyvolumechangerequestfromtheBackupServer.B...
9285
热度 -
继续看题目,该如何处理
继续看题目73.WhichtaskscanbeperformedusingSQLfunctionsthatarebuiltintoOracledatabase?(Choosethree.)A.findingtheremainderofadivisionB.addinganumbertoadateforaresultantdatevalueC.comparingtwoexpressionstoche...
61
热度 -
持续看题目
继续看题目73.WhichtaskscanbeperformedusingSQLfunctionsthatarebuiltintoOracledatabase?(Choosethree.)A.findingtheremainderofadivisionB.addinganumbertoadateforaresultantdatevalueC.comparingtwoexpressionstoche...
929
热度 -
小弟我是新手 刚搭好环境 运行起来了 用的是在myeclipse中的j2me wtk
我是新手刚搭好环境运行起来了用的是在myeclipse中的j2mewtk但是我点了项目右键j2me下的createpackage他就跳出来一个叫错误Errorsoccurredduringthebuild.Errorsrunningbuilder'Preverification'onproject'Text'.org.eclipse.jdt.internal.core.JavaModel.getT...
5204
热度 -
xml里边product的值在哪里设置的
xml里面product的值在哪里设置的?<!--AproductwithnoSDcard==notremovable.--><boolname="config_externalStorageRemovable"product="nosdcard">false</bool><!--Configureswhethertheprimaryexternalsto...
88
热度 -
android中调试之日记
android中调试之日志????开始利用零碎时间做android开发了,android中android.util.Log到底怎么要用呢?跟Java中的日志有什么区别呢?首先看下Log的源码publicfinalclassLog{/***Priorityconstantfortheprintlnmethod;useLog.v.*/publicstaticfinalintVERBOSE=2;/***...
1
热度 -
FileReference URLrequest下传文件的有关问题:Session丢失
FileReferenceURLrequest上传文件的问题:Session丢失 FileReference使用的URLRequest和Flash所在页面用的不同的Session.所以即使你已经登录,由于上传的请求用的是不同的Session,服务器无法得知请求已经验证。Adobe文档如此解释 TheFileReferenceandFileReferenceListclassesalsodonotp...
561
热度 -
web项目上中EL无效
web项目下中EL无效 JSP2.0Specsays:"WhenELevaluationisdisabled,\$willnotberecognizedasaquote,whereaswhenELevaluationisenabled,\$willberecognizedasaquotefor$."(JSP.3.3.2) WhetherELEvaluationisenabledordisable...
250
热度 -
js检察屏幕是否旋转
js检查屏幕是否旋转 //Detectwhetherdevicesupportsorientationchangeevent,otherwisefallbackto //theresizeevent. varsupportsOrientationChange="onorientationchange"inwindow, orientationEvent=supportsOrientationCha...
474
热度 -
jsp中利用poi导出excel,对归拢单元格换行后高度没有根据字符多少而自适应调高
jsp中利用poi导出excel,对合并单元格换行后高度没有根据字符多少而自适应调高?本帖最后由sunling_sz于2014-02-2010:39:49编辑问题是这样的我后台查出的数据中有\r\n,然后有设置wrapText属性(HSSFCellStyle.setWrapText(true))对非合并的单元格,是可以换行的,是有效果的,但是针对合并后的单元格,换是换行了,但高度没有自适应调高?c...
5253
热度 -
PHP检查文件是否在不同域名上的存在情况
PHP检查文件是否在不同域名下的存在情况 EarliertodayIneededtofindoutifafileexistsonadifferentdomain.InitiallyIusedthefile_exists function,butthenwhenthatthrewbackanerrorIrememberedthat file_existsonlycheckswhetherafileo...
260
热度 -
XmlHttp 跨域访问解决方法
XmlHttp跨域访问createXMLHTTP();varurl="http://administrator.ccwb.net/SiteManager/PageRelease/AddReview.aspx?UserName="+document.getElementById("UserName").value+"&ReviewConten...
464
热度 -
QMainWindow不响应mouseReleaseEvent事件解决方案
QMainWindow不响应mouseReleaseEvent事件建的一个QMainWindow只能响应mousePressEvent事件,却不能够响应mouseReleaseEvent事件和mouseMoveEvent事件,请问这是怎么回事?color='#FF8000'>------解决方案--------------------QMainWindow只能响应mousePressEvent事件...
24
热度 -
一个很简单的有关问题,麻烦大家帮忙看看
一个很简单的问题,麻烦大家帮忙看看没有接触过sysbase,所以这个问题比较低级,希望大家能解答一下,谢谢!问题如下:selectname,'null'fromsysobjectswheretype='U'上面这样的写法没问题,但是select*fromt_user这样的写法老是提示下面的错误t_usernotfound.Specifyowner.objectnameorusesp_helptoc...
5412
热度 -
谁知道swing任务栏闪动如何做
哪位高手知道swing任务栏闪动怎么做哪位高手知道swing任务栏闪动怎么做,就好像QQ收到消息后,任务栏变成黄色闪动,麻烦大家回答具体点color='#e78608'>------解决方案--------------------你还是使用C#/C++/VB之类的开发这种需求的程序吧。color='#e78608'>------解决方案--------------------从网上找到的。Java...
42
热度 -
Component.java里的一段代码,不知道第二个方法上的注释是什么意思
Component.java里的一段代码,不知道第二个方法上的注释是什么意思,求助Javacode/***Determineswhetherthiscomponentisenabled.Anenabledcomponent*canrespondtouserinputandgenerateevents.Componentsare*enabledinitiallybydefault.Acomponen...
152
热度 -
hibernate中使用jdbc连接数据库的有关问题
hibernate中使用jdbc连接数据库的问题在应用中我使用了jdbc的方法连接数据库进行查询Class.forName("oracle.jdbc.driver.OracleDriver");Stringurlttt="jdbc:oracle:thin:@127.0.0.1:1521:test";Stringuserttt="mip_hbcgy&...
138
热度 -
小弟我的ie提示错误 Error 404-Not Found
我的ie提示错误Error404--NotFound我使用myEclipse+strusc构架开发网站,页面是jsp,网络服务是Weblogic.当我访问jsp页面时出现错误提示.请问能否看出问题可能出现在那里??Weblogic配置正确没有问题.Error404--NotFoundFromRFC2068HypertextTransferProtocol--HTTP/1.1:10.4.5404No...
436
热度 -
JSTL的${test}这种形式不能显示
JSTL的${test}这种方式不能显示?<c:setvalue="100"var="test"></c:set>${an}<br/><c:outvalue="${test}"></c:out>显示结果:${test}100我是使用了JSTL1.1的包,而且在以前的项目中.用的这...
66
热度 -
使用GridView中的删除功能后,如何让页面自动转到指定页面
使用GridView中的删除功能后,怎么让页面自动转到指定页面?如题,我在使用GridView的删除功能后,删除掉指定内容了,页面就停在那里,我想让它删除成功后返回指的页面,怎么实现?<ItemTemplate><asp:LinkButtonID="LinkButton1"runat="server"CommandName="De...
3911
热度