作者:丁仪 来源:https://chengxuzhixin.com/blog/post/30_sui_hou_de_fa_zhan_fang_xiang_he_tu_po.html 前些年,有人说程序员只能干到 30,后来大家把年龄提到 35,最近好像又有提到 40 的迹象。最近 Python 创 ...
分类:
其他好文 时间:
2020-11-25 12:08:27
阅读次数:
5
jboss 漏洞复现 服务探测 响应头的 X-Powered-By: 根据页面报错来判断 一些默认目录也可以判断一二 未授权访问Getshell 影响版本 Jboss 4.x 以下 漏洞复现 访问:http://192.168.64.129:8080/jmx-console/ 找到 jboss.de ...
分类:
Web程序 时间:
2020-11-23 12:25:54
阅读次数:
10
#include <iostream> extern "C" { #include <libavutil/des.h> } #include <openssl/des.h> int en(void *data, int size) { } int de(void *data, void *out) ...
分类:
其他好文 时间:
2020-11-20 12:00:54
阅读次数:
9
1.编译时异常 2.运行时异常 不处理异常 package cn.yang37.exception; /** * @Class: Demo1 * @Author: Yiang37 * @Date: 2020/10/14 23:37 * @Description: */ public class De ...
分类:
编程语言 时间:
2020-11-12 14:18:54
阅读次数:
10
YOLODet-PyTorchYOLODet-PyTorch是端到端基于pytorch框架复现yolo最新算法的目标检测开发套件,旨在帮助开发者更快更好地完成检测模型的训练、精度速度优化到部署全流程。YOLODet-PyTorch以模块化的设计实现了多种主流YOLO目标检测算法,并且提供了丰富的数据增强、网络组件、损失函数等模块。目前检测库下模型均要求使用PyTorch1.5及以上版本或适当的de
分类:
其他好文 时间:
2020-11-04 18:07:11
阅读次数:
14
利用sort,根据数组内对象某一属性进行排序 /** * @description: 根据数组内对象某一属性(number类型)进行排序 * @param {*} source 目标数组 * @param {*} sortField 排序属性 * @param {*} sortType ASC DE ...
分类:
编程语言 时间:
2020-10-27 11:09:42
阅读次数:
27
git将一个分支的代码覆盖另一个分支的代码,比如将dev上的代码覆盖test分支上的代码 切换分支到test(git checkout test) 设置远程dev分支的代码到本地test分支(git reset --hard origin/test) 执行上面的命令后test分支上的代码就完全被de ...
分类:
其他好文 时间:
2020-10-14 20:22:11
阅读次数:
21
5. 最长回文子串 思路一:中心扩展法 参考:https://leetcode-cn.com/problems/palindromic-substrings/solution/liang-dao-hui-wen-zi-chuan-de-jie-fa-xiang-jie-zho/ 选定中心点后,同时判 ...
分类:
其他好文 时间:
2020-10-09 21:32:45
阅读次数:
30
企业微信web端自动化测试实战(一) 1.课程贴 https://ceshiren.com/t/topic/2795/2 2.课堂演示源码链接 https://github.com/ceshiren/HogwartsLG2 3.selenium官方网站 https://www.selenium.de ...
分类:
微信 时间:
2020-09-18 17:28:38
阅读次数:
115
正常我们新建的模块没有kanban页,只有列表页,需要对增加在按钮动作上增加一条配置: <record id="action_my_customer_complaint" model="ir.actions.act_window"> <field name="context">{'search_de ...
分类:
其他好文 时间:
2020-09-18 02:37:59
阅读次数:
64