码迷,mamicode.com
首页 >  
搜索关键字:powerdesigner unable    ( 3226个结果
在Win8中用批处理创建Oracle数据库时报“Unable to open file”
这一问题的原因是在运行批处理时使用了“以管理员权限运行”。如果直接双击运行是没有问题的。如果我就想用管理员权限运行呢?出这个错误的原因是,以管理员权限运行时的当前目录不是批处理所在的目录了。所以,解决的方法也简单。只要在批处理的开头加上下面这句就可以了。cd /d %~dp0这句话是什么意思呢?%~...
分类:数据库   时间:2014-12-25 12:38:29    阅读次数:170
解决在BroadcastReceiver(广播接受者)中不能添加AlertDialog(对话框)的问题(android.view.WindowManager$BadTokenException)
在BroadcastReceiver,当我们创建一个AlertDialog并show出来的时候,出现了下面的错误: 12-24 14:10:57.025: E/AndroidRuntime(17600): java.lang.RuntimeException: Unable to start receiver com.ustc.broadcastreceiver.ForceOfflineRece...
分类:移动开发   时间:2014-12-24 14:45:16    阅读次数:772
Changing an Elements innerHTML in TWebBrowser
I'm unable to change the innerHTML of a javascript element, but i can change the id so i'm not sure why it wont work.i get OLE error 800A0258.Any help...
分类:Web程序   时间:2014-12-23 22:36:33    阅读次数:223
PowerDesigner使用方法
我们需要创建一个测试数据库,一步一步来学习使用PowerDesigner,为了简单,我们在这个数据库中只创建一个Student表和一个Major表.其表结构和关系如下所示。看看怎样用PowerDesigner快速的创建出这个数据库吧。1.现在开始使用PowerDesigner创建数据库,首先运行程序...
分类:其他好文   时间:2014-12-23 19:04:41    阅读次数:270
PowerDesigner使用心得
1.概述 PowerDesigner是Sybase公司的CASE工具集,使用它可以方便地对管理信息系统进行分析设计,它几乎包括了数据库模型设计的全过程。利用PowerDesigner可以制作数据流程图、概念数据模型、物理数据模型,可以生...
分类:其他好文   时间:2014-12-23 12:34:27    阅读次数:731
ie8页面错误提示:Unable to modify the parent container element before the child element is closed (KB927917)
Windows xp sp3 Unable to modify the parent container element before the child element is closed (KB927917)PowerPointFrame.aspx安装 KB2416400补丁,搞定IE8补丁:h...
分类:其他好文   时间:2014-12-23 12:08:50    阅读次数:181
安装Windows Server 2012 R2提示"unable to create a new system partition or locate an existing system partition"解决方法
重新安装Windows Server 2012 R2,把原来SSD分区全部格式化重建,用U盘启动安装时提示如下:"Setup was unable to create a new system partition or locate an existing system partition. See...
分类:Windows程序   时间:2014-12-22 19:24:53    阅读次数:364
Unable to start MySQL service. Another MySQL daemon is already running with the same UNIX socket
Unable to start MySQL service. Another MySQL daemon is already running with the same UNIX socket   特征 如果你遇到如下所列的任何问题之一,本文也许能帮到你. MySQL starts/stops properly when started/stopped with the...
分类:数据库   时间:2014-12-22 16:12:47    阅读次数:265
linux tomcat 汤姆凯特
IEDA?启动不了?tomcat?. Application?Server?was?not?connected?before?run?configuration?stop,?reason: Unable?to?ping?server?at?localhost:1099 原因是我tomcat?环境没有配置好.没有指定...
分类:系统相关   时间:2014-12-22 00:58:44    阅读次数:805
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!