码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Binary Tree Postorder Traversal
1. Recursive Straight Forward, left -> right -> root 2. Iterator This is a little bit hard to understand, here is good reference https://sites.google. ...
分类:其他好文   时间:2017-03-12 10:44:36    阅读次数:222
ZT:关于自动档驾驶的文章
出处:https://zhidao.baidu.com/question/573044786.html 自动变速器的挡位 一般来说,自动变速器的挡位分为P、R、N、D、2、1或L等。P(Parking):用作停车之用,它是利用机械装置去锁紧汽车的 转动部分,使汽车不能移动。当汽车需要在一固定位置上停 ...
分类:其他好文   时间:2017-03-12 01:17:59    阅读次数:198
初等函数——幂函数(Power Function)
幂函数(Power function)是形如f(x)=xa的函数,a∈R是实数。即以底数为自变量,幂为因变量,指数为常数的函数称为幂函数。 性质 幂函数的图像一定会出现在第一象限内,一定不会出现在第四象限,至于是否出现在第二、三象限内,要看函数的奇偶性;幂函数的图像最多只能同时出现在两个象限内。 1 ...
分类:其他好文   时间:2017-03-12 00:51:22    阅读次数:214
servlet
servlet学习大纲: 1.servlet概念及相关接口简介 2.servlet执行过程 3.servlet路径映射 4.缺省servlet 应用 5.servlet生命周期(重点) 6.servlet自动加载 7.servlet线程安全 8.servletConfig对象 9.servlet相关 ...
分类:其他好文   时间:2017-03-12 00:40:33    阅读次数:213
NET(C#):XmlArrayItem特性和XmlElement特性在序列化数组的差别
https://www.mgenware.com/blog/?p=142 比如这样一个类,我们用XmlArrayItem特性标明数组内出现的元素类型: public class a{ [XmlArrayItem(Type = typeof(int)), XmlArrayItem(Type = typ ...
分类:编程语言   时间:2017-03-11 23:53:03    阅读次数:323
参与.net开源项目开发
EntityFramework6 https://github.com/aspnet/EntityFramework6 https://github.com/aspnet/EntityFramework6/wiki/Contributing dotnet/core https://github.co ...
分类:Web程序   时间:2017-03-11 23:32:47    阅读次数:183
2017.3.11[codevs1937]【NOI2010】能量采集
题解:https://www.zybuluo.com/jesseliu612/note/668669 1 #include<cmath> 2 #include<queue> 3 #include<cstdio> 4 #include<vector> 5 #include<cstdlib> 6 #in ...
分类:其他好文   时间:2017-03-11 23:13:29    阅读次数:250
SCANF输入错误
while((a<=0||a>=10)||(b<=0||b>=10)) { fflush(stdin); cout<<"Please input a and b"<<endl; scanf("%d %d",&a,&b); } 要先清除输入流哦!! 好像这个做法不好:https://my.oschin ...
分类:其他好文   时间:2017-03-11 23:08:32    阅读次数:162
vue.js学习总结
下面使用的命令工具为git bash 第一步:使用命令行工具搭建vue.js项目 vue.js官网命令行工具安装 为了提升安装速度,建议将 npm 的注册表源设置为国内的镜像 1.输入命令:npm install -g cnpm --registry=https://registry.npm.tao ...
分类:Web程序   时间:2017-03-11 23:06:50    阅读次数:213
Android测试:从零开始1——简介
参考文档:https://developer.android.com/training/testing/start/index.html 测试分类 使用android studio进行测试,首先需要先了解android测试的分类,新建工程后,项目会默认包含两个测试目录: 1、本地单元测试(Local ...
分类:移动开发   时间:2017-03-11 23:04:26    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!