Home > Database > Mysql Tutorial > body text

mysql-访问MySQL数据库获取好友列表遇到的问题,问题详情,请查看链接

WBOY
Release: 2016-06-06 09:41:58
Original
1351 people have browsed it

mysql数据表java7乱码eclipse

该程序预期目标:

通过访问数据库woshishutong中的数据表文件friendlist(即好友表文件)

通过查找与account关联的buddyaccount

然后借助buddyaccount访问数据表文件verification(即用户表文件),获得好友的详细信息如昵称(nick)、头像(avatar)等信息;

*/

/**

实际测试结果:(bug所在)

1.可能存在的中文信息乱码问题 当输入为qwer时,可获得所有与之关联的好友账号,好友详细信息也较完整,但是与之相关的中文名称的好友的详细信息没有输出;
2但是当输入为abc 或者qq 时仅仅输出与输入相关联的好友账号,无任何好友列表输出;
MySQL数据库设计好友列表遇到的问题

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template