- 博客(6)
- 收藏
- 关注
原创 AngularJs 学习笔记-案例
续sf angularjs学习笔记第四章 1,自定义filter<!doctype html> <html lang='en' > <head> <title>自定义filter</title> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script>
2015-07-23 14:40:49
528
原创 Summary for maven project
1,If there is no jar files can be found in the specific folders,how to add jar file manually.mvn install: install-file -Dfile=D:\KD90ZC\Desktop\A\weitoo\sms\1.0\sms-1.0.jar -DgroupId=com.weitoo -Darti
2015-06-15 09:28:25
749
原创 怎样配置git密匙
如何使用git生成密匙 生成公钥和私匙(用于和服务器(github.com)进行SSH连接时的认证(使用RSA加密算法)): $ ssh-keygen -t rsa -C “your_email@youremail.com” 提示路径时输入一个作为保存密匙的windows路径,或者直接回车就保存在默认路径(/c/Users/yourName/.ssh/id_rsa),我不知道为什么输入了路径结果
2015-06-11 23:28:05
1977
原创 Angular
contextConfigLocation /WEB-INF/spring/app-config.xml org.springframework.web.context.ContextLoaderListener DispatcherServlet主要用作职责调度工作,本身主要用于控制流程,主要职责如下: 1、文
2015-06-10 15:43:53
376
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人