摘要:
1.创建用户CREATE USER 'netauth'@'%' IDENTIFIED BY 'Infosec@2020'; 2.用户授权所以数据库 grant all privileges on *.* to 'netauth'@'%'; 3.刷新 flush privileges; 阅读全文
摘要:
/* * Copyright 2019-2020 Zheng Jie * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc 阅读全文
摘要:
package mob.push.api; public class test { @SuppressWarnings("deprecation") public static void main(String[] args) { int i1 = 1; int i2 = 1; Integer in 阅读全文