标签:
it |
分类: 数据库 |
一个朋友在mysql 安装到最后一步时,start service 为失败状态 问我是什么原因,我当时也没看出来,等我下来,自己试了,才知道,自己装了一遍,才找出来了错误
使用 services.msc打開服務窗口,查看MySQL service是否已經存在。如已经存在并已启动,则先停止该服务,然后到注冊表('HKEY_LOCAL_MACHINE\SYSTEM \CurrentControlSet\Services')中刪除對應服務,并使用命令sc delete MySQL,然后繼續進行安裝,就能成功。
MYSQL安装出现could not start the service mysql error:0处理
当各位在安装、重装时出现could not start the service mysql error:0的错误时,可以尝试下面两种方法。
一、方式1
MySQL安装是出现could not start the service mysql error:0 提示错误,解决方法:
首 先,在管理工具->服务里面将MySQL的服务给停止,然后打开cmd 进入你的MySQL bin目录下,例如 C:\Program Files\MySQL\MySQL Server 5.0\bin 然后使用如下命令mysqld-nt -remove 然后就会显示......success! 好了下面进入添加删除程序,找到MySQL选择卸载,记得选择remove。最后将MySQL目录删除,还有数据库的目录也删除。
一、
分类: 做工 |
方法一:
public class test {
public static void main(String args[]) {
int ss = Integer.parseInt(args[0]);
if(ss==0)
System.out.println('零');
else if (ss==1)
System.out.println('壹');
else if (ss==2)
System.out.println('贰');
else if (ss==3)
System.out.println('叁');
else if (ss==4)
System.out.println('肆');
else if (ss==5)
System.out.println('伍');
else if (ss==6)
System.out.println('陆');
else if (ss==7)
System.out.println('柒');
else if (ss==8)
System.out.println('捌');
else if (ss==9)
System.out.println('玖');
else
System.out.println('');
}
}
方法二:
import java.io.*;
public class Test1 {
public static void main(String[] args) {