安装kde桌面后没有中文,可以用以下方法配置中文#yum list kde*chinese会显示可以安装的包,我的显示如下kde-l10n-Chinese.noarch 4.5.5-1.fc14 @updates可以用以下命令安装...
分类:
其他好文 时间:
2014-10-09 15:03:13
阅读次数:
219
The maze was a rectangle with sizes N by M. There was a door in the maze. At the beginning, the door was closed and it would open at the T-th second f...
分类:
其他好文 时间:
2014-10-08 18:32:25
阅读次数:
205
bool urlparse(const u_char* data,u_int len)
{
ip_header *ih;
udp_header *uh;
tcp_header *th;
u_short sport,dport;
int ip_len = 0;
ih = (ip_header *)(data+0xE);
ip_len = (ih->ver_ihl &...
分类:
其他好文 时间:
2014-10-08 14:55:55
阅读次数:
428
Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th...
分类:
其他好文 时间:
2014-10-08 11:12:55
阅读次数:
249
简明python教程:http://woodpecker.org.cn/abyteofpython_cn/chinese/ 进入python:[root@likun ~]# pythonPython2.6.5(r265:79063,Jul142010,11:36:05)[GCC 4.4.420100...
分类:
编程语言 时间:
2014-10-07 18:55:23
阅读次数:
211
“Waiting for orders we held in the wood, word from the front never cameBy evening the sound of the gunfire was miles awayAh softly we moved through th...
分类:
其他好文 时间:
2014-10-07 18:49:53
阅读次数:
265
Given a binary tree, determine if it is a valid binary search tree (BST).
Assume a BST is defined as follows:
The left subtree of a node contains only nodes with keys less than the node's key.Th...
分类:
其他好文 时间:
2014-10-06 19:32:50
阅读次数:
173
如图:源表:转换之后的结果:SQL语句:SELECT 姓名,MAX(CASE WHEN 课程='语文' THEN 分数 else 0 end) '语文',MAX(CASE WHEN 课程='数学' THEN 分数 else 0 end) '数学',MAX(CASE WHEN 课程='物理' TH.....
分类:
数据库 时间:
2014-10-06 14:28:50
阅读次数:
196
关于python的编码问题一直以来不得解,终于在今天从这篇博文中明白了。原文地址:http://nedbatchelder.com/text/unipain.html译文地址:http://pycoders-weekly-chinese.readthedocs.org/en/latest/issue...
分类:
编程语言 时间:
2014-10-06 05:20:19
阅读次数:
375
begin try begin transaction insert into teachers (Name,Age,Greade) values('test1',40,'高三三班') insert into Students (ClassName,chinese,...
分类:
数据库 时间:
2014-10-06 01:19:59
阅读次数:
191