用户中心USER CENTER

首页/用户
  • webpack多页应用架构系列(十二):利用webpack生成HTML普通网页&页面模板

    摘要:彻底分离源文件目录和生成文件目录使用生成出来的页面可以很安心地跟打包好的其它资源放到一起,相对于另起一个目录专门存放页面文件来说,整个文件目录结构更加合理如何利用生成页面生成页面主要是通过来实现的,下面来介绍如何实现。 本文首发于Array_Huang的技术博客——实用至上,非经作者同意,请勿转载。原文地址:https://segmentfault.com/a/119000000712...

    BaronZhang 发布于JavaScript
  • 被「李笑来老师」拉黑之「JavaScript微博自动转发的脚本」

    摘要:本以为花一两个小时就能搞定这个微博自动转发的脚本,结果中途不停的踩坑折腾了大半天。还好早早的被李笑来老师拉黑。填坑过程打开浏览器中,先登录自己的微博,再进入李笑来老师的微博首页。然后手动转发一次微博,获取到转发时所产生的请求。 故事的背景如下图,李笑来 老师于10月19日在 知乎Live 开设 一小时建立终生受用的阅读操作系统 的讲座,他老人家看到大家伙报名踊跃,便在微博上发起了一个 ...

    BaronZhang 发布于JavaScript
  • CIO职位可能已是个技术化石,CTO和CDO了解一下?

    摘要:包括技术界在内,经常有人对首席架构师和这两个职能的区别非常迷惑,也有很多的争论。首席架构师是一个职能,应该由随时能白板画技术架构的兼任。 最近猎头们可能很活跃、很迫切,因为证券公司们打开了高管职位大门,都在找首席信息官(Chief Information Officer - CIO)。这波操作意味着什么?对猎头公司们,自然是必须逮住这个机会获得丰厚的佣金;对更多的传统金融机构,也许是在...

    BaronZhang 发布于Java
  • [LeetCode] 84. Largest Rectangle in Histogram

    Problem Given n non-negative integers representing the histograms bar height where the width of each bar is 1, find the area of largest rectangle in the histogram. showImg(https://segmentfault.com/img...

    BaronZhang 发布于Java
  • [LintCode/LeetCode] Count Binary Substrings

    Problem Give a string s, count the number of non-empty (contiguous) substrings that have the same number of 0s and 1s, and all the 0s and all the 1s in these substrings are grouped consecutively. Subs...

    BaronZhang 发布于Java
<