haibaraxx的个人博客分享 http://blog.sciencenet.cn/u/haibaraxx

博文

按标题搜索
您的博文发表过快,请在xxx秒后再发。
热度 1 2016-12-16 00:40
科学网博客又开始抽筋了。如题!!! 今天第二篇博文在第一篇博文发表后20min编辑完成,准备发表,然而,如题!!! 而且新编辑的博文 没!有!保!存! 没!有!保!存! 没!有!保!存! 科学网博客用起来怎么就这么难受呢!!!啥时候能顺手一点!!!不要再出现这种stupid问题行不行啊!!!
1810 次阅读|5 个评论 热度 1
RS: how to download MODIS-Aqua Level 2 data
2016-12-16 00:21
1. Go to NASA Oceancolor Webpage: http://oceancolor.gsfc.nasa.gov/cms/ 2. DATA - Data Browsers - Level 12 Browser , and the download screen is displayed with a number of sections (see below pictures): Top left: sensor dataset selection; Top middle and right: geographic ...
个人分类: Ocean optics|2503 次阅读|没有评论
Python 2: object.method(arguments)
2016-11-18 19:32
# object . method(arguments) age= age .append (30) age height= age .extend (height) age apples= apples .co u nt ('apples') # count how many times apples appears. 3 ...
个人分类: Python|1939 次阅读|没有评论
Python 2: concatenate arrays
2016-11-18 17:12
a= b= c=a + b print c a * 3
个人分类: Python|1616 次阅读|没有评论
刚编辑好的博客显示不存在或已删除!!无法恢复数据!!
热度 1 2016-11-18 17:07
科学网博客是一个很好的平台,无广告,无污染。但是很多方面技术不过关!体验感差很多!是技术人才不如商业博客的技术人员?还是没钱赚没动力懒得改善!很多问题存在已久,就置之不理吗?! 问题见标题!
1387 次阅读|2 个评论 热度 1
Python: check if something is a member of a variable
2016-11-18 16:59
# built-in function - i n country='Deutschland' ' y ' in country False ' a ' in country True 'b' not in country True family= 'bro' in family False &# ...
个人分类: Python|1488 次阅读|没有评论
Python 2: index and change elements of variables
2016-11-18 16:12
family= # index from the very beginning, the sequence of each element is: 0 1 2 3 4 5 ... NOTE it starts from 0 ! family 'mom' family 'sis' family 'dog' list ( family ) # index from backwar ...
个人分类: Python|1603 次阅读|没有评论
Python 2: strings
2016-11-17 23:02
# double or single quotes 'hey yy' 'hey yy' hey yy 'hey yy' he's a handsome man he's a handsome man 'he ' s a handsome man' he's a handsome man 'he sai ...
个人分类: Python|1413 次阅读|没有评论
Python 3: Module math - mathematical functions
2016-11-17 22:35
import math # math.floor(x) returns the floor of x as a float, the largest integer value less than or equal to x. math.floor(9.2) 9.0 # math.sqrt(x) returns the square root of x. math.sqrt(81) 9.0 # math.pow(x,y) returns x raised to the power y ...
个人分类: Python|2587 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-17 12:43

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部