码迷,mamicode.com
首页 >  
搜索关键字:tee    ( 1966个结果
caffe2--Install
Install Welcome to Caffe2! Get started with deep learning today by following the step by step guide on how to download and install Caffe2. Select your ...
分类:其他好文   时间:2017-07-12 21:23:54    阅读次数:214
高阶函数 - 分时函数
/** * 分时函数 * @param {[Array]} ary [数据] * @param {Function} fn [根据数组中的每个数据执行一个fn] * @param {[type]} count [每200ms执行一次start方法,start方法执行count次fn方法... ...
分类:其他好文   时间:2017-07-11 17:48:20    阅读次数:152
软件各种架构图2
Spring MVC 核心架构图 架构图对应的DispatcherServlet核心代码如下: //前端控制器分派方法 protected void doDispatch(HttpServletRequest request, HttpServletResponse response) throws ...
分类:其他好文   时间:2017-07-11 09:43:09    阅读次数:281
springboot启动过程(3)-refresh方法
1 springboot在启动的时候,会调用run方法,创建环境设置spring容器,其中包含refresh方法,完成配置类解析,各种beanFactoryPostProcess和beanPostProcessor注册,web内置容器构造,国际化配置初始化等,refresh调用了父类Abstract ...
分类:编程语言   时间:2017-07-10 23:33:28    阅读次数:598
MySQL+MyBatis下批量修改数据的问题
MySQL数据库操作,一个statement中执行多条语句时,需要注意allowMultiQueries的设置 ...
分类:数据库   时间:2017-07-10 14:38:15    阅读次数:375
解决图片跨域问题
var imgs = new Image(); imgs.crossOrigin = "Anonymous"; //注意存放顺序 imgs.src = "http://192.168.0.107/ZHCX/CGZSIMG/1.jpg"; imgs.onload = function () { var ...
分类:其他好文   时间:2017-07-10 13:15:32    阅读次数:434
jQuery对html的操作。
1.jQuery 中非常重要的部分,就是操作 DOM 的能力,设置内容和属性 三个简单实用的用于 DOM 操作的 jQuery 方法: text() - 设置或返回所选元素的文本内容 设置的时候仅需写text("hello world")即可,即填充内容作为参数传入即可。以下其他函数一样 html( ...
分类:Web程序   时间:2017-07-09 21:58:13    阅读次数:210
Java读写geojson
/** 读 **/ public Map getSiteMap() { Map map = new HashMap(); URL dataUrl = this.getClass().getClassLoader().getResource("public\\station.json"); // 25... ...
分类:编程语言   时间:2017-07-09 12:21:34    阅读次数:1975
js截图及绕过服务器图片保存至本地(html2canvas)
今天要分享的是用html2canvas根据自己的需求生成截图,并且修复html2canvas截图模糊,以及绕过服务器图片保存至本地。 ...
分类:Web程序   时间:2017-07-07 21:35:01    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!