0
irma
6 years ago 回复了 京东价格保护申请失败

在哪里申请价格保护?

0
Integer.decode("12");     

decode 支持16进制比如

Integer.decode("0x12");     //16进制
#不过其它两个支持指定进制更好用点。
Integer.parseInt("11",2);   // 二进制
Integer.valueOf("11",2);    // 二进制
0

MySQL 自带,执行下面即可

SET GLOBAL innodb_file_per_table=1;
SET GLOBAL innodb_file_format=Barracuda;
alter table table_name row_format=compressed;

Broadcast


JoyK
Better personal homepage
reddit style
GitHub Flavored Markdown syntax
Adaptive layout