/*
______________________________________________________________________________________________________
author : Grant Yuan
time : 2014.7.19
algorithm : dp
...
分类:
其他好文 时间:
2014-07-19 14:09:02
阅读次数:
166
/*
/*
__________________________________________________________________________________________________
* copyright: Grant Yuan ...
分类:
其他好文 时间:
2014-07-19 08:27:35
阅读次数:
178
/*
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
copyright : Grant Yuan
time : 2014.7.18
algorithm...
分类:
其他好文 时间:
2014-07-19 08:21:28
阅读次数:
183
/*
___________________________________________________________________________________________
author : Grant Yuan
time : 2014.7.18
algorithm : 最长上升子序列求和
—————...
分类:
其他好文 时间:
2014-07-19 08:12:13
阅读次数:
210
/*
__________________________________________________________________________________________________
* copyright: Grant Yuan ...
分类:
其他好文 时间:
2014-07-19 08:10:33
阅读次数:
216
/*
__________________________________________________________________________________________________
* copyright: Grant Yuan ...
分类:
其他好文 时间:
2014-07-18 18:08:40
阅读次数:
212
1、在控制台执行 mysql -u root -p mysql,系统提示输入数据库root用户的密码,输入完成后即进入mysql控制台,这个命令的第一个mysql是执行命令,第二个mysql是系统数据名称,不一样的。2、在mysql控制台执行 GRANT ALL PRIVILEGES ON *.* ...
分类:
数据库 时间:
2014-07-18 17:32:06
阅读次数:
203
如上面所说:http://www.cnblogs.com/super-d2/p/3851957.html安装好mysql;mysql_multi方式配置Mysql数据库主从授予用于同步用的用户同步数据的权限grant replication slave on *.* to 'slave3306'@'...
分类:
数据库 时间:
2014-07-18 16:02:00
阅读次数:
328
/*
__________________________________________________________________________________________________
* copyright: Grant Yuan ...
分类:
其他好文 时间:
2014-07-18 15:11:55
阅读次数:
208
/*
copyright: Grant Yuan
algorithm: 完全背包
time : 2014.7.18
__________________________________________________________________________________________________
A - 完全背包 基础
Time L...
分类:
其他好文 时间:
2014-07-18 12:30:43
阅读次数:
255