码迷,mamicode.com
首页 >  
搜索关键字:size    ( 49122个结果
Keyboard Row
Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below. Examp ...
分类:其他好文   时间:2017-10-28 17:50:42    阅读次数:199
【学习笔记】计算机网络-利用TELNET进行SMTP的邮件发送
在命令行输入telnet smtp.163.com 25 然后依次输入内容 用户名不包括@和后面的部分,用户名和密码均需base64编码 成功收到邮件: ...
分类:Web程序   时间:2017-10-28 16:40:09    阅读次数:201
洛谷八连测2017R5
题目描述 题目难度不一定按照题目顺序递增 在 n * mn?m 的网格上有一些点。在第 ii 行第 jj 列放置摄像头可以观察到所有满足 x = i, y \geq jx=i,y≥j 或x \geq i, y = jx≥i,y=j的点。求最少需要放多少个摄像头才能观察到所有给定的点,注意摄像头必须放 ...
分类:其他好文   时间:2017-10-28 16:39:17    阅读次数:172
Python-模块
一、模块:一个python文件就是一个模块。模块分三类: 1、内置模块 2、第三方模块(需要安装后再导入) 3、自己创建的模块 二、安装第三方模块 1、通过pip3命令安装 1)在python安装目录的Scripts文件夹下有pip3 2)把pip3添加到环境变量中,或者先跳转到Scripts目录下 ...
分类:编程语言   时间:2017-10-28 16:36:27    阅读次数:187
如何将dmp文件导入到自己的oracle数据库中
1、首先,我们可以先建立自己的一个用户表空间,创建表空间的格式如下: create tablespace test(表空间的名字) datafile 'D:\oracle\product\10.2.0\userdata\test.dbf' (这边可以写成oracle的某个路径下)size 50m ( ...
分类:数据库   时间:2017-10-28 15:33:49    阅读次数:200
(原创)(四)机器学习笔记之Scikit Learn的Logistic回归初探
(四)机器学习笔记之Scikit Learn的Logistic回归初探 ...
分类:其他好文   时间:2017-10-28 15:32:18    阅读次数:924
【学习笔记】非递归实现先后根遍历二叉树
C语言代码: 运行结果: ...
分类:其他好文   时间:2017-10-28 15:28:48    阅读次数:142
7-17 Hashing(25 分)
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numbers. ...
分类:其他好文   时间:2017-10-28 13:42:32    阅读次数:191
第四周作业
7-1: 第一步打好框架 第二步按题目要求依次编写程序 输入x输出f(x)=y 流程图: 错误: 错误:输出时定义错误,应将%.1f定义成x即可,当时没理解赋值的意义,后修改多遍发现这样正确 7-2 第一步:打好框架 第二步:按题目要求分类,再从符合题目要求的范围中进行分类讨论 第三步 :列举不同情 ...
分类:其他好文   时间:2017-10-28 12:52:49    阅读次数:137
Spring线程池
?依赖 spring-context-support ?配置: <bean id ="taskExecutor" class ="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor" > <property name =" ...
分类:编程语言   时间:2017-10-28 12:43:12    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!