摘要:
需要的依赖:compile ('org.xhtmlrenderer:flying-saucer-pdf:9.0.7') public static void main(String[] args) throws FileNotFoundException { try { //图片是url或者base 阅读全文
摘要:
public static void main(String[] args) { String password = "{123456789\"sWEWEF"; //数字 String REG_NUMBER = ".*\\d+.*"; //大写字母 String REG_UPPERCASE = ". 阅读全文
摘要:
需求是获取用户的openId和手机号,因为公众号没有提供方法获取用户手机号,所以是让用户输入 1.登录微信公众号官网 微信公众平台 (qq.com),配置基本配置 配置也就这么多,接下来是代码 第一次会调get请求, @RequestMapping(value="/publicBackUrl",me 阅读全文
摘要:
public class DemoT { public static void main(String[] args) throws Exception { ClassPathResource resource = new ClassPathResource("20200916_order_deta 阅读全文
摘要:
public class Test { public static void main(String[] args) { String a1=new String("123"); String a2=new String("123"); System.out.println(a1==a2);//fa 阅读全文
摘要:
1.获取指定目录下的一级目录和文件,入参的目录后面不要加上/, 调用例如 fileFolder(client,"testYqt"); 这个目录名称是从bucket后面开始的,如果是整个bucket的,入参就为空 public static void fileFolder(OSSClient clie 阅读全文
摘要:
如果是数据量不大的表可以用pageHelper减少我们分页的操作,但是几十w甚至更多的,我们要还是用limit优化,如果有其他更好的办法当然更好 1.先查询查询页最小的id select * from table where code= '123456' and num_id= '123456789 阅读全文
摘要:
在pom文件添加依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.7.0</version> </dependency> <dependency 阅读全文
摘要:
1.前面补0:String.format('%2d',7)==>07 里面的2是两位数。 阅读全文
摘要:
Windows用的注册表 关闭NavicatWin + R,输入regedit回车删除 HKEY_CURRENT_USER\Software\PremiumSoft\Data展开 HKEY_CURRENT_USER\Software\Classes\CLSID展开每一个子文件夹,如果里面只包含一个名 阅读全文