码迷,mamicode.com
首页 >  
搜索关键字:chinese remainder th    ( 6034个结果
OpenERP report doesn't work
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
Ubuntu 12.04 LTS 中文输入法的安装 (转载)
第一步:安装语言包进入 “System Settings”找到 “Language Support” 那一项,点击进入选择 “Install/Remove Languages”找到 “Chinese (simplified)” 那一项,把后面到勾打上然后点击 “Apply Changes” 等待一段...
分类:其他好文   时间:2014-07-22 22:56:33    阅读次数:224
Flex4_Tree组件2(添加多选框、修改树图标)
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
[leetcode]Reverse Integer
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
[DevExpress]根据行,列索引来获取RepositoryItem
关键代码: /// /// 根据行,列索引来获取RepositoryItem /// /// GridView /// 行索引 /// 列索引 /// RepositoryItem public static RepositoryItem GetRepositoryItem(th...
分类:其他好文   时间:2014-07-17 22:31:31    阅读次数:205
CentOS After Install
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系统字符集乱码问题
如果你在安装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
POJ 2251:Dungeon Master(三维BFS)
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
二分lower_bound()与upper_bound()的运用
/* 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!