staticvoidMain(string[]args)
{
Stopwatchsw=newStopwatch();
int[]intArray=newint[100];
sw.Start();
for(inti=0;i<100;i++)
{
intArray[i]=i;
}
sw.Stop();
Console.WriteLine("Add0~100toint[100]:"+sw.Elapsed);
ArrayListlist=newArrayList();
sw=newStopwatch();
..
分类:
编程语言 时间:
2016-06-08 07:00:09
阅读次数:
134
最近手头有一块firefly_rk3288_reload的开发板,想实现在linux 下用openGL ES来做视频显示。 找到opengGL相关移植,参考论坛(http://bbs.t-firefly.com/forum.php?mod=viewthread&tid=321&extra=page% ...
分类:
其他好文 时间:
2016-06-07 12:43:31
阅读次数:
474
Delphi调用外部程序WinExec主要运行EXE文件。如:WinExec(’Notepad.exe Readme.txt’, SW_SHOW);WinExec( lpCmdLine: LPCSTR; {文件名和参数; 如没指定路径会按以下顺序查找: 程序目录/当前目录/System32/Wind ...
有三个API函数可以运行可执行文件WinExec、ShellExecute和CreateProcess。 1.CreateProcess因为使用复杂,比较少用。 2.WinExec主要运行EXE文件。如:WinExec('Notepad.exe Readme.txt', SW_SHOW); 3.Sh ...
iostat结果解析[root@20081006-1724~]#iostat-xLinux2.6.9-78.ELsmp(20081006-1724)11/20/2009avg-cpu:%user%nice%sys%iowait%idle0.190.000.040.0399.73Device:rrqm/swrqm/sr/sw/srsec/swsec/srkB/swkB/savgrq-szavgqu-szawaitsvctm%utilsda0.0517.601.467.7280.69202.5740.34..
分类:
移动开发 时间:
2016-06-03 15:55:56
阅读次数:
201
Mainly introduce two libaraies: sw-precache and sw-toolbox. Install: Types of caching Broadly, there are two types of caching Precaching—We'll precach ...
分类:
其他好文 时间:
2016-06-02 06:13:16
阅读次数:
263
PWA: Add to home screen Angular Universal Server side rendering: for achieving better proference on init loading sw-precache: with webpack: sw-toolbox ...
分类:
移动开发 时间:
2016-05-27 02:04:31
阅读次数:
513
LINUX的主要特点: 1、开放性:开源; 2、多用户多任务环境; 3、良好的用户界面:提供两种界面,即字符界面和图形界面(XWindow系统); 4、设备独立性; 5、丰富的网络功能:内置TCP/IP Linux内核版本有两种:稳定版和开发版。 Linux内核版本号的格式如下:a.bb.cc sw ...
分类:
系统相关 时间:
2016-05-25 23:42:44
阅读次数:
179
Link to CodeLab In this codelab, we'll retrace those steps but this time we'll use a tool called sw-precache to add offline functionality with only si ...
分类:
系统相关 时间:
2016-05-25 01:56:00
阅读次数:
314
1.设计思想 假设ID都在sw.txt中 首先,按行读取ID 其次,设置beforeID,记录前一个ID是什么,判断当前ID和beforeID是否相同;如果相同,得到水王ID;如果不同,将当前ID给beforeID,接着读取下一行。 最后,读取比较完最后一个ID,得到水王。 (本题假设水王存在,所以 ...
分类:
其他好文 时间:
2016-05-25 01:55:36
阅读次数:
132