码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
css中引入新的字体文件
@font-face{font-family:'fzltxhk';src:url('fzltxhk.ttf')format('truetype')}案例
分类:Web程序   时间:2015-04-27 12:37:03    阅读次数:195
CodeForces 520B Two Buttons
Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uDescriptionVasya has found a strange device. On the front panel of a device there a...
分类:其他好文   时间:2015-04-27 01:59:54    阅读次数:143
VS2010 打开 VS2012 的项目
用 VS2010 打开 VS2012 项目,只需两步。 1. 修改解决方案文件(*.sln) 使用记事本打开 *.sln 文件,将里面的 Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio 2012 P...
分类:其他好文   时间:2015-04-26 22:29:04    阅读次数:220
jsoncpp linux平台编译和 arm移植
jsoncpp soncpp is an implementation of a JSON (http://json.org ) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to rea...
分类:Web程序   时间:2015-04-26 00:03:40    阅读次数:167
BNU - 49102
进化之地(Evoland)Time Limit: 1000msCase Time Limit: 1000msMemory Limit: 65536KB64-bit integer IO format: %lld Java class name: MainSubmit Status PID: 491....
分类:其他好文   时间:2015-04-25 22:44:16    阅读次数:192
Java知识积累1-StringAlign实现文字居中左右对齐
import java.text.*;public class StringAlign extends Format{ public static final int JUST_LEFT='l'; //左对齐常量 public static final int JUST_RIGHT='r'; /.....
分类:编程语言   时间:2015-04-25 22:39:15    阅读次数:203
NSLog
#define NSLog(format, ...) fprintf(stderr, " %s\n", \[[[NSString stringWithUTF8String:__FILE__] lastPathComponent] UTF8String], ...
分类:其他好文   时间:2015-04-25 22:37:15    阅读次数:174
POJ 3667 Hotel
HotelTime Limit: 3000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:366764-bit integer IO format:%lld Java class name:MainThe c...
分类:其他好文   时间:2015-04-25 19:40:22    阅读次数:148
Oulipo
Oulipo Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description The French author Georges Perec (1936–1982) once wrote a book, La dispar...
分类:其他好文   时间:2015-04-25 16:45:37    阅读次数:126
格式化输出中的%s和%S的陷阱
CStringA csa; CStringA csc; CString csb(L"131231111111"); csa.Format("%s", csb); // 只会输出1 csc.Format("%S", csb); // 会输出131231111111 printf("%s\...
分类:其他好文   时间:2015-04-24 20:51:13    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!