码迷,mamicode.com
首页 >  
搜索关键字:ble    ( 24111个结果
Spring的AOP基于AspectJ的注解方式开发3
上上偏博客介绍了@Aspect,@Before 上篇博客介绍了spring的AOP开发的注解通知类型:@Before,@AfterThrowing,@After,@AfterReturning,@Around 也介绍了JoinPoint和ProceedingJoinPoint的区别 这篇博客讲@Po ...
分类:编程语言   时间:2019-02-12 14:39:30    阅读次数:152
Django项目配置多个数据库
给一个项目配置多个数据库,不同app里的model对应不同的数据库 settings中的设置 app_db_router文件中设置不同的app对应的数据库的名字,没有指定数据库的app用默认的default数据库 上述设置表示,app:auth , users_base 使用users_base 数 ...
分类:数据库   时间:2019-02-12 13:26:13    阅读次数:243
immutable-styles 新的css style 开发模式
immutable-styles 是一个开源的library,可以方便我们开发强壮以及可预测的web 界面,不用担心其他css 的影响 特性 编译时错误提示 防止css 覆盖 分离破坏点 严格继承 重复属性捕获 不可变混入 使用jsx 编写 参考资料 https://github.com/callu ...
分类:Web程序   时间:2019-02-12 10:30:05    阅读次数:186
Android 引导页的代码
布局代码 <! android:background="@drawable/btnselector" 后台代码 import android.app.Activity; import android.content.Intent; import android.os.Bundle; import a ...
分类:移动开发   时间:2019-02-11 23:57:35    阅读次数:262
LeetCode-42-Trapping Rain Water
算法描述: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after ra ...
分类:移动开发   时间:2019-02-11 21:38:57    阅读次数:216
一维点距的中位数 (分治)
题面 $solution:$ $code:$ cpp include include include include include include include include include include include include define ll long long define ...
分类:其他好文   时间:2019-02-11 21:36:15    阅读次数:218
CTSC2011 幸福路径
给定?张有向图,每个点有个权值,蚂蚁从某个点开始,初始体?为1,每经过?条边,体?会变为原来的p(0<p<1)倍,每爬到?个点,获得的幸福度为该点的权值乘上体?。求蚂蚁幸福度的最?值,保留?位?数。 $n \leq 100,点权 \leq 100$ sol: 正解是自动机的泵引理,一看就不可做,考虑 ...
分类:其他好文   时间:2019-02-11 21:30:11    阅读次数:251
AngularJS学习之旅—AngularJS HTML DOM(十三)
1、AngularJS HTML DOM AngularJS 为 HTML DOM 元素的属性提供了绑定应用数据的指令。 ng-disabled 指令:ng-disabled 指令直接绑定应用程序数据到 HTML 的 disabled 属性。 ng-show 指令:ng-show 指令隐藏或显示一个 ...
分类:Web程序   时间:2019-02-11 17:16:25    阅读次数:223
MarkDown语法
[toc] 标题 列表 列表 int a=3; int j=3; "链接" 标题2 这是一级标题 这是二级标题 这是三级标题 加粗 斜体 斜体加粗 ~~删除线~~ 引用内容 注意: 1 2 3 1. 是的 2. 是的 3. 是的 | | 泉泉 | 明珠 | | : : | : : | : : | | ...
分类:其他好文   时间:2019-02-11 17:14:07    阅读次数:156
Kendo MVVM 数据绑定(八) Style
Kendo MVVM 数据绑定(八) Style Style 绑定可以通过 ViewModel 绑定到 DOM 元素 CSS 风格属性,例如: <span data-bind="style: {color: priceColor, fontWeight: priceFontWeight},text: ...
分类:其他好文   时间:2019-02-11 17:05:39    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!