Zou-Wang
小寒
吾生也有涯,而知也无涯
欢迎来到Zou-Wang的博客

12 2019 档案

摘要:1、常见位运算符号 https://blog.whezh.com/bit-hacks/ 2、常用位运算技巧 3、输入一个数求该数的二进制中1的个数 法一:将1左移判断 设置一个循环,循环32次(因为int型长度是32位,如果long型就循环64,类推),每次让1左移一位,然后和输入的数进行与运算(和 阅读全文
posted @ 2019-12-25 17:15 看远看近 阅读(833) 评论(0) 推荐(0)
摘要:@SpringApplicationConfiguraction 是在springboot 1.4之前,之后改用 @RunWith(SpringJUnit4ClassRunner.class) @SpringBootTest(classes = ToutiaoApplication.class) 阅读全文
posted @ 2019-12-24 17:20 看远看近 阅读(414) 评论(0) 推荐(0)
摘要:Description: Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource: Property: driverclassname Value: oracle.jdbc.OracleDriver Origi 阅读全文
posted @ 2019-12-24 17:18 看远看近 阅读(17305) 评论(0) 推荐(2)
摘要:1、获取request和cookie @RequestMapping("request") @ResponseBody public String getReequest(HttpServletRequest request, HttpServletResponse response){ //浏览器 阅读全文
posted @ 2019-12-23 20:12 看远看近 阅读(3021) 评论(0) 推荐(0)
摘要:一、导出war包 1、先导出项目的war包(idea为例) 点+号,选择 之后点ok,确定,关闭窗口,回到idea主页面 在弹出窗口中选择新建的war,选build 之后在war导出目录,找到这个war包所在地址 二、tomcat部署 1、进入tomcat主页面,选择Manager App,这时候会 阅读全文
posted @ 2019-12-09 11:42 看远看近 阅读(584) 评论(0) 推荐(1)

Live2D
div class="Snow">