微信有那么高的DAU,朋友圈的贡献最高,其次是收发消息(图片文字、语音、视频等),第六是微信表情,所谓一图抵千言,微信表情增加了社交的趣味性,试问哪位朋友没保存表情的?可微信表情限制只能保存150个,有没办法突破呢?有一种方法可以替代! 这个方法很简单:你新建一个微信号,然后相互添加一下,把小号置顶 ...
分类:
微信 时间:
2016-07-06 09:57:38
阅读次数:
1017
开发一个工程的步骤: 1打开VC++6.0 2按左上角菜单栏的“文件”-->“新建” 3在左边的列表中选择“Win32 Console Application”,即win32控制台工程,控制台就类似windows中的cmd窗口,刚开始编程,选择创建这个工程就可以了。在右边输入工程名称,我在这里输入“ ...
分类:
编程语言 时间:
2016-07-06 09:56:13
阅读次数:
145
自动生成行号,支持checkbox全选,动态选择显示哪些列,支持本地以及远程分页,可以对单元格按照自己的想法进行渲染,这些也算可以想到的功能。 序言 编辑 序言 功能丰富,无人能出其右。 无论是界面之美,还是功能之强,ext的表格控件都高居榜首。 单选行,多选行,高亮显示选中的行,拖拽改变列宽度,按 ...
分类:
Web程序 时间:
2016-07-06 09:56:02
阅读次数:
252
动态凸包就是可以支持动态插入点,维护凸包信息的一类问题 又考到了,又被炸飞了(然而其实弱的连凸包性质都看不出来 注意只能支持动态插入点,而不支持动态删除和插入 不过删除的话如果不强制在线反过来就是插入啊OwO 不是很喜欢水平序的动态凸包,因为要维护上下两个凸壳好烦 所以就学了一发极角序 大概做法是以 ...
分类:
其他好文 时间:
2016-07-06 09:56:03
阅读次数:
635
For a given source string and a target string, you should output the first index(from 0) of target string in source string. If target does not exist i ...
分类:
其他好文 时间:
2016-07-06 09:54:02
阅读次数:
123
序言 编辑 序言 功能丰富,无人能出其右。 无论是界面之美,还是功能之强,ext的表格控件都高居榜首。 单选行,多选行,高亮显示选中的行,拖拽改变列宽度,按列排序,这些基本功能ExtJS轻量级实现。 自动生成行号,支持checkbox全选,动态选择显示哪些列,支持本地以及远程分页,可以对单元格按照自 ...
分类:
Web程序 时间:
2016-07-06 09:54:35
阅读次数:
304
For Loop Example Arrays a. store lists of datab. can store different data types at the same timec. are ordered so the position of each piece of data i ...
分类:
Web程序 时间:
2016-07-06 09:56:27
阅读次数:
154
lastSell = sell is after buy max. So the buy price is compared with sell[i-2]. Current sell is sell[i-1]. ...
分类:
其他好文 时间:
2016-07-06 09:55:58
阅读次数:
116
今天讨论如何扩大 volume 的容量。为了保护现有数据,cinder 不允许缩小 volume。 ...
分类:
其他好文 时间:
2016-07-06 09:53:09
阅读次数:
130
搞科研的时候,如果搞的是核心,我们可以说搞得是hardcore, 如果搞得是不起眼的小东西,可以说是baulbe。 Hardcore 1,adj. 核心部分, 中坚分子, 绝对的, 无条件的, 没有限制的。 2,adj. (黄色作品)赤裸裸描写性行为的 Bauble n. 小玩意;华而不实的小件装饰 ...
分类:
其他好文 时间:
2016-07-06 09:53:37
阅读次数:
131
In this lesson we look at using color and the basic drawing methods of p5js, and how they can be combined to create a simple graphic on the canvas. ...
http://www.practice.geeksforgeeks.org/problem-page.php?pid=380 Largest Number formed from an Array Given a list of non negative integers, arrange them ...
分类:
其他好文 时间:
2016-07-06 09:53:26
阅读次数:
195
17down votefavorite 4 In my Dockerfile I've got : ADD ../../myapp.war /opt/tomcat7/webapps/ That file exists as ls ../../myapp.war returns me the corr ...
分类:
其他好文 时间:
2016-07-06 09:53:59
阅读次数:
949
1. Check boundary case that when n == 1. There is only one node (0) 2. Set can access by iterator. ...
分类:
其他好文 时间:
2016-07-06 09:52:51
阅读次数:
178
1. Make final balloon as the position i. 2. try to optimize the solution from (left , i - 1) to (i + 1, right). 3. Since it garantee to cover i positi ...
分类:
其他好文 时间:
2016-07-06 09:52:12
阅读次数:
92
Ugly Number Write a program to check whether a given number is an ugly number`. Ugly numbers are positive numbers whose prime factors only include 2, ...
分类:
其他好文 时间:
2016-07-06 09:54:34
阅读次数:
197
Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between 0 and n. k can be 0 - 9. Count the number of k's between 0 an ...
分类:
其他好文 时间:
2016-07-06 09:52:13
阅读次数:
180