码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
erlang的tcp批量客户端模板
tcp_client.erl-module(tcp_client).-export([start/2, stop/1]).start({Ip,Port}, ClientNumber) -> io:format("~p,~p~n",[Ip,Port]), case tcp_client_h...
分类:其他好文   时间:2015-07-08 09:26:14    阅读次数:161
钱币兑换问题
E - 钱币兑换问题 Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description 在一个国家仅有1分,2分,3分硬币,将钱N兑换成硬币有很多种兑法。请你编程序计算出共有多少种兑法。   Input 每...
分类:其他好文   时间:2015-07-07 17:04:21    阅读次数:108
Friendship
A - Friendship Time Limit:3000MS     Memory Limit:32768KB     64bit IO Format:%lld & %llu Submit Status Description A friend is like a flower, a rose to be exact, Or maybe li...
分类:其他好文   时间:2015-07-07 17:03:29    阅读次数:165
Color the ball
C - Color the ball Time Limit:3000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description N个气球排成一排,从左到右依次编号为1,2,3....N.每次给定2个整数a b(a   Input ...
分类:其他好文   时间:2015-07-07 17:03:00    阅读次数:109
Big Event in HDU
I - Big Event in HDU Time Limit:5000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Nowadays, we all know that Computer College is the biggest d...
分类:其他好文   时间:2015-07-07 17:01:29    阅读次数:93
在HTML中优雅的生成PDF
关键代码script中的内容是xdoc,说明见:http://myxdoc.sohuapps.com/xml.html_format属性指定输出格式,还可以是flash、docx等,script中的属性可以使用xdoc可用的参数,style属性定义展示结果的样式。这种方式将XDOC标记与HTML完美...
分类:Web程序   时间:2015-07-07 16:15:19    阅读次数:174
错误代码: 1582 Incorrect parameter count in the call to native function 'str_to_date'
1. 错误描述1 queries executed, 0 success, 1 errors, 0 warnings查询:SELECT t.`name`, DATE_FORMAT(str_to_date('2015'), '%Y') as statisDate, ROUND(IFNULL(SUM(t.`amount`), 0), 3) AS ...错误代码: 1582 Incorrect param...
分类:其他好文   时间:2015-07-06 23:27:32    阅读次数:157
移动web问题小结
Meta标签:Crayon Syntax Highlighter v2.7.11[Format Time: 0.0019 seconds]这个想必大家都知道,当页面在手机上显示时,增加这个meta可以让页面强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放...
分类:移动开发   时间:2015-07-06 23:04:13    阅读次数:243
POJ 1564 Sum It Up(DFS)
Sum It UpTime Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionGiven a specified total t and a list of n integer...
分类:其他好文   时间:2015-07-06 21:39:52    阅读次数:136
HDU 1172 猜数字(DFS)
猜数字Time Limit:10000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescription猜数字游戏是gameboy最喜欢的游戏之一。游戏的规则是这样的:计算机随机产生一个四位数,然后玩家猜这个四位...
分类:其他好文   时间:2015-07-06 21:38:06    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!