测试帖:http://www.aikaiyuan.com/6430.html配置如下:opcache.memory_consumption=128opcache.interned_strings_buffer=8opcache.max_accelerated_files=4000opcache.re...
分类:
系统相关 时间:
2014-12-23 06:37:27
阅读次数:
298
题意:白书的P103.加个虚根就可以了。。。然后就是一个多重集排列。[java] view plaincopyimportjava.io.PrintWriter;importjava.util.ArrayList;importjava.util.Scanner;publicclassMain{sta...
分类:
其他好文 时间:
2014-12-23 06:40:13
阅读次数:
186
mcryptis a file encryption method using secure techniques to exchange data. It is required for some web apps for exampleMagento, the shopping cart sof...
分类:
Web程序 时间:
2014-12-23 06:40:07
阅读次数:
290
sphinx-build 生成的(htmlhelp) 存在2个问题1.生成的html 编码 cp2152,需要修改/sphinx/builders/html.py ctx['encoding'] = encoding = self.encoding ctx['encoding'] = e...
分类:
编程语言 时间:
2014-12-23 06:36:56
阅读次数:
197
Traveling salesmen ofnhn. (the prestigious Korean internet company) report their current location to the company on a regular basis. They also have to...
分类:
其他好文 时间:
2014-12-23 06:38:02
阅读次数:
234
Chocolate in its many forms is enjoyed by millions of people around the world every day. It is a truly universal candy available in virtually every co...
分类:
其他好文 时间:
2014-12-23 06:37:43
阅读次数:
269
1.http://www.codeproject.com/Tips/659666/Export-very-large-data-to-Excel-file class Program { static private int rowsPerSheet = 100; ...
分类:
Web程序 时间:
2014-12-23 06:39:24
阅读次数:
262
Problem HHackers’ CrackdownInput:Standard InputOutput:Standard OutputMiracle Corporations has a number of system services running in a distributed com...
分类:
其他好文 时间:
2014-12-23 06:36:06
阅读次数:
146
原文:How to make your code self-documenting? 译文:怎么让代码自我文档化? 译者:dwqs 在代码中找到一个放错地方并且没有用的注释是不是很有趣呢? 怎么样才能做到写很少的注释但仍能让代码易于理解呢? 一个...
分类:
其他好文 时间:
2014-12-23 01:35:06
阅读次数:
197
CC2541 CC2540 实现超低功耗是非常重要的:
我们来总结一下实现方法:
1,有定时器在跑时会一直跑在 PM2 电流在 300uA左右。
没有定时器跑后会到 PM3 , 电流会少于10uA 。
这个定时器是指 osal 的定时器,
例如:
启动 了
osal_start_timerEx( keyfo...
分类:
其他好文 时间:
2014-12-23 01:36:03
阅读次数:
548
本文记录一个最简单的基于libx264的H.264视频编码器。此前记录的H.264编码器都是基于FFmpeg调用libx264完成编码的,例如: 《最简单的基于FFMPEG的视频编码器(YUV编码为H.264)》相比与上文中的编码器,本文记录的编码器属于“轻量级”的编码器。因为它不再包含FFmpeg的代码,直接调用libx264完成编码。因此项目的体积非常小巧。该编码器可以将输入的YUV数据编码为...
分类:
其他好文 时间:
2014-12-23 01:34:45
阅读次数:
436
一个小小的登录,原来也包含如此之多的知识点啊...
分类:
其他好文 时间:
2014-12-23 01:36:10
阅读次数:
222
前阵子工作上遇到一些关于Android系统关机或重启的系统修改,于是,做了一些尝试,也搜集了一下资料,现在整理一下,做一些总结,方便学习或者日后工作的需要。
默认的SDK并没有提供应用开发者直接的Android系统关机或重启的API接口,一般来讲,实现Android系统的关机或重启,需要较高的权限(系统权限甚至Root权限)。所以,在一般的APP中,如果想要实现关机或重启功能,要么是在A...
分类:
移动开发 时间:
2014-12-23 01:36:21
阅读次数:
290
Android颜色大全
颜
色
RGB值
英文名
中文名
#FFB6C1
LightPink
浅粉红
#FFC0CB
Pink
粉红
#DC143C
...
分类:
移动开发 时间:
2014-12-23 01:36:00
阅读次数:
265
VS2010安装后新建项目时会出现“无法找到资源编译器DLL”的错误,并且打不开资源视图。
在C:\program files\Microsoft SDKs\Windows\v7.0A\Bin中找到rc.exe 和 rcdll.dll 复制到 c:\program files (x86)\Microsoft Visual Studio 10.0\vc\bin\...
使用Unity3D,Android,语音服务,天气服务,来制作一个3D语音天气预报,我给它起名叫做3D语音天气球。源码详解第二篇——通过天气服务动态创建3D球...
分类:
其他好文 时间:
2014-12-23 01:36:10
阅读次数:
259
Given an array of integers, find two numbers such that they add up to a specific target number.
The function twoSum should return indices of the two numbers such that they add up to the target, whe...
分类:
其他好文 时间:
2014-12-23 01:33:48
阅读次数:
279