码迷,mamicode.com
首页 >  
搜索关键字:creation    ( 446个结果
[原][译][osgearth]API开发地球(OE官方文档翻译)
原文参考:http://docs.osgearth.org/en/latest/developer/maps.html#programmatic-map-creation 本人翻译水平有限。。。 加载earth地图文件 最简单的方式 API编程式的地图创建 用API创建一个地图的基本步骤是: 1.创 ...
分类:Windows程序   时间:2017-02-07 10:43:27    阅读次数:621
elasticsearch API列表
获取当前的所有配置curl-XPUT‘http://localhost:9200/_all/_settings‘{"debitlist":{"settings":{"index":{"creation_date":"1485160809262","number_of_shards":"1","number_of_replicas":"0","version":{"created":"1060299"},"uuid":"f5_trQOERqWoHTDqdbMTxw"}}}会返回所有..
分类:Windows程序   时间:2017-02-06 18:26:19    阅读次数:335
关闭Entity Framework的导航属性
如果不关闭导航,当使用WCF+Entity进行开发时会发生 HTTP关闭请求的错误。 ...
分类:其他好文   时间:2017-02-03 18:16:18    阅读次数:156
A Complete ActiveX Web Control Tutorial
Introduction ActiveX is a Microsoft technology developed in the mid 90's, that allows for the creation of applet-like applications that can be downloa... ...
分类:Web程序   时间:2017-01-27 15:47:29    阅读次数:317
掌握jQuery插件开发
在实际开发工作中,总会碰到像滚动,分页,日历等展示效果的业务需求,对于接触过jQuery以及熟悉jQuery使用的人来说,首先想到的肯定是寻找现有的jQuery插件来满足相应的展示需求。目前页面中常用的一些组件,都有多种jQuery插件可供选择,网络上也有很多专门收集jQuery插件的网站。利用jQ ...
分类:Web程序   时间:2017-01-22 23:48:34    阅读次数:610
sql 根据年份、月份查询数据
sql 根据年份、月份查询数据 ...
分类:数据库   时间:2017-01-20 17:29:17    阅读次数:649
WEB 报表导出操作
//查询所有学生信息 List list = stuService.selectAll(); //创建输出流 OutputStream fileOut = null; try { // 导出 // 重置输出流 response.reset(); ... ...
分类:Web程序   时间:2017-01-14 15:45:49    阅读次数:266
Shiro-授权
把 realms 配置给SecurityManager 在认证的时候单个realm是这样配置的: 多个realm是这样配置的: 1).将多个realm配置给 authenticator 2).将 authenticator 配置给 SecurityManager 其实SecurityManager ...
分类:其他好文   时间:2017-01-10 10:08:39    阅读次数:322
jquery-object.js
/** * jQuery.query - Query String Modification and Creation for jQuery * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) * Licen ...
分类:Web程序   时间:2017-01-09 16:32:14    阅读次数:227
uC/OS-II内核的服务文件
/*********************************************************************************************************** uC/OS-II* The Real-Time Kernel** (c) Copy ...
分类:其他好文   时间:2016-12-29 06:47:03    阅读次数:201
446条   上一页 1 ... 23 24 25 26 27 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!