码迷,mamicode.com
首页 >  
搜索关键字:chinese remainder th    ( 6034个结果
SQL_根据不同条件进行更新
update Students set chineseLevel = casewhen chinese = 80 then 'A'end
分类:数据库   时间:2014-10-06 01:36:09    阅读次数:205
SQL_存储过程return返回值
--定义存储过程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类)
线程是程序中的执行线程。Java 虚拟机允许应用程序并发地运行多个执行线程。 创建新执行线程有两种方法。 一种方法是将类声明为 Thread 的子类。该子类应重写Thread 类的run 方法。另一种方法是声明实现 Runnable 接口的类。该类然后实现run 方法。 创建线程方式一:继承Thread类 一、创建线程的步骤: 1.定义一个类继承Thread类 2.覆盖Th...
分类:编程语言   时间:2014-10-05 22:07:49    阅读次数:401
SQL_动态排序
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.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
SQL_数值的计算
SELECT ID,StuNum,Name,chinese,math,english,chinese+math+english as total from Students
分类:数据库   时间:2014-10-05 13:20:38    阅读次数:240
How to install chinese input method
在Ubuntu中安装中文输入法确实比较麻烦,特别是英文版的Ubuntu系统Ubuntu上的输入法主要有小小输入平台(支持拼音/二笔/五笔等),Fcitx,Ibus,Scim等。其中Scim和Ibus是输入法框架。在Ubuntu的中文系统中自带了中文输入法,通过Ctrl+Space可切换中英文输入法。...
分类:其他好文   时间:2014-10-04 22:08:27    阅读次数:262
POJ2396 Budget 【带下界的最大流】
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
C++ Variables and Basic Types Notes
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
"souces.list" of My Pear OS8
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!