码迷,mamicode.com
首页 >  
搜索关键字:south    ( 515个结果
Amcharts 柱状图和线形图
最近需要学习 Amcharts ,他的图表功能确实很强大。但是网上搜索到的教程很少,开始学起的确有点不方便。于是我决定把我学习的觉得好的途径,放到博客上。 下面的代码可以直接复制,但是文件要从官网上下载下来。官网地址:www.amcharts.com 上面代码执行后的效果图如下: 下面继续添加代码优 ...
分类:其他好文   时间:2017-03-09 18:44:34    阅读次数:143
html的结构-厂子型的布局
上图所示的布局设计是很常见的。这个该怎么做呢? 技术需求:header 要固定住在顶部,不随鼠标滚动而向上移动;左边的div的有一定的宽度,但是要贴浏览器的底部(屏幕顶部);右边的dv要占据右边的全屏。 好。咱们来写这个: HTML结构: css: header { width: 100%; hei ...
分类:Web程序   时间:2017-03-08 22:26:49    阅读次数:215
CF782B The Meeting Place Cannot Be Changed
题意: The main road in Bytecity is a straight line from south to north. Conveniently, there are coordinates measured in meters from the southernmost bui ...
分类:其他好文   时间:2017-03-07 20:43:26    阅读次数:189
codeforces 782B The Meeting Place Cannot Be Changed+hdu 4355+hdu 2438 (三分)
B. The Meeting Place Cannot Be Changed B. The Meeting Place Cannot Be Changed The main road in Bytecity is a straight line from south to north. Conven ...
分类:其他好文   时间:2017-03-07 08:10:12    阅读次数:206
查询表语句,以及嵌套
CREATE TABLE classes( class_id INT PRIMARY KEY auto_increment, class_name VARCHAR(20), class_address VARCHAR(20) class_mainTeacher VARCHAR(20)) CREATE ...
分类:其他好文   时间:2017-03-05 19:38:32    阅读次数:208
【算法】Escape
The students of the HEU are maneuvering for their military training. The red army and the blue army are at war today. The blue army finds that Little ...
分类:编程语言   时间:2017-02-19 00:26:57    阅读次数:230
python的代码检查
#!/bin/python3.4# coding=utf-8class lexicon(object): # direction = ['north', 'south', 'east', 'west'] # verb = ['go', 'stop', 'kill', 'eat'] # noun = ...
分类:编程语言   时间:2017-02-15 23:32:17    阅读次数:189
[原][osgearth]osgearthElvation中的一帧
create tile key contains 获取tile上的临界值 这里先获取层数的切份(下图) 然后使用xmin,xmax,ymin,ymax获取tile的四个点 再通过geoextent获取一个有有空间参考坐标系的边界框 下图是获取五个顶点世界坐标点的算法: ...
分类:其他好文   时间:2017-02-14 16:00:53    阅读次数:269
小程聊微服务-基于dubbo的mock测试系统
一、说在前面 基于微服务或者SOA的自动化测试系统每个公司都有自己的特有的,我今天就主要介绍一下,我们研发的一套mock测试系统。 二、目前面临的问题 1、测试人员面临的测试问题 我公司目前用的是...
分类:其他好文   时间:2017-02-04 20:22:05    阅读次数:444
Epigenetic variation among natural populations of the South African sandhopper Talorchestia capensis
这篇文献发表在Evolutionary Ecology,期刊点数不高,这篇paper质量也不高,但很传统和典型,是可以模仿和学习,部分语句也有抄袭嫌疑。对于我这样的新手还是挺有借鉴意义。 这篇文章和我的研究内容非常相近,当然我研究的是植物,而本文是水生动物。 Baldanzi, S., Watson ...
分类:Web程序   时间:2017-01-29 10:41:06    阅读次数:266
515条   上一页 1 ... 35 36 37 38 39 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!