1. 安装anaconda 64位 https://repo.anaconda.com/archive/Anaconda3-2020.11-Windows-x86_64.exe 2. 新建conda环境 conda create -n conda_jl python conda 3. 安装Julia ...
问题 如果你用过svn,一定知道svn export,可以用来从代码库中导出一份干净的代码(没有.svn等)。git是否有类似功能呢? git archieve 可以用于将库中代码打包。 1. 基本用法: git archive --format tar.gz --output "./output. ...
分类:
其他好文 时间:
2021-03-15 11:26:06
阅读次数:
0
处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
分类:
其他好文 时间:
2021-03-15 11:18:36
阅读次数:
0
出现题目的异常,多是引用第三方控件引起的。 在NEW时,需要初始化该对象。 AxESACTIVEXLib.AxESActiveX ax = new AxESACTIVEXLib.AxESActiveX(); ((System.ComponentModel.ISupportInitialize)(th ...
The Sequence Read Archive (SRA) is an archive for high throughput sequencing data, publically accessible, for the purpose of enhancing reproducibility ...
分类:
其他好文 时间:
2021-03-09 13:32:55
阅读次数:
0
JDBC 数据库驱动 我们的程序通过 数据库驱动 ,和数据库打交道 JDBC SUN公司为了简化开发人员的(对数据库的统一)操作,提供了一个(JAVA操作数据库的)规范,俗称JDBC,这些规范的实现具体由具体的厂商去做~~ 对于开发人员来说,我们只需要掌握JDBC接口的操作即可。 java.sql ...
分类:
数据库 时间:
2021-03-06 14:45:26
阅读次数:
0
cd /opt/wget https://archive.apache.org/dist/rocketmq/4.2.0/rocketmq-all-4.2.0-bin-release.zipunzip rocketmq-all-4.2.0-bin-release.zip -d rocketmq-all ...
分类:
其他好文 时间:
2021-03-05 13:21:48
阅读次数:
0
一 全备 #设置环境变量 export ORACLE_BASE=/oracle export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1 export ORACLE_SID=hncdfpos001 export NLS_LANG=AMERICAN_AME ...
分类:
数据库 时间:
2021-03-04 13:30:40
阅读次数:
0
流行的开放数据存储库: UC http://archive.ics.uci.edu/ml/ Kaggle https://www.kaggle.com/datasets Amazon's aws http://aws.amazon.com/fr/datasets/ 元门户站点: http://dat ...
分类:
Web程序 时间:
2021-02-26 12:55:40
阅读次数:
0
root用户登录服务器 22端口修改为22525,22端口也打开,以防新端口设置有问题,登录不上服务器 向防火墙中添加修改的端口 systemctl start firewalld firewall-cmd --zone=public --add-port=22/tcp --permanent fi ...
分类:
系统相关 时间:
2021-02-23 14:06:08
阅读次数:
0