library not found for -libstdc++.6.0.9出现这个报错怎么办?教你两种简单的方法。 ...
分类:
移动开发 时间:
2019-05-26 09:28:37
阅读次数:
306
安装过程 1. 下载并解压 cd /root/software wget http://download.redis.io/releases/redis-3.2.4.tar.gz tar -zxvf redis-3.2.4.tar.gz 2. 编译安装 这一步中出现 错误 经过百度,是服务器新安装没 ...
分类:
其他好文 时间:
2019-05-26 00:31:29
阅读次数:
341
首先,我用navicat去远程链接我虚拟机中的MySQL,链接测试失败。 然后在虚拟机中查看网络端口信息: #netstat -ntpl 注意:需要提前安装:yum install net-tools,否则报错:-bash: netstat: command not found 之后查看了防火墙的状 ...
分类:
数据库 时间:
2019-05-25 13:12:41
阅读次数:
151
1、去 http://mirrors.163.com/centos/6/os/x86_64/Packages/ 地址下载4个rpm安装包:python-iniparse-0.3.1-2.1.el6.noarch.rpmyum-3.2.29-81.el6.centos.noarch.rpmyum-me ...
分类:
其他好文 时间:
2019-05-24 17:18:26
阅读次数:
2230
../wxs/utils.wxs not found from 微信小程序,使用Vant Weapp时,引入到项目中时报以下错误: ... ../wxs/utils.wxs not found from ./miniprogram_npm/vant-weapp/action-sheet/index. ...
分类:
其他好文 时间:
2019-05-24 17:00:17
阅读次数:
117
真机调试build success ,App installation failed (A valid provisioning profile for this executable was not found) File-->Workspace Settings --> Build System ...
分类:
移动开发 时间:
2019-05-23 16:44:53
阅读次数:
215
解决SparkSQL部分报错
一、Caused by: org.datanucleus.store.rdbms.connectionpool.DatastoreDriverNotFoundException:
The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the
CLASSPATH. Please check your CLASSPATH specification,
and the name of the driver.
二、Caused by: java.sql.SQLException: No suitable driver found for
jdbc:mysql://192.168.1.201:3306/hiveDB?createDatabaseIfNotExist=true
分类:
数据库 时间:
2019-05-21 22:40:25
阅读次数:
1664
目录: 1.反射 2.异常处理 3.单例模式 一、反射 反射:可以用字符串的方式去访问对象的属性,调用对象的方法(但是不能去访问方法),python中一切皆对象,都可以使用反射。 反射有四种方法: hasattr:hasattr(object,name)判断一个对象是否有name属性或者name方法 ...
分类:
其他好文 时间:
2019-05-21 16:03:23
阅读次数:
133
解决方案: Xcode直接clean应该是没有删掉项目索引之类的,我直接找到DerivedData,把里面所有文件夹都给清理了,再编译就好了PS:DerivedData影响:可重新生成;会删除build生成的项目索引、build输出以及日志。重新打开项目时会重新生成,大的项目会耗费一些时间。路径:~ ...
分类:
其他好文 时间:
2019-05-21 11:11:21
阅读次数:
91