解决LNMP开启open_basedir出现"No input file specified"问题 PHP Warning: require(): open_basedir restriction in effect. File(/home/wwwroot/default/laravel/boots ...
分类:
其他好文 时间:
2017-09-12 19:48:49
阅读次数:
4039
Leetcode 上的题 Merge Intervals Insert Intervals Meeting Rooms Meeting RoomsII Topcoder tutorial: Sweep Line Algorithms some from gitbook about sweep lin ...
分类:
其他好文 时间:
2017-09-03 10:00:38
阅读次数:
242
//设置毛玻璃效果 +(void)blurEffrct:(UIView *)view{ UIBlurEffect* effect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]; UIVisualEffectView* effectVi... ...
分类:
移动开发 时间:
2017-08-26 18:40:49
阅读次数:
194
【CSS Transition】 CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect ...
分类:
Web程序 时间:
2017-08-25 00:04:40
阅读次数:
231
前言: 前面三篇博客对Python的基础知识点进行了相关总结和整理,今天的博客主要专注于解决前面一些知识点的疑难点,并在此基础上补充一些知识点,以此来加深对相关知识点的理解。 1.列表和字典结合for循环使用时所引发的下标越界和字典大小改变错误。 我们往往需要结合for循环来遍历列表和字典,然后实现 ...
分类:
编程语言 时间:
2017-08-23 20:04:04
阅读次数:
171
bootstrap中使用了custombox.js 插件,如下代码 <button href="/systems/application/add" data-target="custom-modal" type="button" class="btn_common btn-success waves ...
分类:
Web程序 时间:
2017-08-20 16:49:55
阅读次数:
209
Ahmet Taspinar Home About Contact Home About Contact Home About Contact Home About Contact Home About Contact Home About Contact Building Convolutiona ...
分类:
Web程序 时间:
2017-08-17 12:56:59
阅读次数:
356
要求每天阅读一篇技术文档,不需要记下来,只是能看懂就好。。后发现,这就是专业英语的课程资料。 At the most basic level, a signal amplifier does exactly what you expect – it makes a signalbigger! How ...
分类:
其他好文 时间:
2017-08-17 12:36:05
阅读次数:
169
mmcrfs command Creates a GPFS? file system. Synopsis mmcrfs Device {"DiskDesc[;DiskDesc...]" | -F StanzaFile} [-A {yes | no | automount}] [-B BlockSiz ...
分类:
其他好文 时间:
2017-08-16 23:15:42
阅读次数:
230
1 private void Form3_DragEnter(object sender, DragEventArgs e) 2 { 3 if (e.Data.GetDataPresent(DataFormats.FileDrop)) 4 { 5 e.Effect = Dra... ...