zluyuer

zluyuer

V2EX member #17849, joined on 2012-03-10 12:38:46 +08:00
Per zluyuer's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
zluyuer's recent replies
似乎对 Ajax 加载支持不好。例: http://shop.m.jd.com/search/search?shopId=1000010404
Oct 9, 2016
Replied to a topic by practicer Python Python 爬虫项目如何管理?
推荐采用 Rundeck 调度
@LINEX 只能用 Hadoop Streaming 通过 std io 桥接数据流,不是原生语言支持
MapReduce 是一种处理数据的思路,经典实现是 Hadoop 框架,实现方式是离线批处理,也就是中间结果会写入磁盘,然后由框架的不同部分读取。 Spark 的思路与此类似,不同的是尽量在内存中存储中间结果(内存不足时也会写入磁盘),加速了计算过程。由于内存越来越廉价, Spark 代表了未来的一种趋势。另外一个区别的地方在于 Hadoop 主力语言是 Java ,而 Spark 平等兼容 Java / Scala / Python 。
MySQL Workbench
Feb 2, 2016
Replied to a topic by vikeria Java spring-mvc 有没有这样一个轮子。
不好意思最后一页写错了,应该是:

任意内容页(填充到 <#nested /> 部分):
<#import 'base_layout.ftl' as layout>

<@layout.doLayout>
<div>
Content here
</div>
</@layout.doLayout>;
Feb 2, 2016
Replied to a topic by vikeria Java spring-mvc 有没有这样一个轮子。
用 Freemarker 的 macro 可以实现,写一个大概的例子:

主框架 base_layout.ftl :
<#import 'nav.ftl' as nav>

<html>
<#macro doLayout>
<@nav.doLayout />
<#nested />
</#macro>
</html>


导航页 nav.ftl (填充到 <@nav.doLayout />):
<#macro doLayout>
<nav>
Navbar here
</nav>
</#macro>


任意内容页(填充到 <#nested /> 部分):
<#import 'base_layout.ftl' as layout>

<div>
<@layout.doLayout>
Content here
</@layout.doLayout>
</div>
Jan 21, 2016
Replied to a topic by master13 问与答 [纯新手]关于 WEB 界面设计
去 Theme Forrest 这样的模板站上扒拉两个下来研究就可以了。多看看几个例子也就知道大概的模式
Dec 24, 2015
Replied to a topic by ne6rd 前端开发 项目前端框架选择的疑惑
可以使用 ui-router 替代原生路由,并配合 ocLazyLoad 按需加载资源,解决问题 2
https://github.com/angular-ui/ui-router
https://oclazyload.readme.io/docs/getting-started
Dec 24, 2015
Replied to a topic by iAugus iCode 放十个码, iOS 通知中心直接翻译剪切版文本
能否多给一个码?谢谢
zluyuer#gmail.com
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3340 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 00:07 · PVG 08:07 · LAX 17:07 · JFK 20:07
♥ Do have faith in what you're doing.