Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ...
分类:
其他好文 时间:
2016-05-08 06:45:03
阅读次数:
147
Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to any node in th ...
分类:
其他好文 时间:
2016-05-08 06:44:03
阅读次数:
146
./configure --prefix=/usr/local/php7 \ --with-config-file-path=/usr/local/php7/etc \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=m ...
分类:
Web程序 时间:
2016-05-08 06:43:31
阅读次数:
161
编译安装PHP7后没有在ext中没有生成mysqli.so等文件,现在单独编译安装mysqli php7安装的位置:/usr/local/php7/ 我的扩展目录:/usr/local/php7/lib/php/extensions/no-debug-non-zts-20151012/ 解压php7 ...
分类:
数据库 时间:
2016-05-08 06:42:52
阅读次数:
2706
http://www.cnblogs.com/chengxin1982/p/3818448.html “-Xmx1024m -Xms1024m -Xmn512m -Xss256k”——Java运行参数(转) 年轻代 年老代概念 http://jefferent.iteye.com/blog/1123 ...
分类:
编程语言 时间:
2016-05-08 06:42:03
阅读次数:
618
1.从官网下载spring相关jar http://spring.io/projects 点击SPRING FRAMEWORK 2.从GitHtb下载 3.向下滚动找到Downloading Artifacts 点击 4.点击Artifacts--》libs-release-local--》org- ...
分类:
编程语言 时间:
2016-05-08 06:43:35
阅读次数:
261
random是用于生成随机数的,我们可以利用它随机生成数字或者选择字符串。 random.seed(x)改变随机数生成器的种子seed。 一般不必特别去设定seed,Python会自动选择seed。 random.random() 用于生成一个随机浮点数n,0 <= n < 1 random.see ...
分类:
编程语言 时间:
2016-05-08 06:43:27
阅读次数:
392
http://blog.csdn.net/leixiaohua1020/article/details/42363079 最简单的基于libVLC的例子:最简单的基于libVLC的视频播放器 最简单的基于libVLC的例子:最简单的基于libVLC的视频播放器 标签: libvlcvlc播放器开发 ...
分类:
其他好文 时间:
2016-05-08 06:43:34
阅读次数:
223
http://poj.org/problem?id=1399 http://acm.hit.edu.cn/hoj/problem/view?id=1037 题意: 在一个最多200*200的minecraft方块地图上(由很多1*1*1的方块搭起来的地图,最高5000),其中两块分别有高0.5米的激 ...
分类:
其他好文 时间:
2016-05-08 06:40:10
阅读次数:
358
之前上传附件都是用插件,或者用form表单体检(这个是很久以前的方式了),今天突发奇想,自己来实现附件上传,具体实现如下 html: <div> 流程图: <input id="file" type="file" > <button ng-click="bpmmainFunction.createB ...
分类:
Web程序 时间:
2016-05-08 06:41:23
阅读次数:
211
action action_log addons attachment 附件插件数据表 attribute 模型属性定义表 auth_extend 权限扩展表,当节点控制无法满足时,需要对权限控制进行扩展。例如:分类的授权即使用该表。 索引定义:UNIQUE KEYgroup_extend_type ...
分类:
数据库 时间:
2016-05-08 06:42:34
阅读次数:
371
原题: 这里要注意的是:argv 相当于shell中的$参数,参数1, 参数2 = argv #之后参数的引用就和这个先后顺序有关了 在其给出的study drill的第三条:Combine raw_input with argv to make a script that gets more in ...
分类:
编程语言 时间:
2016-05-08 06:40:45
阅读次数:
302
zsh路径补全、命令补全,命令参数补全,插件内容补全等等。触发补全只需要按一下或两下tab键,补全项可以使用ctrl+n/p/f/b上下左右切换。 plugins=(git textmate ruby autojump osx mvn gradle) 豆瓣读书网应该是个不错的选择,虽然豆瓣的电影评价 ...
分类:
系统相关 时间:
2016-05-08 06:40:13
阅读次数:
189
1. 安装 sudo apt-get install cflow 2.使用 cflow [options...] [file]... 例: cflow main.c 生成main.c文件例的函数调用关系 cflow -x main.c 生成交叉引用表,查看函数调用的位置和文件 cflow -o ca ...
分类:
其他好文 时间:
2016-05-08 06:39:51
阅读次数:
187
技巧: 一. 如何在 Retina 屏幕的设备使用更高分辨率的图片 以 MacBook Pro 为例,它的标准分辨率高达 2560 x 1600,但是如果真的以这个分辨率显示网页,网页的有效区域就小的可怜,而且字也会小的无法分辨。 因此通常 OS X 都会建议用户使用推荐的分辨率 1440 x 90 ...
分类:
Web程序 时间:
2016-05-08 06:39:41
阅读次数:
243
最近要做客户端和服务器端的双向认证,在客户端向服务器端发送带证书的请求这里有一点问题,网上的例子大多都不太好使,于是找了github上httpclient源代码中的例子改造了一下,终于弄明白了 github上我参考的例子在:https://github.com/apache/httpclient/b ...
分类:
Web程序 时间:
2016-05-08 06:39:48
阅读次数:
513