码迷,mamicode.com
首页 >  
搜索关键字:released    ( 298个结果
高级openg 混合,一个完整程序
1.当片段着色器处理完一个片段之后,模板测试(stencil test)会开始执行,和深度测试一样,它也可能会丢弃片段,接下来,被保留的片段会进入深度测试2.每个窗口库都需要为你配置一个模板缓冲,但是GLFW这个窗口库会自动做这件事,所以不用告诉GLFW来创建一个模板缓冲3.场景中的片段将只会在片段 ...
分类:其他好文   时间:2018-09-15 22:06:34    阅读次数:218
MyBatis排序无效的坑_orderByXLimit
情景:将数据库里边的“新闻资讯”信息按照特定字段的升序/降序进行分页显示。 前端发送数据:newType(新闻类型,包括公司动态、行业资讯等类型)、orderBy(指定按照哪一个字段进行排序)、orderType(指定按照哪一种排序顺序进行排序,包括升序、降序)、start(开始查询的 记录位置)、 ...
分类:编程语言   时间:2018-09-11 19:35:58    阅读次数:386
HashiCorp Consul + Kubernetes深度融合
We‘re excited to announce multiple features that deeply integrate HashiCorp Consul with Kubernetes. This post will share the initial set of features that will be released in the coming weeks.
分类:Web程序   时间:2018-09-10 19:43:26    阅读次数:251
ELK 学习站点
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html官方文档https://discuss.elastic.co国外论坛https://elasticsearch.cn国内论坛https://www.elastic.co/blog/elasticsearch-6-3-0-released国外博客http
分类:其他好文   时间:2018-09-07 20:47:51    阅读次数:180
e858. 将键盘键和事件绑定
This example creates a number of keystrokes and adds them to the input map of a component. When a keystroke is added to an input map, an action name m ...
分类:其他好文   时间:2018-09-06 10:59:38    阅读次数:124
RvmTranslator6.4 is released
RvmTranslator6.4版本发布,修改了部分模型丢失的问题。 ...
分类:其他好文   时间:2018-09-06 02:51:19    阅读次数:263
netty UnpooledHeapByteBuf 源码分析
UnpooledHeapByteBuf 是基于堆内存进行内存分配的字节缓冲区,没有基于对象池技术实现,这意味着每次I/O的读写都会创建一个新的UnpooledHeapByteBuf,频繁进行大块内存的分配和回收对性能会造成一定的影响,但是对比与堆外内存的申请和释放,它的成本会低一些。 相对与Pool ...
分类:Web程序   时间:2018-09-03 13:54:43    阅读次数:313
microservices kubernetes
http://blog.christianposta.com/microservices/netflix-oss-or-kubernetes-how-about-both/ http://blog.christianposta.com/our-book-has-been-released-intro ...
分类:Web程序   时间:2018-08-21 15:19:14    阅读次数:215
Install Jenkins 2.1.36 and openjdk 1.7.0 on centos 7
#!/bin/bash## Copyright (c) 2014-2015 Michael Dichirico (https://github.com/mdichirico)# This software/script is released under the terms of the MIT l ...
分类:其他好文   时间:2018-08-12 20:08:07    阅读次数:171
RvmTranslator6.3 is released
RvmTranslator6.3 is released eryar@163.com RvmTranslator can translate the RVM file exported by AVEVA Plant(PDMS)/AVEVA Marine to STEP, IGES, STL, DXF ...
分类:其他好文   时间:2018-08-09 22:02:44    阅读次数:184
298条   上一页 1 ... 5 6 7 8 9 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!