上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 31 下一页
摘要: https://www.znds.com/jc/article/2952-1.html 客服的官方说法是,广电总局不让,所以他们没办法。!!气人!! 网络上检索了几个方法,可惜面对的是 5.5 版本,不行! 1)应用圈里找 小白文件管理器, 或者ES文件管理器。 已经找不到了。 2)把老版本的更新文 阅读全文
posted @ 2017-01-19 20:25 johnsonshu 阅读(3140) 评论(5) 推荐(1)
摘要: 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 阅读(762) 评论(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 阅读(1820) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/10000335/how-to-use-debug-version-of-libc 两个重要参数 本机的测试结果 阅读全文
posted @ 2016-12-12 11:00 johnsonshu 阅读(1024) 评论(0) 推荐(0)
摘要: 亲测有效:) http://thegeekdiary.com/how-to-remove-ipv6-in-solaris-11/ 阅读全文
posted @ 2016-12-07 12:23 johnsonshu 阅读(312) 评论(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 阅读(287) 评论(0) 推荐(0)
摘要: http://beej.us/guide/bggdb/ 阅读全文
posted @ 2016-11-28 15:58 johnsonshu 阅读(397) 评论(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 阅读(130) 评论(0) 推荐(0)
摘要: 网上很多文章都需要先用 usb 线连接先做一下设置,然后才能通过下面的方法连接 终于,在一篇文章里看到,这个设置,也可以在android的terminal 或者ssh 上做了 http://stackoverflow.com/questions/31327839/adb-over-wireless- 阅读全文
posted @ 2016-10-05 13:56 johnsonshu 阅读(1094) 评论(0) 推荐(0)
摘要: 在内网编译vlc for Android 时, 总是在 [./gradlew assemble] 卡住, 在网上找到了设置代理的方法: 在gradlew 的同一目录,建立一个 gradle.properties 文件 参考: http://stackoverflow.com/questions/89 阅读全文
posted @ 2016-09-30 16:08 johnsonshu 阅读(2127) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 31 下一页