码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
利用触摸精灵实现截图功能(针对微信)
function main() --获取屏幕的分辨率w,h = getScreenResolution();--显示屏幕长、宽notifyMessage(string.format("%d,%d\n",w,h));mSleep(500);-- 点击函数appRun("com.tencent.xin....
分类:微信   时间:2015-05-07 18:31:14    阅读次数:343
mvc api odata 查询选项之 $inlinecount ,$format 选项
网上百度“odata 语法”会出来很多结果,其中有一项是比较一致的,那就是odata支持一下几种语法:$filter条件表达式 -- 对应sql语句的where条件查询,如:/Categories?$filter=name eq 'liumang'$expand 包含属性和关系 -- 对应表的外键关...
分类:Windows程序   时间:2015-05-07 18:29:39    阅读次数:237
LeetCode (29) Fraction to Recurring Decimal
题目描述Given two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the fractional part is repeating, enclose the repeating part in parentheses.For...
分类:其他好文   时间:2015-05-07 14:32:56    阅读次数:152
UVA1213 Sum of Different Primes(素数打表+dp)
UVA - 1213 Sum of Different Primes Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description A positive integer may be ex...
分类:其他好文   时间:2015-05-07 06:30:45    阅读次数:168
UVA11005 Semi-prime H-numbers(筛法)
UVA - 11105 Semi-prime H-numbers Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Problem A: Semi-prime H-number...
分类:其他好文   时间:2015-05-07 06:30:38    阅读次数:217
UVA 12063(dp记忆化)
UVA - 12063 Zeros and Ones Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Binary numbers and their pattern o...
分类:其他好文   时间:2015-05-07 06:30:27    阅读次数:220
UVA 1210 Sum of Consecutive Prime Numbers(数论)
UVA - 1210 Sum of Consecutive Prime Numbers Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Some positive integ...
分类:其他好文   时间:2015-05-07 06:27:38    阅读次数:169
Yii2 Gridview 动态显示行或列
我们知道Yii中的GridView组件是非常好用的。动态显示列。要用到visible属性'propString' => ['attribute' => 'propertyNamesStringV2','format' => 'raw', 'visible' => isset($_GET['pno']...
分类:其他好文   时间:2015-05-07 00:49:45    阅读次数:231
Saruman's Army(贪心)
?? Saruman's Army Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3069 Description Saruman the White must lead hi...
分类:其他好文   时间:2015-05-06 23:06:15    阅读次数:311
UVA 11077 Find the Permutations DP
Find the Permutations Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description Problem D Find the Permutations Input: Standard In...
分类:其他好文   时间:2015-05-06 22:58:02    阅读次数:182
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!