01 2015 档案
AngularJs 学习资源
摘要:http://www.cnblogs.com/whitewolf/category/404298.htmlhttp://www.angularjs.cn/A004 阅读全文
posted @ 2015-01-22 22:33 chen110xi 阅读(118) 评论(0) 推荐(0)
Angularjs构建一个CRUD应用可能用到的全部内容包括:数据绑定、基本模板标识符、表单验证、路由、深度链接、组件重用、依赖注入
摘要:使用Angularjs优点:构建一个CRUD应用可能用到的全部内容包括:数据绑定、基本模板标识符、表单验证、路由、深度链接、组件重用、依赖注入。 Js代码 varAppController=function($scope){/**显示列表**/$scope.AppList=[];$scope... 阅读全文
posted @ 2015-01-22 22:32 chen110xi 阅读(267) 评论(0) 推荐(0)
WiX and System Folders 系统目录 installshield 如何将文件安装到C盘根目录
摘要:Property nameBrief description of propertyAdminToolsFolderFull path to the directory containing administrative tools for an individual user.AppDataFol... 阅读全文
posted @ 2015-01-09 11:50 chen110xi 阅读(423) 评论(0) 推荐(0)
WCF4.0 –- RESTful WCF Services (1) (入门)
摘要:WCF 很好的支持了 REST 的开发, 而 RESTful 的服务通常是架构层面上的考虑。 因为它天生就具有很好的跨平台跨语言的集成能力,几乎所有的语言和网络平台都支持 HTTP 请求,无需去实现复杂的客户端代理,无需使用复杂的数据通讯方式既可以将我们的服务暴露给任何需要的人,无论他使用 VB、R... 阅读全文
posted @ 2015-01-07 18:36 chen110xi 阅读(210) 评论(0) 推荐(0)