码迷,mamicode.com
首页 >  
搜索关键字:completed    ( 491个结果
Java多线程系列--“JUC线程池”02之 线程池原理(一)
转自:https://www.cnblogs.com/skywang12345/p/3509941.html 概要 在上一章"Java多线程系列--“JUC线程池”01之 线程池架构"中,我们了解了线程池的架构。线程池的实现类是ThreadPoolExecutor类。本章,我们通过分析ThreadP ...
分类:编程语言   时间:2018-11-11 11:46:48    阅读次数:205
mafintosh/end-of-stream
https://github.com/mafintosh/end-of-stream Call a callback when a readable/writable/duplex stream has completed or failed. end-of-stream A node module ...
分类:其他好文   时间:2018-11-07 17:15:50    阅读次数:159
Windows 2008 Scheduled tasks result codes
0 or 0x0: The operation completed successfully. 1 or 0x1: Incorrect function called or unknown function called. (did you use the correct start in fold ...
分类:Windows程序   时间:2018-11-05 11:12:21    阅读次数:246
深入分析Spring 与 Spring MVC容器
Spring Framework本身没有Web功能,Spring MVC使用WebApplicationContext类扩展ApplicationContext,使得拥有web功能。那么,Spring MVC是如何在web环境中创建IoC容器呢?web环境中的IoC容器的结构又是什么结构呢?web环 ...
分类:编程语言   时间:2018-10-31 10:39:00    阅读次数:162
CRM订单状态的Open, In process和Completed这些条目是从哪里来的
ServiceOrder的状态字段里的这些字段从哪里带出来的?我们可能会想当然的认为是从后台配的Statusprofile里带出来的。事实并非如此。这个transactiontype根本没有分配任何Statusprofile,但是仍然可以在UI上看到三个可选的状态值。Status状态字段里的值并不是我们想象的那样,完全来自systemstatusprofile和userstatusprofile,
分类:其他好文   时间:2018-10-26 16:30:16    阅读次数:174
Aria2 with webui
Aria2 with webui Only 29Mb.Edit config file out of the image.Move file completed to another folder.(Tasks that contains more than one files will not b ...
分类:Web程序   时间:2018-10-24 20:22:08    阅读次数:390
ajax基础入门
标准 XMLHttpRequest标准又分为Level1和Level2 Level1 缺点 Level2 改进 兼容性 使用 1.创建请求对象 2.设置请求头 请求和响应类别 表明请求类型(可选) 表明能够处理的类型(可选) 发送信息的编码类型 3.设置响应数据类型 level1 方法 level2 ...
分类:Web程序   时间:2018-10-22 14:58:06    阅读次数:196
ajaxFileUpload 实现多文件上传(源码)
按照原ajaxFileUpload.js是不能多文件上传的。需要对源码进行修改:主要修改了fileElementId部分 具体参考 https://blog.csdn.net/itmyhome1990/article/details/36396291,里面有具体使用方法 下面是修改后的源码 如果发现 ...
分类:Web程序   时间:2018-10-19 16:00:10    阅读次数:391
[小工程]大数类
突然发现自己从来没有写过正儿八经的大数.于是在退役之前写一把. 希望能在用到大数时替代掉慢死的Python. 项目地址 "Github.com/Frankaiyou/LargeIntegar" Completed [x] Input; [x] Output; [x] Compare size; [x ...
分类:其他好文   时间:2018-10-14 19:13:44    阅读次数:141
JS难点概念3——回调
概念: A callback is a function that is passed as an argument to another function and is executed after its parent function has completed. 回调函数()通过参数的形式传 ...
分类:Web程序   时间:2018-09-24 13:44:39    阅读次数:242
491条   上一页 1 ... 11 12 13 14 15 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!