(1)ISurfaceOp.Contour 根据DEM生成等高线图层: private void button1_Click(object sender, EventArgs e) { //得到Raster ILayer tLayer=this.axMapControl1.get_Layer(0);...
分类:
其他好文 时间:
2014-09-19 00:58:04
阅读次数:
368
.Coupon{ color:@Gray; h5{ color:@DimGray;} li{ position:relative;margin:0;font-size:12px; line-height:22px;cursor:pointer; &:hover .coupont_layer{disp...
分类:
Web程序 时间:
2014-09-18 18:05:34
阅读次数:
175
1. 功能bMap.js 可根据地理位置调用出百度地图,采用弹出框形式2.用法var city = '青岛市';var address = '香港中路';bMap.init({ city : city, address : address });3.依赖需自行引入jquery以及layer.js(弹...
UIView负责交互和frame以及显示CALayerCALayer负责渲染,是UIView的一个readonly属性用来设置圆角参数是内切圆的半径,如果想画一个圆的话,view必须是正方形.参数应该是view边长的一半self.changeView.layer.cornerRadius=50;描边的宽度self.changeView.layer.borderWidth=5;描边..
分类:
其他好文 时间:
2014-09-18 03:17:53
阅读次数:
166
设置view的calayer的锚点view.layer.anchorPoint=CGPointMake(0,0);动画view.layer.transform=CATransform3DRotate(view.layer.transform,180.0*M_PI/180.0,0.0f,0.0f,1.0f);view.layer.transform=CATransform3DMakeRotation(角度数*M_PI/180.0,0.0f,0.0f,1.0f);最多旋转180度...
分类:
其他好文 时间:
2014-09-18 03:14:33
阅读次数:
139
1 class BaseTest : public cocos2d::Layer 2 { 3 public: 4 virtual std::string title() const;// 主标题 5 virtual std::string subtitle() const;// 副...
分类:
其他好文 时间:
2014-09-17 23:09:52
阅读次数:
319
OverviewIn the previous sections, you constructed a 3-layer neural network comprising an input, hidden and output layer. While fairly effective for MN...
分类:
Web程序 时间:
2014-09-17 18:26:32
阅读次数:
289
/*
先去官网下载最新的js http://sentsin.com/jquery/layer/
①引用jquery
②引用layer.min.js
*/
触发弹层的事件可自由绑定,如:
$('#id').on('click', function(){
layer.msg('test');
});
下面主要贴出上述例子的调用代码:
【信息框】:
layer.alert('白菜级别前端攻城...
分类:
Web程序 时间:
2014-09-17 12:07:42
阅读次数:
235
RA layer request failed----------------------------解决方案:重启visulsvnserver若重启不了出现Service 'VisualSVN Server' failed to start。1 运行:services.msc,打开服务管理器,找....
分类:
其他好文 时间:
2014-09-16 18:52:00
阅读次数:
160
Cocos2d-x 3.0 api Layer锚点 Scene锚点 Sprite锚点...
分类:
其他好文 时间:
2014-09-16 15:58:20
阅读次数:
214