文章保存地址:https://github.com/wanguowan/notetext-blog/blob/master/Eloquent.mdLaravel Eloquent使用小记今天因为开发数...
分类:
其他好文 时间:
2016-11-15 08:29:05
阅读次数:
226
Description Fat brother and Maze are playing a kind of special (hentai) game on an N*M board (N rows, M columns). At the beginning, each grid of this ...
分类:
其他好文 时间:
2016-11-15 08:04:28
阅读次数:
196
简介: 1、什么是JavaScript? 它是个脚本语言,作用是使 HTML 页面具有更强的动态和交互性,它需要有宿主文件,它的宿主文件就是html文件。 JavaScript 是 Web 的编程语言。 所有现代的 HTML 页面都使用 JavaScript。 <script> 标签用于定义客户端脚 ...
分类:
编程语言 时间:
2016-11-15 07:56:23
阅读次数:
192
1.切换至root用户 2.uname -a/-m grep MemTotal /proc/meminfo grep SwapTotal /proc/meminfo free -m 3.df -h /tmp 至少1G空间 4.查看安装依赖软件 rpm -q package_name semmns s ...
分类:
数据库 时间:
2016-11-14 19:58:22
阅读次数:
338
一、事件分发处理【由外到内】 在iOS中发生触摸后,事件会加到UIApplication事件队列,UIApplication会从事件队列取出最前面的事件进行分发处理,通常会先分发给主窗口,主窗口会调用hitTest:withEvent:方法,查找适合的事件触发视图,即 找到被触摸的视图对象 二、响应 ...
分类:
移动开发 时间:
2016-11-14 17:11:45
阅读次数:
284
开发工具:Xamarin Studio 社区版 下载地址 http://www.monodevelop.com/download/ 操作系统要求:Windows7及以上、.NET Framework4.5或以上版本 GTK# for .NET版本下载:http://www.mono-project. ...
分类:
移动开发 时间:
2016-11-14 15:13:14
阅读次数:
173
追加命令(命令a) sed ‘[address] a the-line-to-append’ input-file 在第二行后面追加一行(原文这里可能有问题,没有写名行号) [root@sishen ~]# sed '2 a 203,Jack Johnson,Engineer' employee.t... ...
分类:
其他好文 时间:
2016-11-14 14:44:28
阅读次数:
173
Implement a stack with min() function, which will return the smallest number in the stack. It should support push, pop and min operation all in O(1) c ...
分类:
其他好文 时间:
2016-11-14 07:50:37
阅读次数:
280
为什么用Shiny Shiny让数据分析师写完分析与可视化代码后,稍微再花几十分钟,就可以把分析代码工程化,将分析成果快速转化为交互式网页分享给别人。所以,如果你是一名使用R的数据分析师,选择Shiny是非常明智的,因为它不需要你有新的技能,且开发起来实在太快。它跟通常我们了解的其他框架不一样:其他 ...
分类:
其他好文 时间:
2016-11-14 07:48:52
阅读次数:
975