update Students set chineseLevel = casewhen chinese = 80 then 'A'end
分类:
数据库 时间:
2014-10-06 01:36:09
阅读次数:
205
--定义存储过程create procedure GetReturnValue@className nvarchar(50),@Age intas begindeclare @maxScore intselect @maxScore=MAX(chinese) from Students where ...
分类:
数据库 时间:
2014-10-06 01:24:39
阅读次数:
359
线程是程序中的执行线程。Java 虚拟机允许应用程序并发地运行多个执行线程。
创建新执行线程有两种方法。
一种方法是将类声明为 Thread 的子类。该子类应重写Thread 类的run 方法。另一种方法是声明实现 Runnable 接口的类。该类然后实现run 方法。
创建线程方式一:继承Thread类
一、创建线程的步骤:
1.定义一个类继承Thread类
2.覆盖Th...
分类:
编程语言 时间:
2014-10-05 22:07:49
阅读次数:
401
declare @myOrder intset @myOrder=3select * from Students order by case @myOrder when 1 then chinese when 2 then math when 3 then englishendde...
分类:
数据库 时间:
2014-10-05 14:47:48
阅读次数:
208
Flaresim.V4.0.4.637 火炬模拟设计软件Flaresim is a computer program designed to assist professional engineers in the design and evaluation of flare systems. Th...
分类:
其他好文 时间:
2014-10-05 14:23:48
阅读次数:
281
SELECT ID,StuNum,Name,chinese,math,english,chinese+math+english as total from Students
分类:
数据库 时间:
2014-10-05 13:20:38
阅读次数:
240
在Ubuntu中安装中文输入法确实比较麻烦,特别是英文版的Ubuntu系统Ubuntu上的输入法主要有小小输入平台(支持拼音/二笔/五笔等),Fcitx,Ibus,Scim等。其中Scim和Ibus是输入法框架。在Ubuntu的中文系统中自带了中文输入法,通过Ctrl+Space可切换中英文输入法。...
分类:
其他好文 时间:
2014-10-04 22:08:27
阅读次数:
262
Budget
Time Limit: 3000MS
Memory Limit: 65536K
Total Submissions: 5962
Accepted: 2266
Special Judge
Description
We are supposed to make a budget proposal for th...
分类:
其他好文 时间:
2014-10-03 21:44:55
阅读次数:
226
1. Type conversion:If we assign an out-of-range value to an object of unsigned type, the result is the remainder of the value modulo the number of val...
分类:
编程语言 时间:
2014-10-03 18:53:04
阅读次数:
198
Unfortunately, I have not found a proper way to type in Chinese characters!When i want to install new software on my pear os8 it shows that "Requires ...
分类:
其他好文 时间:
2014-10-03 00:16:23
阅读次数:
176