查询:show databases;show status;show tables;desc
table-name;更改root密码:方法一:mysqladmin -uroot -poldpassword password
newpassword方法二:mysql -uroot -puse mysq...
分类:
数据库 时间:
2014-05-24 07:49:23
阅读次数:
332
10192 最长公共子序列
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&
Itemid=8&page=show_problem&category=114&problem=1133&mosmsg=
Submission...
分类:
其他好文 时间:
2014-05-23 22:30:07
阅读次数:
528
This tutorial will guide you on how to install
JDK (Java Development Kit) on Linux. Since I use Centos 5.4 x86_64 in everyday
life, this guide is show...
分类:
编程语言 时间:
2014-05-23 12:39:44
阅读次数:
710
WM_CAP_DRIVER_CONNECT//ActiveX
---->OnCreatem_pit.Create(IDD_CAM_DIALOG,this);CRect
rc;this->GetClientRect(&rc);m_pit.m_cam.MoveWindow(&rc);m_pit.Show...
分类:
其他好文 时间:
2014-05-23 12:09:20
阅读次数:
570
写这个帖子的缘由是因为在页面参数传到rails的controller时用params[:]和params[""]都可以取到值:[1] pry(#)>
params=> {"action"=>"show", "controller"=>"books", "id"=>"382"}[2]
pry(#)> ...
分类:
其他好文 时间:
2014-05-23 11:10:59
阅读次数:
307
This is a simple tutorial to show a new linux user
(such as myself) how to setup freeglut and OpenGl. OS: ubuntu 12.1 I have just
recently become a .....
分类:
其他好文 时间:
2014-05-23 11:07:45
阅读次数:
380
1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW
DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABASE
MYSQLDATA;3:选择你所创建的数据库mysql> USE MYSQLDATA; (按回车键出现Databas...
分类:
数据库 时间:
2014-05-20 10:24:33
阅读次数:
282
1 (1)Let $\sed{x_k}_{k=1}^n \subset (0,\pi)$, and
define $$\bex x=\frac{1}{n}\sum_{k=1}^n x_i. \eex$$ Show that $$\bex
\prod_{k=1}^n \frac{\sin x_k}{x...
分类:
其他好文 时间:
2014-05-19 14:46:27
阅读次数:
388
在MySQL的master-slave或dual master的架构中,我们经常使用show
slave status命令来查看复制状态。这里涉及几个重要的日志文件和位置:Master_Log_File,Read_Master_Log_Pos:
记录了IO thread读到的当前master bin...
分类:
其他好文 时间:
2014-05-19 12:57:28
阅读次数:
282
定义一个时间类
class Time//时间类
{
public:
void set_time( );//设置时间
void show_time( );//显示时间
int add_a_sec();//增加1秒
int add_a_minute();//增加1分钟
int add_a_hour();//增加1个小时
int add_seconds(int n);//增...
分类:
其他好文 时间:
2014-05-18 04:33:46
阅读次数:
294