码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Bind9用view配主从
We use two Bind server to realize view, master, slave-------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-07-22 22:57:13    阅读次数:299
SQL Server 2005/2008压缩数据库日志的方法
适用于SQLServer2005的方法1 Backup Log DNName WITH no_log2 GO3 DUMP TRANSACTION DNName WITH no_log4 GO5 USE DNName 6 DBCC SHRINKFILE (2)7 GO说明:由于SQLServer200...
分类:数据库   时间:2014-07-22 22:56:16    阅读次数:257
JavaScript Patterns 6.2 Expected Outcome When Using Classical Inheritance
This post introduces how to use the JavaScript feature to implement the Java style inheritance.
分类:编程语言   时间:2014-07-22 22:53:56    阅读次数:350
MyEclipse 如何修改默认工作路径
MyEclipse 如何修改默认工作路径(2010-09-20 12:06:02)转载▼标签: 杂谈 分类: java首次启动Eclipse/MyEclipse时, 会弹出"Workspace Launcher"对话框, 提示设置Workspace路径. 设定好路径后, 倘若勾选了"Use this...
分类:系统相关   时间:2014-07-19 21:26:51    阅读次数:274
glsl-VBO- change
修改其值的最快方式:创建:Mutable StorageTo create mutable storage for a buffer object, you use this API:voidglBufferData?(enum target, sizeiptr size, const void *...
分类:其他好文   时间:2014-07-19 21:10:18    阅读次数:425
[SharpDevelop]菜单状态更新
方式一在Idle方法中更新 1 void OnApplicationIdle(object sender, EventArgs e) 2 { 3 // Use the Idle event to update the status of menu and to...
分类:其他好文   时间:2014-07-19 20:06:17    阅读次数:210
gdb提示Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64
用gdb debugc代码的时候弹出这个错误Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64去http://debuginfo.centos.org/6/x86_64/找到了对应的r...
分类:数据库   时间:2014-07-18 23:25:55    阅读次数:530
mysql中如何查看和删除唯一索引
mysql中如何查看和删除唯一索引。 查看唯一索引: show index from mytable;//mytable 是表名 查询结果如下: 查询到唯一索引后,如何删除唯一索引呢,使用如下命令: alter table mytable drop index mdl_tag_use_ix;//mdl_tag_use_ix是上表查出的索引名,key_name...
分类:数据库   时间:2014-07-18 23:05:47    阅读次数:203
Access denied for user: 'root@localhost' (Using password: YES)
centos 安装mysql成功后 首次使用root登录发生:Access denied for user: 'root@localhost' (Using password: YES)   原因是mysql初始db中的mysql库user表中root密码为空 因此你需要修改root密码 首先执行:mysql -u root  进入mysql 库命令行 然后进入mysql库:use m...
分类:数据库   时间:2014-07-18 22:15:39    阅读次数:385
SQL Server基础知识
查看sql server版本select @@VERSION基本操作use tty; 使用tty数据库create table tt(name varchar(10)); 新建表ttinsert into tt values('ftp'); 插入数据...
分类:数据库   时间:2014-07-17 00:02:57    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!