码迷,mamicode.com
首页 >  
搜索关键字:b. school marks    ( 1359个结果
星星评分
网址http://www.jq22.com/jquery-info291博客:http://www.bitscn.com/school/Javascript/201408/310430.html比较好的网站http://www.jq22.com/jquery-info291https://www.b...
分类:其他好文   时间:2015-08-13 21:52:02    阅读次数:133
查询数据库信息
1、指定schema数据库useinformation_schema2、查询所有数据的大小selectconcat(round(sum(DATA_LENGTH/1024/1024),2),‘MB‘)asdatafromTABLES;3、查看指定数据库的大小(如school)selectconcat(round(sum(DATA_LENGTH/1024/1024),2),‘MB‘)asdatafromTABLESwheretable_schema=‘sch..
分类:数据库   时间:2015-08-12 15:04:22    阅读次数:184
HDU3496-Watch The Movie
描述: New semester is coming, and DuoDuo has to go to school tomorrow. She decides to have fun tonight and will be very busy after tonight. She like wa....
分类:其他好文   时间:2015-08-12 01:12:05    阅读次数:79
hdu1022(Train Problem I)----- 典型栈类题目
点击打开链接 Problem Description As the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(because the trains in the Ignatius Train St...
分类:其他好文   时间:2015-08-10 02:01:32    阅读次数:127
Android Marks Blog (private custom)
怎样设置Activity只有竖屏模式?在Android Manifest 文件中添加如下代码:android:configChanges="orientation|keyboardHidden|screenSize"
分类:移动开发   时间:2015-08-05 18:02:15    阅读次数:130
mysql学习笔记——workbench创建数据库
1、启动MySQL workbench, 到初始界面,点击‘+’号2、建立新连接3、双击新连接,填写密码4、创建数据库,点击红圈中的图标5、6、7、8、数据库school出现在了左侧导航栏里,双击school,选中school9、点开school的下拉菜单,右键Table, create tabl....
分类:数据库   时间:2015-08-04 18:44:27    阅读次数:179
插入一条和上一条数据关联的数据
--SQL语句declare @indata intset @indata=ceiling(rand()*200)+100 --100与300之间的随机数insert into school(dOpenDate,iPensonNum,iSumNum) values(GETDATE(),@indata...
分类:其他好文   时间:2015-08-01 10:00:22    阅读次数:120
spoj Goblin Wars(简单bfs)
J - Goblin Wars Time Limit:432MS    Memory Limit:1572864KB    64bit IO Format:%lld & %llu SubmitStatusPracticeSPOJ AMR11J Description   The wizards and witches of Hogwarts School of Witchcraf...
分类:其他好文   时间:2015-07-30 11:27:28    阅读次数:123
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!