本文由Librant发表 如果说在Linux环境下,什么编辑器最好用,如果我说是VIM,估计会有一大部分人嗤之以鼻,怎么可能。VIM可能是他用过众多编辑器最难用的一个。在我司用的是云虚拟机,说实话吧,这里吐槽一下,是真的卡,没开几个网页,打开几个软件就卡的不要不要的,后来码代码的时候,能用Linux ...
分类:
系统相关 时间:
2018-12-05 18:32:44
阅读次数:
243
from mxnet import gluon,init from mxnet.gluon import nn,loss as gloss from mxnet.gluon import data as gdata from mxnet import autograd,nd # 二维互相关运算 de... ...
分类:
其他好文 时间:
2018-11-29 12:21:11
阅读次数:
182
from mxnet import gluon,init from mxnet.gluon import loss as gloss, nn from mxnet.gluon import data as gdata from mxnet import nd,autograd import gluo ...
分类:
其他好文 时间:
2018-11-28 19:05:14
阅读次数:
260
iozone 一个文件系统性能评测工具,可以测试Read, write, re-read,re-write, read backwards, read strided, fread, fwrite, random read, pread, mmap, aio_read, aio_write 等不同模 ...
分类:
其他好文 时间:
2018-11-24 16:38:48
阅读次数:
234
Java中List向前和向后遍历 element at 2nd position: Vijay traversing elements in forward direction... Amit Sachin Vijay Kumar traversing elements in backward di ...
分类:
编程语言 时间:
2018-11-11 15:00:01
阅读次数:
387
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Example 3: ...
分类:
其他好文 时间:
2018-11-07 20:08:53
阅读次数:
185
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.Example 1:Input: 121Output: trueEx... ...
分类:
其他好文 时间:
2018-11-03 23:07:47
阅读次数:
174
https://leetcode.com/problems/palindrome-number/description/ Determine whether an integer is a palindrome. An integer is a palindrome when it reads th ...
分类:
其他好文 时间:
2018-11-02 23:34:06
阅读次数:
114
<a-locale-provider :locale="locale"> 全局配置国际化文案 1、按钮 <a-button>按钮</a-button> 2、图标 <a-icon type="step-backward" /> 3、输入框 <a-input></a-input> 4、单选框 <a-ra ...
分类:
其他好文 时间:
2018-10-24 12:02:08
阅读次数:
3743
Turtle的运动方法: turtle.forward(d): 命令箭头移动d像素 turtle.backward(d): 命令箭头向指向的反方向移动d像素,箭头的指向不变 turtle.goto(x, y): 将箭头移动到一个坐标 turtle.home(): 将箭头移动到起点(0,0)和向东 t ...
分类:
编程语言 时间:
2018-10-20 11:02:30
阅读次数:
296