1009: [HNOI2008]GT考试 Description 阿申准备报名参加GT考试,准考证号为N位数X1X2....Xn(0<=Xi<=9),他不希望准考证号上出现不吉利的数字。他的不吉利数学A1A2...Am(0<=Ai<=9)有M位,不出现是指X1X2...Xn中没有恰好一段等于A1A2 ...
分类:
其他好文 时间:
2016-05-03 00:28:24
阅读次数:
228
1.简单的linq语法 //1 var ss = from r in db.Am_recProScheme select r; //2 var ss1 = db.Am_recProScheme; //3 string sssql = "select * from Am_recProScheme"; ...
分类:
其他好文 时间:
2016-04-30 23:42:52
阅读次数:
208
I am developing a comic app.I have three radio buttons which are english,french and spanish respectively. And when the user clicks on any one of them ...
分类:
移动开发 时间:
2016-04-30 10:08:34
阅读次数:
207
一、函数的定义 1.function语句形式 //1.function语句式 function test1(){ alert("I am test1"); } test1(); 2.函数直接量形式 //2.函数直接量形式 var test2 = function(){ alert("I am tes... ...
分类:
编程语言 时间:
2016-04-27 22:03:42
阅读次数:
167
Die.Romantik.Roms.v1.12.German-DELiGHT\Die.Welt.am.Sonntag.14.Februar.2010.German.Retail.Ebook-ATTiCA\DigiDNA.PicsAid.v1.01.Mac.OSX.Regged-CRD\DigiDNA ...
分类:
其他好文 时间:
2016-04-27 10:50:31
阅读次数:
147
AMS & WMS,应该是app端打交道最多的2个framwork层的service。 ActivityManagerService 是android提供给用于管理Activity运行状态的系统进程。 本系列共分3个部分,概述,ActivityStatck & Activiy Task. 一. AM ...
分类:
移动开发 时间:
2016-04-27 09:28:35
阅读次数:
308
(转载) 已知的两种方法貌似可以获取,但是感觉结果不准确:一种是,adb shell am start -w packagename/activity,这个可以得到两个值,ThisTime和TotalTime,不知道两个有什么区别,而且与实际启动时间不匹配,两者相加都可能比实际启动时间小(测试游戏的 ...
分类:
移动开发 时间:
2016-04-20 14:58:36
阅读次数:
285
转自:http://blog.sina.com.cn/s/blog_51335a0001017ux5.html adb shell am instrument [options] <COMPONENT> 作用:启动对instrument实例的监视。 参数[options]: -e <key> <va ...
分类:
移动开发 时间:
2016-04-19 13:54:36
阅读次数:
333
开始安装确认包安装yuminstallpcre-developenssl-devel-y添加nginx用户useraddnginx[编译安装nginxtar-zxvfnginx-1.0.9.tar.gz-C/usr/local/src./configure--prefix=/usr/local/nginx109--with-http_stub_status_module--with-http_ssl_module--user=nginx--group=nginxmake&am..
分类:
其他好文 时间:
2016-04-19 00:35:29
阅读次数:
268
I am using Java server pages and for using String Manipulations and i am Using StringUtils which i am not able compile.It says that "StringUtils canno ...
分类:
其他好文 时间:
2016-04-18 17:15:50
阅读次数:
138