- 博客(3)
- 收藏
- 关注
原创 如何在eclipse中添加jquery函数引用提示
1、http://www.spket.com/download.html 下载spket plugin,解压压缩包,把插件放置到eclipse对应目录下,重启eclipse。2、如下图所示新建对应目标注意,这里的jquery必须是开发版,min的貌似不可以。4、设置js默认的打开方式为spkey editor。
2016-09-27 21:49:43 617
原创 mysql如何修改root密码
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.解决方式:alter user 'root'@'localhost' identified by '123456';忘记root密码解决方式:
2016-09-26 13:06:48 144
转载 单例模式
饿汉式: public class Singleton{ private static Singleton singleton = new Singleton (); private Singleton (){} public Singleton getInstance(){return singlet
2013-03-24 14:34:08 171
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人