码迷,mamicode.com
首页 >  
搜索关键字:alter database add s    ( 53953个结果
MySQL 安装与使用(二)
操作系统:CentOS release 5.10 (Final)MySQL版本:5.1.72-community一、MySQL数据库简单迁移(备份与还原)参考:http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#ba...
分类:数据库   时间:2014-05-22 04:17:38    阅读次数:406
静态代理和动态代理
静态代理方式是为每个被代理的对象构造对应的代理类,例如我们有一个计算器的接口以及一个具体实现public interface Calculator { int add(int a, int b);}public class CalculatorImpl implements Calculato...
分类:其他好文   时间:2014-05-22 03:58:08    阅读次数:291
数据库编码问题
lmysql有六处使用了字符集,分别为:client 、connection、database、results、server 、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:数据库   时间:2014-05-22 02:27:03    阅读次数:278
性能测试结果分析
Definitions:?StressTests the server –Peak volume over a short span of time?LoadTests the database –Largest load the database can handle at one time?Vo...
分类:其他好文   时间:2014-05-22 01:29:01    阅读次数:338
Platform设备之gpio-led分析
Platform设备之gpio-led分析led测试以使用的9263板子为例,首先看board-sam9263ek.c的ek_board_init函数,static void __init ek_board_init(void){ /* Serial */ at91_add_device_seria...
分类:其他好文   时间:2014-05-21 23:43:48    阅读次数:306
利用PowerDesigner15在win7系统下对MySQL 进行反向工程(三)
利用PowerDesigner15在win7系统下对MySQL 进行反向工程 1、选择“数据库--》Generate Database...”,查看数据库表的SQL语句 2、找到“Preview”,查看SQL语句...
分类:数据库   时间:2014-05-21 11:35:19    阅读次数:282
zabbix proxy 分布式监控
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/ --enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置 zabbix_proxy.conf1 使用...
分类:其他好文   时间:2014-05-21 05:39:29    阅读次数:353
定制django admin页面的跳转
在django admin的 change_view, add_view和delete_view页面,如果想让页面完成操作后跳转到我们想去的url,该怎么做默认django admin会跳转到changelist_view页面------------------------------下面的代码是d...
分类:其他好文   时间:2014-05-21 05:31:25    阅读次数:321
How to Restore File Error 3219 on Microsoft SQL Servers
File error 3219 occurs on Microsoft SQL servers where you are attempting to improperly restore a database with the "Restore Files and Filegroups" comm...
分类:数据库   时间:2014-05-21 03:36:02    阅读次数:427
解决SQLite异常:library routine called out of sequence
在项目开发中,使用SQLite一不小心就会碰到各种DB异常,网上搜了下没有这方面的资料,写出来记录下。异常信息:android.database.sqlite.SQLiteMisuseException: library routine called out of sequence: , while...
分类:数据库   时间:2014-05-21 03:12:20    阅读次数:1023
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!