1 # 加载各种包或者模块 2 import torch 3 from torch import nn 4 from torch.nn import init 5 import numpy as np 6 import sys 7 sys.path.append("/home/kesci/input ...
分类:
其他好文 时间:
2020-02-14 22:19:49
阅读次数:
256
带着自己的兴趣,专注于一件事只要坚持,总会成功!--个人小结
分类:
系统相关 时间:
2020-02-14 20:58:48
阅读次数:
91
Fine-tuning、Multi-task learning、Domain-adversarial training、Zero-shot learning、Self-taught learning ...
分类:
其他好文 时间:
2020-02-14 20:55:14
阅读次数:
74
1.安装环境linux系统,时间2020年2月 2.官网下载https://redis.io/ 3.解压 tar -zxvf redis-5.0.7.tar.gz 4.配置文件 1 //创建etc文件夹,bin文件夹 2 [~]#cp redis.conf redis_copy.conf 3 [~] ...
分类:
其他好文 时间:
2020-02-14 14:47:52
阅读次数:
135
小书匠语法使用手册小书匠语法MARKDOWN帮助 常用语法 标题 这是 H1 一级标题 这是 H2 二级标题 # 这是 H1 一级标题 ## 这是 H2 二级标题 ### 这是 H3 三级标题 #### 这是 H4 四级标题 ##### 这是 H5 五级标题 ###### 这是 H6 六级标题 快捷 ...
分类:
其他好文 时间:
2020-02-14 11:17:25
阅读次数:
83
<select id = "" resultMap = ""> select * from table <where> <if test="type == 'x1' "> and 条件1; </if> <if test="type == 'x2' "> and 条件2; </if> </where> ...
分类:
其他好文 时间:
2020-02-14 10:48:56
阅读次数:
244
1.数据库的创建 DatabaseHelper.java package com.xrj.databasedemo; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import andro ...
分类:
移动开发 时间:
2020-02-14 01:08:50
阅读次数:
110
同事今天在用mybatis查询时候,报了上面这个问题。上网查了下,原来是mybatis封装类型的问题。原因是在resultMap中jdbcType写为了Integer,但是在MyBatis中没有这个数据类型 来查看了原码,发现MyBatis的jdbcType是一个枚举类,有以下类型: public ...
分类:
数据库 时间:
2020-02-13 23:12:46
阅读次数:
99
Has any interviewer in the tech industry realized that they lost a good software engineer just because he/she failed the algorithms interview? By Dmit ...
分类:
其他好文 时间:
2020-02-13 20:52:06
阅读次数:
85
1)修改远程tomcat下的bin/catalina.sh中JAVA_OPTS的配置 # -javaagent: 的后面跟jacoco的安装路径# includes= 选项,选择你要覆盖率的服务# port= 选项,选择你要打开的端口# address= 选项,tomcat服务所在机器的ip地址(如 ...
分类:
其他好文 时间:
2020-02-13 19:02:26
阅读次数:
61