Mybatis 学习 SqlMapConfig.xml 配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://my ...
分类:
其他好文 时间:
2020-09-21 11:59:33
阅读次数:
40
今日内容概要 bs模块之标签查找 过滤器 selenium模块 今日内容详细 html_doc = """ <html> <head> <title>The Dormouse's story</title> </head> <body> <p id="my p" class="title"> <b ...
分类:
其他好文 时间:
2020-09-21 11:55:31
阅读次数:
44
这个找规律可以发现 结果是 2^n-2 ,但是直接用快速幂的,精度会爆掉(WA了两次),所以快速幂里面的乘法部分用快速乘来展开,解决掉精度的问题 #include<bits/stdc++.h> using namespace std; typedef long long ll; ll qmul(ll ...
分类:
其他好文 时间:
2020-09-18 03:16:57
阅读次数:
28
https://mp.weixin.qq.com/s/JVD43EeloqERd9o_BJVTXABy超神经内容提要:在澳大利亚墨尔本的一起入室盗窃案中,警方在iPad上「FindMy」的协助下追踪到嫌犯位置,但追踪过程中嫌犯却因车祸丧生。关键词:FindMy协警盗窃苹果的「FingMy」最近在一起入室抢劫案中立功了。2月4日,在入室抢劫案受害者iPad上的「FindMy」应用帮助下,澳大利亚墨尔
分类:
移动开发 时间:
2020-09-18 02:43:22
阅读次数:
37
正常我们新建的模块没有kanban页,只有列表页,需要对增加在按钮动作上增加一条配置: <record id="action_my_customer_complaint" model="ir.actions.act_window"> <field name="context">{'search_de ...
分类:
其他好文 时间:
2020-09-18 02:37:59
阅读次数:
64
<divclass="layui-form-itemlayui-form-item-my"><labelclass="layui-form-label">行业</label><divclass="layui-input-block"><divid="industrySel"></div><inputtype="hidde
分类:
其他好文 时间:
2020-09-18 02:26:28
阅读次数:
28
HDU 6231 K-th Number 题目大意: 给一个序列A,将其所有的大于等于K长度的子区间中,第K大的数取出来,放到B数组中。求B数组中第M大的数。 思路: 将所有的区间都取出来显然不行,时间复杂度爆炸。维护起来更奇怪。 可以考虑二分答案——先二分出这个B数组中第M大的数x,然后判断行不行 ...
分类:
其他好文 时间:
2020-09-18 01:16:59
阅读次数:
36
国内 Centos 7 安装 oh my zsh 起因 最开始是因为想安装 oh my zsh 这个超级终端,因为众所周知的原因,使用命令行没成功安装。 因为 Centos 是安装在虚拟机的,而且网络使用 NAT 方式连接到外网。 解决过程 最开始是想使用 http_proxy https_prox ...
分类:
其他好文 时间:
2020-09-17 23:29:21
阅读次数:
39
一、Reading Some people have goals in life. For these people it is important to achieve their goals. As for my brother Billy, his goal in life is to mak ...
分类:
其他好文 时间:
2020-09-17 22:47:51
阅读次数:
19
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:
数据库 时间:
2020-09-17 22:46:40
阅读次数:
36