* 在array_map()函数中使用闭包 Array( [0] => 2 [1] => 3 [2] => 4) * 使用use关键字附加闭包的状态 Clay, get me some sweet tea! * 使用bindTo方法附加闭包的状态 ...
分类:
Web程序 时间:
2018-07-15 19:29:21
阅读次数:
159
* 使用生成器处理csv文件 input: ../data/t_video.csv output: Generator: ...
分类:
Web程序 时间:
2018-07-15 14:58:58
阅读次数:
207
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature ...
分类:
其他好文 时间:
2018-07-12 22:38:19
阅读次数:
119
1.解决不同浏览器显示效果不同的问题 A modern alternative to CSS resets 仓库地址:https://github.com/necolas/normalize.css 2.解决移动端1px边框问题 解决移动端border问题。可定义任意单边框到全边框、圆角、虚线以及分 ...
分类:
其他好文 时间:
2018-07-12 22:36:46
阅读次数:
205
[TOC]PHP5.4.0起,PHP内置了Web服务器。对本地开发是个极好的工具,便捷,无需安装WAMP、XAMP或大新那个web服务器,就能在本地调试了。# 启动服务器进入项目的根目录下,执行命令```php -S localhost:4000 #地址:监听端口```或者 直接指定网站根目录```... ...
分类:
Web程序 时间:
2018-07-11 22:46:24
阅读次数:
229
[TOC] PHP发展这么多年,技术、架构都已经革新,了解现代PHP很重要,最近在看Model PHP这本书,系统的了解下PHP相关的概念。 # 性状 Trait 是类的部分实现(即常量、属性和方法),可以混入一个或多个现有的php类中。 性状有两个作用:表明类可以做什么(接口);提供模块化实现(像... ...
分类:
Web程序 时间:
2018-07-10 21:36:41
阅读次数:
292
https://github.com/changkun/modern-cpp-tutorial/blob/master/book/zh-cn/03-runtime.md 完美转发 前面我们提到了,一个声明的右值引用其实是一个左值。这就为我们进行参数转发(传递)造成了问题: void referenc ...
分类:
其他好文 时间:
2018-06-08 18:06:19
阅读次数:
182
https://stackoverflow.com/questions/29971097/how-to-create-ast-with-antlr4 这个很值得仔细看 https://github.com/alongubkin/modern/tree/master/compiler/ModernCo ...
分类:
其他好文 时间:
2018-05-31 23:04:04
阅读次数:
217
1. Download the Debugging Tools for Windows from the Microsoft website We recommend you install WinDbg Preview as it offers more modern visuals, faste ...
分类:
数据库 时间:
2018-05-21 12:18:28
阅读次数:
368
Spring Boot Build anything Spring Boot is designed to get you up and running as quickly as possible,with minimal upfront configuration of Spring.Sprin ...
分类:
编程语言 时间:
2018-05-19 14:03:01
阅读次数:
577