报错内容 dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications Referenced from: /var/containers/Bundle/Applic ...
分类:
移动开发 时间:
2017-05-09 11:18:51
阅读次数:
477
bin (binaries)存放二进制可执行文件 sbin (super user binaries)存放二进制可执行文件,只有root才能访问 etc (etcetera)存放系统配置文件(配置IP,配置环境变量) usr (unix shared resources)用于存放共享的系统资源(放置 ...
分类:
系统相关 时间:
2017-05-07 10:24:17
阅读次数:
233
用Python写一个SQLBuilder。Java版能够从 http://www.java2s.com/Code/Java/Database-SQL-JDBC/SQLBuilder.htm 看到。 附上代码: 演示样例代码(一): class SQLDirector: @classmethod de ...
分类:
数据库 时间:
2017-05-06 17:41:06
阅读次数:
218
ndk从r8升级到r10后, 使用eclipse编译出来的so库报错了,加载库的时候报错cannot locate symbol "atof" referenced by 原因:Android的stdlib.h中atof是内联的解决方法:将所有的atof改成strtod示例代码: char *str ...
分类:
其他好文 时间:
2017-04-29 11:53:14
阅读次数:
761
一、安装准备 需要安装的包: yum install postgresql95-devel-9.5.5-1PGDG.rhel6.x86_64.rpm 文件可以从官网下载。http://yum.postgresql.org/repopackages.php 操作系统: CentOS release 6 ...
分类:
数据库 时间:
2017-04-28 20:19:35
阅读次数:
1518
CMake的 CMake的 在这个页面 了解CMake的生成命令 在摇篮使用cmake变量 报告问题 使用过Android Studio 2.2及更高版本,可以使用NDK和CMake的 编译C和C ++代码到本机库。Android Studio中,然后构建系统使用Gradle把library打包到A ...
分类:
其他好文 时间:
2017-04-27 17:48:27
阅读次数:
1279
执行#/usr/local/memcached/bin/memcached随后出现如下错误:./memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No ...
分类:
系统相关 时间:
2017-04-27 15:42:15
阅读次数:
243
1.Conversion to Dalvik format failed with error 1 导入第三方包引起的错误 看看有没有重复包 网上很多解决方法,大部分是需要修改classpath。如果各种不管用,可以试试这个方法 解决:project-->properties-->java buil ...
分类:
系统相关 时间:
2017-04-24 17:22:51
阅读次数:
178
1.错误级别 红色 很高的错误 橙色 错误 黄色 很高的警告 绿色 警告 蓝色 输出信息2.提示bug string is incompatible with expected argument type Integer in com 字符串与在组件中的预期参数类型证书是不相容的 Bug Explo ...
分类:
数据库 时间:
2017-04-24 10:16:26
阅读次数:
406
使用Myeclipse,将eclipse下的工程复制过来后,发现提示Tomcat 7.0 unbound。缺少Server Runtime。 解决方法如下: 1,File->New->Other->Server->Server(注意在new时,需要勾上Show All Wizards),下一步,选择 ...
分类:
系统相关 时间:
2017-04-22 18:52:53
阅读次数:
201