`
文章列表
http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html
The create user command: <!---->mysql> CREATE USER yy IDENTIFIED BY '123'; yy表示你要建立的用户名,后面的123表示密码 上面建立的用户可以在任何地方登陆。 如果要限制在固定地址登陆,比如localhost 登陆: <!---->mysql> CREATE USER yy@localhost IDENTIFIED BY '123'; grant: <!---->mysql> GRANT ALL PRIVILEGES ON *.* TO 

设计模式简单总结

    博客分类:
  • Java
    一 、创建型模式     1.1单例模式      设计原则:无      介绍:在整个应用中只有一个对象     1.2简单工厂     常用场景:需要在一堆产品中选择其中一个产品   介绍:通过工厂类去创建产品,调用 ...
这前一直使用ubuntu12.04 64位,在运行php集成环境xampp时会出现以下信息,说不支持32位应用程序    
How to install Eclipse 4.2 on Ubuntu 12.10 -- amd64 I made it following these steps in a post on "askubuntu"~ Fairly clear~ *****************************The original post (with some modification)****************************** Because Eclipse packages in Ubuntu are out of date. If we wan ...

ubuntu jdk install

#/bin/sh sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java6-installer
sudo update-alternatives --config java      matteo@matteo-ThinkPad-SL:~$ sudo update
Global site tag (gtag.js) - Google Analytics