上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 31 下一页
摘要: ALTER TABLE table_name DISABLE CONSTRAINT constraint_name; select * from all_constraints where owner = 'SCOTT' and constraint_name = 'SYS_C007539'; select*from all_constraints whe... 阅读全文
posted @ 2016-12-16 14:18 johnsonshu 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 1) yum --enablerepo rhel-debuginfo install glibc-debuginfo 安装完之后,yum list 可以看出debuginfo 是 build 123, 而实际用的版本是 build 65 。 运行gdb 时有 CRC mistmatch , 失败。 阅读全文
posted @ 2016-12-12 15:21 johnsonshu 阅读(1649) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/10000335/how-to-use-debug-version-of-libc 两个重要参数 本机的测试结果 阅读全文
posted @ 2016-12-12 11:00 johnsonshu 阅读(982) 评论(0) 推荐(0) 编辑
摘要: 亲测有效:) http://thegeekdiary.com/how-to-remove-ipv6-in-solaris-11/ 阅读全文
posted @ 2016-12-07 12:23 johnsonshu 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 解决了我一个大问题!!! http://stackoverflow.com/questions/5048112/use-gdb-to-debug-a-c-program-called-from-a-shell-script There are two options that you can do: 阅读全文
posted @ 2016-12-06 10:52 johnsonshu 阅读(277) 评论(0) 推荐(0) 编辑
摘要: http://beej.us/guide/bggdb/ 阅读全文
posted @ 2016-11-28 15:58 johnsonshu 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 除了以下2点,没有错的。 1)pcre-devel 需要安装 2)apr 和 apr-util 有了新的版本了 How to Install Apache 2.4.2 from Source on CentOS 6.2 with SSL http://www.thegeekstuff.com/201 阅读全文
posted @ 2016-11-28 10:40 johnsonshu 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 网上很多文章都需要先用 usb 线连接先做一下设置,然后才能通过下面的方法连接 终于,在一篇文章里看到,这个设置,也可以在android的terminal 或者ssh 上做了 http://stackoverflow.com/questions/31327839/adb-over-wireless- 阅读全文
posted @ 2016-10-05 13:56 johnsonshu 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: 在内网编译vlc for Android 时, 总是在 [./gradlew assemble] 卡住, 在网上找到了设置代理的方法: 在gradlew 的同一目录,建立一个 gradle.properties 文件 参考: http://stackoverflow.com/questions/89 阅读全文
posted @ 2016-09-30 16:08 johnsonshu 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: Become the root user by running the su command and then enter the super-user password. Type: sudo -s Create a directory called plugins if you do not h 阅读全文
posted @ 2016-09-12 14:34 johnsonshu 阅读(1612) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 31 下一页