初赛题目是并行BFS,从核上的实现我并没有采用,因为更慢了。。。 注释写的比较详细了,具体实现在graphloadbalance文件里,供各位参考。 github地址: https://github.com/manch1n/cpc2021preliminary ...
分类:
其他好文 时间:
2021-06-24 17:58:59
阅读次数:
0
1.sdk:搭配android studio 安装 2.appium desktop 安装 Android命令 adb logcat adb logcat | grep -i xueqiu过滤特定app数据 adb logcat | grep -i xueqiu | les 缩小过滤范围 ...
分类:
移动开发 时间:
2021-06-24 17:53:34
阅读次数:
0
源码地址 https://github.com/hku-mars/loam_livox Ubuntu16.04安装ROS Kinetic详细过程 https://blog.csdn.net/weixin_43159148/article/details/83375218 sudo sh -c 'ec ...
分类:
Web程序 时间:
2021-06-24 17:41:41
阅读次数:
0
使用gist检测恶意文件的代码——TODO,看实际效果 import os import scipy import array filename = '<Malware_File_Name_Here>'; f = open(filename,'rb'); ln = os.path.getsize(f ...
分类:
编程语言 时间:
2021-06-23 17:17:51
阅读次数:
0
https://xdoctorx.blog.csdn.net/article/details/107429359 https://github.com/moocstudent/aspect-demo aspect-demo ...
分类:
Web程序 时间:
2021-06-23 16:54:21
阅读次数:
0
软件官网:http://www.calculix.de/ 一、安装 1.进入Github下载一个zip文件 如github进不去,这里是我下载好的,但是版本可能不是最新 (1)点击https://github.com/calculix/cae (2)点击Downnloads (3)下载这个zip 2 ...
(一)html部分 1.H5新标签在IE9以下的浏览器识别 html5shiv.js下载地址 https://github.com/aFarkas/html5shiv/releases 2.ul标签内外边距问题ul标签在IE6\IE7中,有个默认的外边距,但是在IE8以上及其他浏览器中有个默认的内边 ...
分类:
其他好文 时间:
2021-06-22 18:40:32
阅读次数:
0
CI/CD 是一种通过在应用开发阶段引入自动化来频繁向客户交付应用的方法。CI/CD 的核心概念是持续集成、持续交付和持续部署。作为一个面向开发和运营团队的解决方案,CI/CD 主要针对在集成新代码时所引发的问题(亦称:“集成地狱”)。 很多收费的CI/CD对开源项目都很友好(比如支持github的 ...
分类:
其他好文 时间:
2021-06-22 18:38:42
阅读次数:
0
创建编写 build.sh 脚本文件,内容如下: #!/usr/bin/env bash # # Generated by: https://github.com/swagger-api/swagger-codegen.git # frameworkVersion=net40 # sdk must ...
分类:
其他好文 时间:
2021-06-22 18:25:47
阅读次数:
0
什么是Mybatis 一款优秀的持久层框架,避免了JDBC底层繁杂的手动设置参数和获取结果集的过程。能够使用xml文件或注解形式来映射实体类和数据库内容。 Mybatis官方文档: http://www.mybatis.org/mybatis-3/zh/index.html Github上地址:ht ...
分类:
其他好文 时间:
2021-06-22 18:13:22
阅读次数:
0