\Release *\Debug *\bin *\Bin *\obj *\_ReSharper* *\.hg *.ReSharper *.resharper *\Generated_Code *\VB *\pkgobj *\pkg *.docstates *.pdb *.uso *.suo *\te...
分类:
其他好文 时间:
2015-08-02 13:11:49
阅读次数:
124
一. 要安装mysql-connector-odbc驱动 二. 配置数据源 电脑的控制面板-管理工具-数据源ODBC-系统DSN-添加-选择刚刚安装的mysql odbc Driver 参考 http://www.bitscn.com/pdb/mysql/201407/226195.html 如果电...
分类:
数据库 时间:
2015-07-30 23:10:36
阅读次数:
184
症状:我打开后归档命令报告运行错误ORA-00265 SQL> alter database archivelog; alter database archivelog * ERROR at line 1: ORA-00265: instance recovery re...
分类:
其他好文 时间:
2015-07-29 11:41:42
阅读次数:
145
VS2003并不官方支持Win7,目前大家遇到的主要是两个问题:1. 在debug的时候,*.pdb文件在会被devenv.exe给lock住,当调适过一次之后,再进行编译的时候会有lnk1201的链接错误,说对*.pdb没有写权限,只有重启VS;2. 在进行全局搜索的时候(至少当前文件搜索没问题)...
python自带的调试工具库:pdb# -*- coding:utf-8 -*-def func(num): s = num * 10 return sif __name__ == '__main__': print 'debug starting...' print '*'...
分类:
数据库 时间:
2015-07-18 13:53:59
阅读次数:
225
static void linea(void) { AcDbDatabase *pDb = new AcDbDatabase(true, false); AcGePoint3d pickPoint; AcGePoint3d p1(0, 0, 0); AcGePoint3d p2(100, ...
分类:
其他好文 时间:
2015-07-17 13:25:05
阅读次数:
141
在工程中包含了一些其他dll库,编译之后会调试时部分断点无法命中,一般情况下是因为dll没有编译更新或者pdb文件丢失。解决方法:1.将所有方案全部重新编译;2.将无法命中断点的文件所属模块单独编译;3.查找pdb文件是都丢失,重新拷贝(这个主要用于远程调试)ps:在远程调试时,只有本地文件和远程E...
分类:
其他好文 时间:
2015-07-14 19:43:34
阅读次数:
90
561.If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode,
what will be the result when you issue the command alter database archivelog?
A. The alter databas...
分类:
其他好文 时间:
2015-07-14 11:30:43
阅读次数:
86
Best practice about creating DB on Oracle12c for application....
分类:
移动开发 时间:
2015-07-13 00:51:52
阅读次数:
150
在VC6.0中,选择工具栏上的【Build】–> Clean,可以直接删除Debug目录里的临时文件。这种方法只能删除单个工程里的临时文件,如果要删除多个工程里的临时文件,则需要使用批处理命令来进行批量文件删除。代码如下:del *.obj *.pch *.sbr *.pdb *.idb *.ilk *.ncb *.opt *.bsc *.res *.exp *.lib *.aps/s1)将上述代码...
分类:
其他好文 时间:
2015-07-11 18:29:40
阅读次数:
135