码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
D - Sonya and Matrix
Since Sonya has just learned the basics of matrices, she decided to play with them a little bit. Sonya imagined a new type of matrices that she called ...
分类:其他好文   时间:2020-05-28 12:59:01    阅读次数:66
python 队列Queue
from Queue import Queue qlist=Queue(maxsize=300) import threading for i in range(20): qlist.put("hello num%d" %(i)) def process_work(qlist): while Tru ...
分类:编程语言   时间:2020-05-28 00:58:28    阅读次数:61
eclipse没有Dynamic Web Project
问题:发现eclipse下面没有Dynamic Web Project 1.首先在Help-->About Eclipse中察看一下版本(我的是mars) 2.Help-->Install New Software,选择与安装版本相应的地址 3.勾选下载这4项,就可以了 ...
分类:Web程序   时间:2020-05-28 00:26:52    阅读次数:99
ospf引入外部路由
AR1配置 ospf 1 router-id 1.1.1.1 area 0.0.0.1 network 10.1.12.0 0.0.0.255 AR2配置 ospf 1 router-id 2.2.2.2 area 0.0.0.0 network 10.1.23.0 0.0.0.255 area 0 ...
分类:其他好文   时间:2020-05-27 22:06:04    阅读次数:145
Group Nomalization--何凯明 2018
动机:实际训练时,由于batch都很小,因此每次BN的效果并没这么好。希望BN时能解决这个batch_size的影响。 https://blog.csdn.net/u014380165/article/details/79810040 https://www.cnblogs.com/jins-not ...
分类:其他好文   时间:2020-05-27 20:33:36    阅读次数:73
查看linux系统信息命令
NAME uname - print system information SYNOPSIS uname [OPTION]... DESCRIPTION Print certain system information. With no OPTION, same as -s. -a, --all p ...
分类:系统相关   时间:2020-05-27 18:27:50    阅读次数:82
Caused by: java.net.SocketException: Connection reset异常原因分析和解决方法
ERROR 27-05 13:02:11,659 - 原客户号[4264257810]更新失败org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: SQL ...
分类:编程语言   时间:2020-05-27 13:45:01    阅读次数:75
少标签数据学习:宾夕法尼亚大学Learning with Few Labeled Data
Few-shot image classification Three regimes of image classification Problem formulation Training set consists of labeled samples from lots of “tasks”, ...
分类:其他好文   时间:2020-05-27 12:09:24    阅读次数:85
linux 根据进程名杀死进程 -kill进程名
来源: https://www.cnblogs.com/jins-note/p/9636969.html 前两天一个老师给我出了一个linux操作上的问题,现在知道进程名怎样杀死这个进程。或许很多人都会和我一样说用 #pkill 进程名 或是 #killall 进程名 的确这个两个命令都能做到这些, ...
分类:系统相关   时间:2020-05-27 11:49:53    阅读次数:84
I/O 再 review
package com.test.leon; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.Buffered ...
分类:其他好文   时间:2020-05-26 22:10:21    阅读次数:70
20899条   上一页 1 ... 97 98 99 100 101 ... 2090 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!