1.在master上创建复制用户进入mysql环境,执行以下mysql语句:mysql>createuserrepl_user;QueryOK,0rowsaffected(0.00sec)mysql>grantreplicationslaveon*.*to‘backup‘@‘192.168.1.145‘identifiedby‘123456‘;QueryOK,0rowsaffected(0.00sec)IP地址是从服务器的地址,back..
分类:
数据库 时间:
2014-08-07 19:21:01
阅读次数:
361
Find The Multiple
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 18012
Accepted: 7297
Special Judge
Description
Given a positive integer n, write a pr...
分类:
其他好文 时间:
2014-08-07 19:06:40
阅读次数:
221
在ICS40以前的版本中,如果程序需要设置APN,只需要在AndroidManifest文件中声明这个权限即可。在40的机器上运行则会抛出以下异常:java.lang.SecurityException: No permission to write APN settings: Neither us...
分类:
其他好文 时间:
2014-08-07 18:47:10
阅读次数:
215
在Android平台上捕获Back键的事件,super.onBackPressed()是执行系统的默认动作,就是退出当前activity,我们要做的就是重写onBackPressed()函数, public void onBackPressed(){ Toast.makeText(this,...
分类:
移动开发 时间:
2014-08-07 18:34:20
阅读次数:
265
今天遇到一个奇葩问题:win 7系统,firefox hostAdmin插件无法修改Host了,提示“write hosts file failed check permissions”,肯定是哪里权限出现问题了。百度搜索之 "这个情况可能是有些杀毒软件发现更改了hosts文件把你当成不安全的行为把...
最近在公司实习的过程中,遇到了字符串换行的问题,百度了一下,发现字符串换行的问题还挺多,总结一下最基本的点,以防忘记。\n—>换行符(New Line),作用为换行符后面的字符串显示到“下一行开头的位置” Console.Write("功能如下:【微官网】随时随地访问方正中期,掌握最新期货信息。\....
分类:
其他好文 时间:
2014-08-07 18:02:50
阅读次数:
356
通过html给xls赋值,并下载xls文件一、this.Response.Write(sw.ToString());System.IO.StringWriter sw = new System.IO.StringWriter(); this.Response.Clear(); string strF...
分类:
Web程序 时间:
2014-08-07 17:58:30
阅读次数:
385
A computer system with read/write access to storage devices creates a snapshot of a data volume at a point in time while continuing to accept access r...
分类:
其他好文 时间:
2014-08-07 12:03:00
阅读次数:
258
Problem Description
As the new term comes, the Ignatius Train Station is very busy nowadays. A lot of student want to get back to school by train(because the trains in the Ignatius Train Station is...
分类:
其他好文 时间:
2014-08-07 09:51:31
阅读次数:
352
(1)、要求编写一个脚本,请给出系统使用的什么样的Linux系统。系统内核版本多少,当前登录的用户为:系统有几块硬盘,每块硬盘的大小系统内存总量多少服务器的硬件型号有几颗CPU,每颗CPU有多少个内核(2)、请编辑一个脚本,给出本机IP有多少IP地址。然后每个IP地址的子网掩码,..
分类:
其他好文 时间:
2014-08-07 07:25:19
阅读次数:
198