码迷,mamicode.com
首页 >  
搜索关键字:ber    ( 8683个结果
刚参加工作一年的JAVA程序员的年终总结
总结并梳理这一年所学的知识 前端 angular js bootstrap 后端 spring + springmvc + springboot + mybatis + hibernate + mysql + redis + mongodb 服务器端 linux ...
分类:编程语言   时间:2018-02-04 16:39:03    阅读次数:179
linux 查看自己所在的公网ip
curl members.3322.org/dyndns/getip 其他的方法还有: ...
分类:系统相关   时间:2018-02-04 14:44:14    阅读次数:251
分治 - 刷木板
Bizon the Champion isn't just attentive, he also is very hardworking. Bizon the Champion decided to paint his old fence his favorite color, orange. Th ...
分类:其他好文   时间:2018-02-04 14:41:09    阅读次数:181
12. Min Stack【medium】
Implement a stack with min() function, which will return the smallest number in the stack. It should support push, pop and min operation all in O(1) c ...
分类:其他好文   时间:2018-02-04 13:56:09    阅读次数:144
Shell编程------循环语句
1. for循环语句: for的两种常用写法: 写法(1): for var in 1 2 3 4 5 (ps:或者for var in $(seq 1 5)或者for var in {1..5}) do echo -n "$val " done 写法(2): for((i=0;i<10;i++)) ...
分类:系统相关   时间:2018-02-04 12:38:28    阅读次数:138
vue动态(type可变)input绑定
遇到如下错误: v-model does not support dynamic input types 解决方法: vue 2.5.0以上,支持动态绑定 vue 2.5.0以下,可以使用v-if来做 出处:https://stackoverflow.com/questions/44461188/v ...
分类:其他好文   时间:2018-02-03 16:19:45    阅读次数:6019
[AtCoder arc090F]Number of Digits
Description "题库链接" 记 $d$ 在十进制下的位数为 $f(d)$ 。给出询问 $S$ ,求有多少对 $(l,r)$ 使得 $$\sum_{i=l}^r f(i)=S$$ $1\leq S\leq 10^8$ Solution 颓了题解... 注意到当数字越大时 $f(r) f(l) ...
分类:其他好文   时间:2018-02-03 16:07:40    阅读次数:156
基于Postman的API自动化测试
https://segmentfault.com/a/1190000005055899 1. 安装 两种安装方式,我热衷于以chrome插件形式安装 Chrome插件 Mac App 2. 发送请求 Postman最基础的功能就是发送http请求,支持GET/PUT/POST/DELETE,还有很多 ...
分类:Windows程序   时间:2018-02-03 15:53:55    阅读次数:247
UVa623:500!
UVa623:500! 题目大意 简单粗暴,给定正整数n,计算 n! 并输出,这里n最大为1000。 Solution1(naive) 因为阶乘的数值会非常大,所以需要大整数类的支持,一个简单粗暴的想法是利用java中的BigInteger类,这个类已经实现了大整数的所有操作。这种做法很简单直接,但 ...
分类:其他好文   时间:2018-02-03 13:12:20    阅读次数:209
Angular CLI: 1.6.7 入门
当你使用npm或者yarn也安装不了angular-cli时,请使用淘宝镜像。 Step1 Step2 step3 step4 最后,只要学习一下相对应的ng-cli参数即可。 ...
分类:其他好文   时间:2018-02-02 20:23:17    阅读次数:773
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!