码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
mysql语法、特殊符号及正则表达式的使用
http://blog.csdn.net/pipisorry/article/details/46764495 Mysql常用显示命令 1、显示当前数据库服务器中的数据库列表: mysql> SHOW DATABASES; 注意:mysql库里面有MYSQL的系统信息,我们改密码和新增用户,实际上就是用这个库进行操作。 2、进入数据库: mysql> USE 库名; 2、显示...
分类:数据库   时间:2015-07-06 14:12:42    阅读次数:233
【转载】FslSge
IntroductionThis is a quick walk through to get Grid Engine going on Linux for those who would like to use it for something like FSL. This documentati...
分类:其他好文   时间:2015-07-06 11:49:57    阅读次数:142
签到领金币脚本
1 #!/use/bin/env python 2 # -*- coding: utf-8 -* 3 # Author : nick 4 # Desc : v2ex每日签到 5 6 import urllib 7 import urllib2 8 ...
分类:其他好文   时间:2015-07-05 23:57:42    阅读次数:197
转:OSG::Quat(四元数)用法
转自:http://blog.163.com/dj_zone/blog/static/4908931320098294047820/osg::QuatTo set the attitude of a node or group of nodes, we use a new object, the o...
分类:其他好文   时间:2015-07-05 22:26:49    阅读次数:361
OpenGL 与 GLSL 版本
来自:https://github.com/mattdesl/lwjgl-basics/wiki/GLSL-VersionsYou can use the #version command as the first line of your shader to specify GLSL version:#version 120 void main() { gl_FragColor = v...
分类:其他好文   时间:2015-07-05 21:17:10    阅读次数:653
isKindOfClass isMemeberOfClass 的区分
isKindOfClassIf you use such constructs in your code, you might think it is alright to modify an object that in reality should not be modified. Doing ...
分类:其他好文   时间:2015-07-05 21:06:19    阅读次数:129
How to Copy and Paste in the Ubuntu Gnome Terminal
How to Copy: Select the content in terminal use your mouse , and then use Ctrl + Shift + C to copy the content. How to Paste:Use Ctrl + Shift + V to paste the content....
分类:系统相关   时间:2015-07-05 18:37:12    阅读次数:163
mysql语法、特殊符号及正则表达式的使用
Mysql常用显示命令 1、显示当前数据库服务器中的数据库列表: mysql> SHOW DATABASES; 注意:mysql库里面有MYSQL的系统信息,我们改密码和新增用户,实际上就是用这个库进行操作。 2、进入数据库: mysql> USE 库名; 2、显示数据库中的数据表: mysql> SHOW TABLES; 3、显示数据表的结构: mysql> DESCR...
分类:数据库   时间:2015-07-05 18:35:00    阅读次数:394
centos 扩展root根分区的大小
目标:将VolGroup-lv_home缩小到125G,并将剩余的空间添加给VolGroup-lv_root1.首先查看磁盘使用情况[root@localhost ~]# df -h文件系统 容量 已用 可用 已用% 挂载点 Filesystem Size Used Avail Use% Mount...
分类:其他好文   时间:2015-07-05 16:37:19    阅读次数:154
ODPS 下一个map / reduce 准备
阿里接到一个电话说练习和比赛智能二选一, 真的很伤心, 练习之前积极老龄化的权利. 要总结ODPS下一个 写map / reduce 并进行购买预测过程. 首先这里的hadoop输入输出都是表的形式, 我们须要一张输入表和一张输出表. 输入表为 提供的 t_alibaba_bigdata_use.....
分类:其他好文   时间:2015-07-05 13:44:51    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!