2015年10月14日

C# String.Format大全

摘要: C# String.Format大全???十进制的数字??string.Format("{0:D3}",23)023格式化十进制的数字string.Format("{0:D2}",1223)1223精度说明符指示结果字符串中所需的最少数字个数12345.ToString("n");//生成 12,3... 阅读全文

posted @ 2015-10-14 11:44 大西瓜3721 阅读(269) 评论(0) 推荐(0)

epub3 in action: epub3文件格式简介

摘要: epub3文件就是一个符合epub3标准,以epub为扩展名的zip压缩文件。epub3标准则是基于html5、css3、svg等web标准以及mathML等来展示内容。下图就是一个简单epub3文件的大致结构。 epub3规范使用OCF(open container format)标准规定的... 阅读全文

posted @ 2015-10-14 08:54 大西瓜3721 阅读(1176) 评论(0) 推荐(0)

导航