码迷,mamicode.com
首页 >  
搜索关键字:pandas matplotlib nu    ( 5990个结果
matplotlib使用
python3.4安装: 参考:http://my.oschina.net/bery/blog/203595 使用: import?matplotlib.pyplot?as?plt import?datetime x=[2.00,2.05,2.10,2.15,2.20,2.25,2.30,2.30,2.35,2.40,2.45,2.50] y=[40,4.5,15...
分类:其他好文   时间:2014-09-26 09:59:18    阅读次数:176
oralce中exists not exists in not in对于NULL的处理
1. 先讨论 in 与 not in中存在NULL的情况, sql语句如下: 1 select 1 result1 from dual where 1 not in (2, 3); 2 3 4 select 1 result2 from dual where 1 not in (2, 3, nu.....
分类:其他好文   时间:2014-09-25 17:16:39    阅读次数:222
VI带行号查看
:set nu???????? 带行号查看,并不改变文件内容 :set nonu???? 取消带行号查看 在每个用户的主目录下,都有一个?vi?的配置文件".vimrc"或".exrc" 用户可以编辑它,使这些设置在每次启动?vi?时,都有...
分类:其他好文   时间:2014-09-25 16:56:59    阅读次数:144
jquery.html5uploader.js 上传控件
插件地址:http://blog.csdn.net/never_say_goodbye/article/details/8598521先上个效果图:相比来说,效果还是很不错的使用MVC3做服务器端的处理时遇到的一大问题是HttpPostedFileBase为null,request.file也为nu...
分类:Web程序   时间:2014-09-25 16:47:09    阅读次数:535
sqlserver 表与列备注的增删改
--创建表create table 表(a1 varchar(10),a2 char(2))--为表添加描述信息EXECUTE sp_addextendedproperty N'MS_Description', '人员信息表', N'user', N'dbo', N'table', N'表', NU...
分类:数据库   时间:2014-09-25 13:12:28    阅读次数:179
oralce中exists not exists in not in对于NULL的处理
1. 先讨论 in 与 not in中存在NULL的情况, sql语句如下: 1 select 1 result1 from dual where 1 not in (2, 3); 2 3 4 select 1 result2 from dual where 1 not in (2, 3, nu.....
分类:其他好文   时间:2014-09-25 13:01:08    阅读次数:228
Http协议三次握手
TCP是主机对主机层的传输控制协议,提供可靠的连接服务,采用三次握手确认建立一个连接: 位码即tcp标志位,有6种标示:SYN(synchronous建立联机) ACK(acknowledgement 确认) PSH(push传送) FIN(finish结束) RST(reset重置) URG(urgent紧急) Sequence number(顺序号码) Acknowledge nu...
分类:其他好文   时间:2014-09-23 17:15:45    阅读次数:178
动手实践:在Windows上安装NumPy、Matplotlib、SciPy和IPython
《Python数据分析基础教程: NumPy学习指南(第2版)》第1章NumPy快速入门,本章首先,将介绍如何在不同的操作系统中安装NumPy和相关软件,并给出使用NumPy的简单示例代码。然后,我们将简单介绍IPython(一种交互式shell工具)。如前言所述,SciPy和NumPy有着密切的联...
分类:编程语言   时间:2014-09-23 12:09:44    阅读次数:244
Leetcode Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-09-22 23:28:53    阅读次数:160
usort 使用(转载)
private function arrCmp($a,$b){if($a['day_time'] == $b['day_time']){return 0;}return($a['day_time'] Array ( [day_time] => 1291161600 [one_sum_click_nu...
分类:其他好文   时间:2014-09-22 14:48:22    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!