码迷,mamicode.com
首页 >  
搜索关键字:alter database open resetlogs    ( 42490个结果
sftp put权限不够
报错如下:sftp> put play.zip ./Uploading play.zip to /opt/library/./play.zipremote open("/opt/library/./play.zip"): Permission denied原因:sftp登录以后当前所在目录的owne...
分类:其他好文   时间:2014-05-10 01:59:10    阅读次数:828
(转)HTML5 本地存储
原文:http://www.cnblogs.com/rainman/archive/2011/06/22/2086069.htmlHTML5 本地存储1、sessionStorage2、localStorage3、Database Storage4、globalStorage5、兼容性参考文献本地持...
分类:Web程序   时间:2014-05-09 17:41:41    阅读次数:386
oracle启动,提示“LRM-00109: could not open parameter file”
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样) copy到$ORACLE_HOME/dbs目...
分类:数据库   时间:2014-05-09 16:26:52    阅读次数:508
Oracle 之安装
oracle的安装步骤:1.下载所需的软件#在oracle官网下载最新的版本,本次下载的是oracle11g,下载时需确认下载的是linux上的安装包还是windows上的安装包,同时也要确认下载的是32位的还是64位的。 http://www.oracle.com/technetwork/database/enterprise-edition/downloads/in..
分类:数据库   时间:2014-05-05 12:35:37    阅读次数:610
利用Teensy进行EM410x卡模拟以及暴力破解EM410X类门禁系统可行性猜想
前些天Open入手了Teensy++ 2.0,所以在无聊的情况下研究了Teensy++ 2.0模拟EM410X,并且针对EM410X的门禁进行了一次暴力破解测试,以下就是相关代码以及内容。什么是低频?什么是EM410x?首先,我不得不再次提一下那些工作在125khz频率下的低频卡(如:EM410X之...
分类:其他好文   时间:2014-05-05 10:02:05    阅读次数:555
net run time error
Unable to open shim database version registry key
分类:Web程序   时间:2014-05-05 09:50:00    阅读次数:338
qt 设置程序控件样式
1. 以资源文件的形式设置控件样式QFiledata(QString(":/style.qss"));QStringqssFile;if(data.open(QFile::ReadOnly)){QTextStreamstyleIn(&data);qssFile=styleIn.readAll();d...
分类:其他好文   时间:2014-05-04 20:49:35    阅读次数:317
Access操作必须使用一个可更新的查询
Microsoft JET Database Engine (0x80004005) 操作必须使用一个可更新的查询。解决办法有以下几种(针对不同的服务器可能解决办法不一样,在这里假设网站主目录为wwwroot):A、在wwwroot文件夹上面点击右键-“属性”-取消“只读”此方法最简单、偶尔有效B、...
分类:数据库   时间:2014-05-04 19:52:08    阅读次数:330
firefox is already running..在linux中使用firfox出现的问题
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。 英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:系统相关   时间:2014-05-04 17:44:21    阅读次数:647
[TroubleShooting]'trn\bak' is incorrectly formed. SQL Server cannot process this media family.
?? SQL Server online consultants came across an interesting scenario where one of our client was unable to restore a native SQL Server backup successfully performed from one instance running on M...
分类:数据库   时间:2014-05-04 17:42:50    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!