码迷,mamicode.com
首页 >  
搜索关键字:stat    ( 16589个结果
常用图片素材
www.51yuansu.com/ 觅元素 https://dribbble.com/ https://www.behance.net/ https://krzm.jp/category/corel/coreldraw/ http://www.iconfont.cn/ http://www.ivsk... ...
分类:其他好文   时间:2018-12-26 10:31:00    阅读次数:177
2018最赚钱行业排行榜
...
分类:其他好文   时间:2018-12-26 00:28:23    阅读次数:128
Makefile (1) gcc基础
参数分类: 1.编译过程参数 -c 只编译不链接 生成.o文件 -S 只编译不汇编 生成汇编代码.s文件 -E 只预处理 -g 包含调试信息 -o file 生成目标输出文件 -Idir 制定头文件路径(大写i) 2.库选项 3.警告选项 4.优化选项 ...
分类:其他好文   时间:2018-12-25 23:44:18    阅读次数:257
Luogu-3527 [POI2011]MET-Meteors
Luogu 3527 [POI2011]MET Meteors 题面 "Luogu 3527" 题解 感觉和上一那道题是一个类型的,直接二分答案,用BIT维护区间加(差分)即可 ~~~cpp include include include include include include includ ...
分类:其他好文   时间:2018-12-25 23:39:02    阅读次数:135
train_test_split数据切分
train_test_split 数据切分 格式: X_train,X_test, y_train, y_test =cross_validation.train_test_split(train_data,train_target,test_size=0.3, random_state=0) 参数 ...
分类:其他好文   时间:2018-12-25 23:33:55    阅读次数:206
C#快速排序
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace app { class Program { static void Main(string[] args) ... ...
分类:编程语言   时间:2018-12-25 20:28:49    阅读次数:151
修改与遍历MAP
``` package *.*; import java.util.*; /** * Created by HP on 2018/8/2. */ public class Test { private static Map map = new HashMap(); static { map.put(... ...
分类:其他好文   时间:2018-12-25 16:59:55    阅读次数:116
使用getParameterMap()方法实现对请求参数的封装的工具类
我们知道,HttpServletRequest这个类的getParameter(name),getParameterValues(name)可以分别实现对页面传来的单个参数和对多个同名参数的接受。特别是getParameter(name)这个方法被用的次数特别多。有时候页面传来多个参数的情况下,要写 ...
分类:其他好文   时间:2018-12-25 15:16:39    阅读次数:100
将千克转换成磅 Exercise05_03
1 /** 2 * @author 冰樱梦 3 *题目:将千克转换成磅 4 *时间:2018年下半年 5 */ 6 public class Exercise05_03 { 7 public static void main(String[] args){ 8 System.out.printf("... ...
分类:其他好文   时间:2018-12-25 14:28:09    阅读次数:148
ES6 系列之异步处理实战
前言 我们以查找指定目录下的最大文件为例,感受从 回调函数 > Promise > Generator > Async 异步处理方式的改变。 API 介绍 为了实现这个功能,我们需要用到几个 Nodejs 的 API,所以我们来简单介绍一下。 fs.readdir readdir ...
分类:其他好文   时间:2018-12-25 13:13:04    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!