一、CentOS系统访问 xxx.cn ,发现中文乱码于是用以前的方式:# yum -y install fonts-chinese# yum -y installfonts-ISO8859CentOS系统安装完成后,重新启动即可。二、终端、 gedit 显示乱码# vim /etc/sysconf...
分类:
其他好文 时间:
2014-06-28 22:09:00
阅读次数:
235
方法一:在Arcmap中转换:1、载入要转换的数据,右下角为经纬度2、点击View——Data Frame Properties——Coordinate System3、导入或选择正确的坐标系,确定。这时右下角也显示坐标。但数据没改变4、右击图层——Data——Export Data5、Use th...
分类:
其他好文 时间:
2014-06-28 17:30:44
阅读次数:
675
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- *//** This program is free software; you can redistribute it and/or modify* it under th...
分类:
其他好文 时间:
2014-06-28 10:59:12
阅读次数:
244
--小写数字转大写,只是单纯的将数字转换为大写了,还要加单位create or replace function chinese(number1 number) return varchar2 is Result varchar2(30):=' '; v_chinese varchar2(25).....
分类:
其他好文 时间:
2014-06-21 00:14:41
阅读次数:
199
Description神校XJ之学霸兮,Dzy皇考曰JC。摄提贞于孟陬兮,惟庚寅Dzy以降。纷Dzy既有此内美兮,又重之以修能。遂降临于OI界,欲以神力而凌♂辱众生。今Dzy有一魞歄图,其上有N座祭坛,又有M条膴蠁边。时而Dzy狂WA而怒发冲冠,神力外溢,遂有K条膴蠁边灰飞烟灭。而后俟其日A50题则...
分类:
其他好文 时间:
2014-06-18 09:26:50
阅读次数:
173
Problem Description
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean.
The warehouse has N rooms. The i-th room con...
分类:
其他好文 时间:
2014-06-17 22:47:38
阅读次数:
300
K-th Number
Time Limit: 20000MS
Memory Limit: 65536K
Total Submissions: 36045
Accepted: 11522
Case Time Limit: 2000MS
Description
You are working for Macrohard com...
分类:
其他好文 时间:
2014-06-17 22:17:07
阅读次数:
410
函数上指int div(int a ,intb) th...
分类:
其他好文 时间:
2014-06-17 21:53:41
阅读次数:
234
题目
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from th...
分类:
其他好文 时间:
2014-06-17 21:38:12
阅读次数:
193
//构造函数function Fn(name) { this.name = name; //属性,存放不同的东西}Fn.prototype.showName = function(){ //构造函数.prototype.方法,存放相同的东西,在内存中存放一份 alert(th...
分类:
其他好文 时间:
2014-06-17 12:54:21
阅读次数:
318