github地址:https://github.com/qindachang/BluetoothLE-Multi-Library BluetoothLE-Multi-Library 一个能够连接多台蓝牙设备的库,它可以作为client端,也可以为server端。支持主机/从机,外围设备连接。在发送消 ...
分类:
其他好文 时间:
2018-07-11 01:07:29
阅读次数:
219
1、将数据库表的编码以及存入的字符的编码都设定为UTF-8 2、再用JAVA连接数据库的时候,也设置字符编码为UTF-8,即在链接语句最后加上一句话,如下: jdbc:mysql://localhost:3306/XXX?useUnicode=true&characterEncoding=utf-8 ...
分类:
数据库 时间:
2018-07-10 23:35:49
阅读次数:
244
同样,使用的是VS FOR LINUX进行测试。 converting to execution character set: Invalid or incomplete multibyte or wide character 如果编译时候遇到该错误,则可以加上-finput-charset -fe ...
分类:
编程语言 时间:
2018-07-10 14:51:51
阅读次数:
373
Linux测试端口是否可用 TCP 端口测试格式:telnet ip port telnet 10.25.5.13 22 Trying 10.25.5.13... Connected to 10.25.5.13. //端口通 Escape character is '^]'. 退出使用 quit t ...
分类:
系统相关 时间:
2018-07-10 13:40:23
阅读次数:
247
注入产生的原理: 数据库设置为GBK编码: 宽字节注入源于程序员设置MySQL连接时错误配置为:set character_set_client=gbk,这样配置会引发编码转换从而导致的注入漏洞. 1、正常情况下,当GPC开启或者使用addslashes函数会过滤GET或POST提交的参数时,黑客使 ...
分类:
数据库 时间:
2018-07-10 01:17:37
阅读次数:
209
Valid Anagram 题目 思路与解答 答案 Valid Palindrome 题目 思路与解答 答案 Valid Palindrome II 题目 思路与解答 答案 Valid Parentheses 题目 思路与解答 答案 Valid Perfect Square 题目 思路与解答 答案 ...
分类:
编程语言 时间:
2018-07-09 22:28:24
阅读次数:
282
mysql.cnf添加 [mysqld]character-set-server=utf8collation-server=utf8_general_ci[client]default-character-set=utf8[mysql]default-character-set=utf8 drop ...
分类:
数据库 时间:
2018-07-09 19:14:02
阅读次数:
232
前端采用vue+axios 后端采用spring boot restful 问题: 前端get 请求需要传递array 字段值 后端由于tomcat 版本问题,不支持url接受特殊字符包括 [] {} 等。 Invalid character found in the request target. ...
分类:
Web程序 时间:
2018-07-09 16:29:33
阅读次数:
395
开发过程中,良好的编码习惯,以及熟练使用智能提示会事半功倍。 1、java智能提示 (1). 打开Eclipse,选择打开" Window - Preferences"。 (2). 在目录树上选择"Java-Editor-Content Assist",在右侧的"Auto-Activation"找到 ...
分类:
系统相关 时间:
2018-07-09 11:01:13
阅读次数:
182
A Choosing Ice Cream You are standing in the supermarket in front of the freezers. You have a very tough task ahead of you: you have to choose what ty ...
分类:
其他好文 时间:
2018-07-08 14:43:21
阅读次数:
213