logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

java通过淘宝IP地址库获取详细的地域信息

package com.test.util;import java.io.BufferedReader;import java.io.DataOutputStream;import java.io.IOException;import java.io.InputStreamReader;import java.io.UnsupportedEncodingExceptio

#json
mysql 启动 错误1053:服务没有及时响应启动或者控制请求

环境:win7下的mysql5.5.20版本 1、在dos 命令行中cd到mysql的bin目录下   启动:mysqld.exe --console        接着服务器就启动了,打印信息如下:130104 17:07:49  InnoDB: Waiting for the background threads to start130104 17:07:50 Inn

#database
unity3d ArgumentException: The Assembly System.Configuration is referenced by System.Data.

ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to be included or could not be found.解决方法:  在player settings里将api capability

ubuntu下 QT 连接各种数据库报错解决(QSqlDatabase: * driver not loaded )

1、QSqlDatabase: QMYSQL driver not loadedQSqlDatabase: available drivers: QSQLITE说明在QT连接mysql数据库时,mysql的数据库驱动没有加载上,实际上就是缺少libqt4-sql-mysql 这个驱动包解决办法:#sudo  apt-get install   libqt4-sql-mysq

#qt#ubuntu#database
mysql 启动 错误1053:服务没有及时响应启动或者控制请求

环境:win7下的mysql5.5.20版本 1、在dos 命令行中cd到mysql的bin目录下   启动:mysqld.exe --console        接着服务器就启动了,打印信息如下:130104 17:07:49  InnoDB: Waiting for the background threads to start130104 17:07:50 Inn

#database
unity3d ArgumentException: The Assembly System.Configuration is referenced by System.Data.

ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to be included or could not be found.解决方法:  在player settings里将api capability

到底了