@font-face { font-family: 华文隶书; src: url(
../font/STLITI.eot ); /* IE */ src: url( ../font/STLITI.ttf )
format("truetype"); /* 非IE */ }...
分类:
Web程序 时间:
2014-05-27 01:10:44
阅读次数:
300
1、作为参数名称说明Format(String,
Object)将指定的String中的格式项替换为指定的Object实例的值的文本等效项。Format(String,array[]()[])将指定String中的格式项替换为指定数组中相应Object实例的值的文本等效项。Format(IForma...
分类:
其他好文 时间:
2014-05-23 12:51:29
阅读次数:
521
测试结论
mysql版本 5.1
表类型: innodb, row_format=compact (这是默认的行格式)
插入超过10个blob, blob的数据量很小(
插入超过10个blob, blob的数据量很大(>768字节), 插入失败:报 Got error 139 from storage engine。
注意,如果mysql服...
分类:
数据库 时间:
2014-05-22 11:55:10
阅读次数:
347
当GridPanel被添加到容器,且容器的layout为vbox时候, 会出现 Layout run failed 后者GridPanel的尺寸没有撑满父容器
网上找到的解决办法是,要给父容器设置一个高度,但问题是,高度没有办法定死。切写死后,也没有解决此问题。
此时修改父容器的layout为
layout: {
type: 'vbox',
al...
分类:
Web程序 时间:
2014-05-22 08:30:15
阅读次数:
362
利用我公司自主开发的数据格式转换产品,面向社会各界,提供数据转换技术服务。根据用户的需求,将用户提供的原始数据文件转换为用户所需的数据文件格式。本公司向广大用户承诺,数据格式转换结果满足用户的需求,收费价格合理。为用户提供质量优良的技术服务。
PDF(Portable Document Format)文件格式是Adobe公司开发的电子文件格式。这种文件格式与操作系统平台无关,这一特...
分类:
其他好文 时间:
2014-05-22 07:22:19
阅读次数:
247
用xtrabackup进行数据备份恢复时出现如下问题:InnoDBBackupUtilityv1.5.1-xtrabackup;Copyright2003,2009InnobaseOyandPerconaInc2009-2011.AllRightsReserved.ThissoftwareispublishedundertheGNUGENERALPUBLICLICENSEVersion2,June1991.option_ibbackup_binaryisautodetect,..
分类:
数据库 时间:
2014-05-20 17:45:40
阅读次数:
573
D. Number theory
Time Limit: 1000ms
Case Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name: Main
Submit Status PID:
34055
Font Size:
+
...
分类:
其他好文 时间:
2014-05-20 16:24:12
阅读次数:
245
date (PHP 4, PHP 5) date — 格式化一个本地时间/日期 说明 ? string
date ( string $format [, int $timestamp ] ) 返回将整数 timestamp
按照给定的格式字串而产生的字符串。如果没有给出时间戳则使用本地当前时间。换句...
分类:
Web程序 时间:
2014-05-19 19:26:29
阅读次数:
448
public class MyDateFormat { /** * 格式化时间 * @param
date * @param format * @return string */ public static String dateToStr...
分类:
编程语言 时间:
2014-05-19 16:36:00
阅读次数:
339
C - The Dole Queue
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu
Submit Status
Description
The Dole Queue
In a serious attempt to down...
分类:
其他好文 时间:
2014-05-18 03:10:48
阅读次数:
326