关于Ubuntu Linux Server 9.04 版本的安装使用。先声明几点:1. 整个安装过程,都是全英文的,而且,是文本模式,不像Desktop版本,有Livecd的图形化模式。2. 刚开始光盘引导的时候,必须选择:English !否则在系统安装好以后,如果安装图形化桌面,会因为字体问题导...
分类:
系统相关 时间:
2014-10-11 18:06:45
阅读次数:
353
介绍:difflib 比较序列。该模块包含一些用来计算和处理序列直接差异的工具。她对于比较文本尤其用,其中包含的函数可以使用多种常用差异格式生成报告。测试数据(splitlines()按行划分为序列列表):text1 = """We all know that English is very use...
分类:
其他好文 时间:
2014-10-11 03:06:14
阅读次数:
277
select *, english2= case when english IS NULL then '暂无成绩' when english IS NOT NULL then cast(english as Nvarchar(20)) endfrom Students
分类:
数据库 时间:
2014-10-05 14:55:48
阅读次数:
186
SELECT ID,StuNum,Name,chinese,math,english,chinese+math+english as total from Students
分类:
数据库 时间:
2014-10-05 13:20:38
阅读次数:
240
When I first started learning about JavaScript object model my reaction was of horror and disbelief. I was totally puzzled by its prototype nature as ...
分类:
编程语言 时间:
2014-10-02 04:12:52
阅读次数:
212
转眼间9月份又过去了,又该好好总结一下这个月的英语学习情况了.
在暑假快结束的时候,9期师姐给我们测了英语快照。当初测的时候就发现一个问题:当测自己听过尤其是读过的东
西的时候,自己都能听出来。测自己不熟悉的材料的时候,听出来的也勉强才能及格。所以提高自己的听力是迫在眉睫
的,因为只有听懂了才能会说,只有听的准才能说的准。
开学了,英语学习由暑假的四个小时减...
分类:
其他好文 时间:
2014-09-30 11:44:59
阅读次数:
147
原文:http://blog.csdn.net/ecitnet/article/details/1799444游戏编程中的人工智能技术.>.(连载之一)用平常语言介绍神经网络(Neural Networks in Plain English)因为我们没有很好了解大脑,我们经常试图用最新的技术作为一种...
分类:
其他好文 时间:
2014-09-26 18:15:28
阅读次数:
373
【鹏城万里】 发表于www.sqlstudy.com要得到某一天是星期几,需要用到 SQL Server 中的日期函数:datename()。今天是星期几,例子 1: set language N'English'select datename(weekday, getdate()) Wed...
分类:
数据库 时间:
2014-09-26 13:49:18
阅读次数:
270
1004 - Monkey Banana Problem
PDF (English)
Statistics
Forum
Time Limit: 2 second(s)
Memory Limit: 32 MB
You are in the world of mathematics to solve the great...
分类:
其他好文 时间:
2014-09-26 02:20:30
阅读次数:
382
package src;
public class Main {
public static void main(String args[]){
String chinese = "中文 is english";
int clenth = 0;
try{
clenth = chinese.getBytes("gbk").length;
}catch(Exc...
分类:
编程语言 时间:
2014-09-25 18:35:57
阅读次数:
230