自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 Oracle SQL

如果有一列的值为null,则数学运算结果就是null。 e.g.    select last_name, 12*salary*commission_pct from employees;  commission_pct为null的行,12*salary*commission_pct结果都是null     别名:   select last_name AS name, comm...

2012-04-08 22:56:04 84

原创 英语学术论文常用句型

英语学术论文常用句型    Beginning     1. In this paper, we focus on the need for    2. This paper proceeds as follow.    3. The structure of the paper is as follows.    4. In this paper, we shall first briefly ...

2010-12-19 13:11:58 139

原创 I'm the one

I'm the one who make me see the morning sun I'm the one who make me stand still on the ground I can swim in the ocean I can fly in the sky I won't drown or fall anymore Cos I'm not scared I'm th...

2010-11-25 23:54:03 101

原创 [转]小户型装修金钟奖揭幕 最时尚小户型

  好漂亮,转走了,嘻嘻。。。                                                                                                                                                                                    ...

2010-10-25 23:08:48 80

pythonchallenge -- lev 02

table=str.maketrans("abcdefghijklmnopqrstuvwxyz", "cdefghijklmnopqrstuvwxyzab") orig="""g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. \ bmgle gr gl zw fylb gq glcddgagclr yl...

2010-08-05 11:06:15 68

pythonchallenge -- lev 01

print(2**38) 结果:274877906944

2010-08-05 11:04:39 76

原创 用流利的英语介绍中国的特色

1.      元宵节: Lantern Festival 2.      刺绣: embroidery 3.      重阳节: Double-Ninth Festival 4.      ...

2010-07-11 10:40:15 172

重装windows系统后ubuntu 10.04 grub2的恢复

解决方案如下 用Ubuntu live启动进入Ubuntu 运行终端,输入命令:sudo fdisk -l(在罗列出的计算机的盘符信息中找到Linux所在的盘符,如我的是在Dev/sda3) 再输入命令:sudo -i(获取权限) 输入命令:mount /dev/sda3(数字为你的Ubuntu所在盘符) /mnt(注意空格不可少) 输入:grub-...

2010-07-10 19:19:35 108

原创 [转载][软件评测] MLDonkey研究 – 调教Mac平台最快的驴

[前言]: 很久之前就想写一篇关于MLDonkey的文章, 一直没有动力, 今天趁着回父母家无事, 把关于我知道的MLdonkey的调教方法公布一下, 基本上所有内容都是从互联网上google以及整合出来的, 不需要高深的技巧, 尽量做到for dummies. [首先简单介绍一下MLDonkey]: MLDonkey是一个从2002年就开始的开源多平台P2P项目, 其运行平台包括绝大多...

2010-07-10 08:36:14 246

原创 Linux & Mac & Dos & Windows

Linux is for people who want to know why it works. Mac is for people who dont want to know why it works. DOS is for people who want to know why it does not work. Windows is for people who...

2010-07-08 16:12:35 107

Ubuntu10.04设置

  安装sun jdk $ sudo vim /etc/apt/sources.list 添加源: deb http://archive.canonical.com/ lucid partner  保存,然后: $ sudo apt-get update $ sudo apt-get install sun-java6-bin sun-java6-jre sun-java...

2010-07-07 10:33:15 59

MySQL中文乱码

  Issue: MySQL数据库存储的中文为乱码 Env:    Deiban + MySQL 5.1.47 1、MySQL字符集   查看当前MySQL服务器支持的所有字符集 mysql> SHOW CHARACTER SET;       任何一个给定的字符集至少有一个校对规则。它可能有几个校对规则。  ...

2010-07-04 17:04:06 84

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除