码迷,mamicode.com
首页 >  
搜索关键字:slides    ( 175个结果
使用eval和loop在模版中直接读取数据库内容并输出
俗话说的好,自己动手丰衣足食!今天实现了这个,拿出来同新手分享,大神请绕道!完整贴代码:<!--{eval$slides=DB::fetch_all("SELECT*FROM`pre_common_block_item`WHERE`bid`=15ORDERBY`displayorder`ASC,`id`DESCLIMIT0,10");}--><!--{loop$slides$slide}--><..
分类:数据库   时间:2015-06-07 21:53:10    阅读次数:157
微软句向量工具包Sent2vec
工具包地址:http://research.microsoft.com/en-us/downloads/731572aa-98e4-4c50-b99d-ae3f0c9562b9/default.aspx Slides:http://emnlp2014.org/material/presentation-EMNLP2014002.pdf 源自:http://wei...
分类:其他好文   时间:2015-05-13 10:15:39    阅读次数:2228
nginx的内存管理
先来看内存池的实现,nginx的内存池实现的非常简单。这里内存池的一些图表可以看老朱同学的slides :http://blog.zhuzhaoyuan.com/2009/09/nginx-internals-slides-video/当内存池初始化的时候(下面会分析到)ngx_poll_s只相当于...
分类:其他好文   时间:2015-04-07 15:12:57    阅读次数:223
[Golang]你处于使用Go语言的哪个层次,来测测吧
??Francesc (@francesc) 是 Go 核心团队的一员, 是提倡 Google Cloud 平台的开发者. 他是一个编程语言的爱好者, Google的技术指导大师, Go tour的创造者之一. 这个讨论的灵感来自于另一个 Raquel Vélez 在 JSConf. Slides 的讨论,这个讨论已经发到了这里. Sourcegraph 是下一代编程协作工具, 用于搜索, 探索,...
分类:编程语言   时间:2015-03-11 10:49:51    阅读次数:406
用Markdown和Landslide来写PPT
之前写了一篇《Markdown:让书写更美好》来介绍Markdown的丰富工具链。今天为了给公司分享Markdown,实验了一把用Markdown来写PPT。本文介绍如何使用Landslide来制作一个极客范儿的PPT。...
分类:其他好文   时间:2015-02-11 20:42:00    阅读次数:637
使用Aspose将一个ppt每一帧分离出来成为一个新的ppt
不多说贴代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Aspose.Slides; namespace Test { class Program { stati...
分类:Web程序   时间:2015-02-10 16:48:25    阅读次数:204
杭电ACM 蜗牛出井
Problem Description A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot at night while sleeping. The snail ...
分类:其他好文   时间:2015-02-06 21:51:59    阅读次数:272
杭电ACM-The Snail
Problem Description A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot at night while sleeping. The snai...
分类:其他好文   时间:2015-01-28 14:51:13    阅读次数:126
杭电ACM:A snail(附源码)
Problem Description A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot at night while sleeping. The snai...
分类:其他好文   时间:2015-01-26 13:41:20    阅读次数:185
YT14-HDU-The snail climb well
Problem Description A snail is at the bottom of a 6-foot well and wants to climb to the top. The snail can climb 3 feet while the sun is up, but slides down 1 foot at night while sleeping. The snai...
分类:其他好文   时间:2015-01-26 12:01:38    阅读次数:165
175条   上一页 1 ... 13 14 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!