博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年8月27日

摘要: 在应用层这边 dependson 引入仓储接口所在位置 PersonTaskDataModule [DependsOn( typeof(AbpServiceNetCoreModule), typeof(AbpServiceCommonModule), typeof(PersonTaskCoreModule), typeof(PersonTaskDataModule), typeof(Authori 阅读全文

posted @ 2019-08-27 13:44 taigudaren 阅读(381) 评论(1) 推荐(0)

2019年7月31日

摘要: using Castle.MicroKernel; using Castle.MicroKernel.Registration; using Castle.MicroKernel.SubSystems.Configuration; using Castle.Windsor; using Castle.Windsor.Installer; using System; using System.Co... 阅读全文

posted @ 2019-07-31 10:09 taigudaren 阅读(173) 评论(0) 推荐(0)

2019年7月29日

摘要: 菜鸟教程(runoob.com) Chania Chania The Flight The City The Island The Food The City Chania is the capital of the Chania region on the island of Crete. The 阅读全文

posted @ 2019-07-29 15:02 taigudaren 阅读(98) 评论(0) 推荐(0)

摘要: 菜鸟教程(runoob.com) 卡片 box-shadow 属性用来可以创建纸质样式卡片: 1 January 1, 2016 阅读全文

posted @ 2019-07-29 14:56 taigudaren 阅读(550) 评论(0) 推荐(0)

摘要: 菜鸟教程(runoob.com) 按钮动画 - 波纹效果 Click Me 阅读全文

posted @ 2019-07-29 14:49 taigudaren 阅读(508) 评论(0) 推荐(0)

摘要: Vue 测试实例 - 菜鸟教程(runoob.com) 阅读全文

posted @ 2019-07-29 11:37 taigudaren 阅读(364) 评论(0) 推荐(0)

摘要: Vue 测试实例 - 菜鸟教程(runoob.com) input 元素: 消息是: {{ message }} textarea 元素: {{ message2 }} input 元素: 消息是: {{ message }} textarea 元素: {{ message2 }} <!DOCTYP 阅读全文

posted @ 2019-07-29 11:14 taigudaren 阅读(292) 评论(0) 推荐(0)

摘要: ue 允许为 v-on 在监听键盘事件时添加按键修饰符: 记住所有的 keyCode 比较困难,所以 Vue 为最常用的按键提供了别名: 阅读全文

posted @ 2019-07-29 11:02 taigudaren 阅读(2078) 评论(0) 推荐(0)

摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>Vue 测试实例 - 菜鸟教程(runoob.com)</title><script src="https://cdn.staticfile.org/vue/2.2.2/vue.min.j 阅读全文

posted @ 2019-07-29 11:00 taigudaren 阅读(160) 评论(0) 推荐(0)

2019年7月18日

摘要: 1.require 1.1完整路径的require语句: require('tools'); //preset alias tools require('./js/main'); 1.2带表达式的 require 语句:自动创建一个上下文(context) 如果你的 require参数含有表达式(expressions),会自动创建一个上下文(context),因为在编译时(comp... 阅读全文

posted @ 2019-07-18 10:15 taigudaren 阅读(308) 评论(0) 推荐(0)