2016你需要了解Android有以下新兴的技术与框架,有些也许还不成熟,但是你应该去了解下,也许就是未来的方向。 Kotlin 作为 Android 领域的 Swift,绝对让你如沐新风。抛弃沉重的 Java 语法,Kotlin 融入了很多现代编程语言的思想,作为开发者,接受新的语言,了解新语言的 ...
分类:
移动开发 时间:
2019-02-02 23:25:57
阅读次数:
269
原文:https://www.2cto.com/kf/201712/706399.html springboot druid 数据库多SQL错误multi-statement not allow Caused by: java.sql.SQLException: sql injection viol ...
分类:
数据库 时间:
2019-02-01 11:35:00
阅读次数:
284
1. 什么是最小生成树(Minimum Spanning Trees) 对于一个无向图,如果它的所有边都带有一定的数值(即带权),则会变成下面的样子 假设这些点都是城市,每个城市之间的连线代表城市间的道路,线上的数字代表着道路的长短。当然,修越长的道路就需要越多的资源。 那么如果要用最少的资源把所有 ...
分类:
编程语言 时间:
2019-01-31 10:32:25
阅读次数:
179
1 import { trigger, state, transition, style, animate, keyframes } from '@angular/animations'; //trigger, state, transition, style, animate 这5个都是动画函数 ...
分类:
其他好文 时间:
2019-01-31 01:25:19
阅读次数:
376
一直有这个问题 问题:selenim不能调用浏览器 File "/Users/ligaijiang/PycharmProjects/Runoob/venv/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line ...
分类:
编程语言 时间:
2019-01-29 12:04:18
阅读次数:
210
You are given an array a consisting of n elements. The imbalance value of some subsegment of this array is the difference between the maximum and mini ...
分类:
其他好文 时间:
2019-01-28 23:07:13
阅读次数:
192
Arthur and his sister Caroll have been playing a game called Nim for some time now. Nim is played as follows: The starting position has a number of he ...
分类:
其他好文 时间:
2019-01-28 20:08:33
阅读次数:
123
经常会碰到客户询问,为什么我设置了autoplay为true,但是没有自动播放,每次都要向客户解释这个是浏览器从用户体验角度考虑做的限制,客户会继续询问那我要怎么做? 针对这个问题Aliplayer也专们做过优化,提供一些方式让客户能更好的处理这种情况。
分类:
其他好文 时间:
2019-01-28 17:37:06
阅读次数:
512
https://blog.csdn.net/mario08/article/details/84101122 先放bug: bug出现原因:调出日期选择框时,点击空白区域,或点击“月”,“日” 字样时会出现此bug. 解决方案 :在引入的calendar.js文件中 加入一段代码:if(val != ...
分类:
移动开发 时间:
2019-01-28 13:57:41
阅读次数:
221
$(this.div_wrong).show().css({width:"0px", height:"0px"}) .animate({width:"260px",height:"300px"}, 150 ) .animate({width:"200px",height:"240px"}, 150 ...
分类:
Web程序 时间:
2019-01-28 00:41:12
阅读次数:
201