1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:
其他好文 时间:
2014-07-22 22:56:35
阅读次数:
216
第一步:安装语言包进入 “System Settings”找到 “Language Support” 那一项,点击进入选择 “Install/Remove Languages”找到 “Chinese (simplified)” 那一项,把后面到勾打上然后点击 “Apply Changes” 等待一段...
分类:
其他好文 时间:
2014-07-22 22:56:33
阅读次数:
224
1、新建AS类,用于为Tree生成复选框,及一些选择事件。package com.th.myUtils{ import flash.events.Event; import flash.events.MouseEvent; import mx.controls.Alert;...
分类:
其他好文 时间:
2014-07-19 00:02:02
阅读次数:
305
1 //变量obj实际指向的是chinese类型的对象,调用ToString方法的时候,发现object类的tostring()方法是virtual类型,2 //所以先看chinese类有木有override,如果有则直接调用chinese的override方法,3 //如果木有则看chinese的...
分类:
其他好文 时间:
2014-07-18 23:19:52
阅读次数:
269
Reverse IntegerReverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about th...
分类:
其他好文 时间:
2014-07-18 09:34:59
阅读次数:
212
关键代码: /// /// 根据行,列索引来获取RepositoryItem /// /// GridView /// 行索引 /// 列索引 /// RepositoryItem public static RepositoryItem GetRepositoryItem(th...
分类:
其他好文 时间:
2014-07-17 22:31:31
阅读次数:
205
1. Input Method: 1.1.用root登录 ,或su root 1.2.yum install "@Chinese Support" 1.3.exit 1.4.回到桌面,system->preferences->input method 1.5.如果没有,先注销一下。 1....
分类:
其他好文 时间:
2014-07-17 21:32:59
阅读次数:
233
如果你在安装Linux的过程中就选择了中文,可能可以省去步骤1、2,反之,如果你先安装了英文环境,而后希望它支持中文,则可以1,2步1.首先在linux中安装中文包安装简体中文包rpm -ivh kde-i18n-Chinese-x.x.x-x.noarch.rpm(其中x.x.x-x是版本号)或yum install kde-i18n-Chinese.noarch安装繁体中文包rpm -ivh ...
分类:
系统相关 时间:
2014-07-17 15:32:09
阅读次数:
327
Dungeon Master
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 16178
Accepted: 6268
Description
You are trapped in a 3D dungeon and need to find th...
分类:
其他好文 时间:
2014-07-17 10:16:30
阅读次数:
235
/*
G - 二分
Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu
Submit
Status
Description
Given n points (1 dimensional) and q segments, you have to find the number of points th...
分类:
其他好文 时间:
2014-07-16 16:42:15
阅读次数:
245