码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Mybatis源码分析:环境设置Environment
Mybatis环境配置类Environment 在初始化Mybatis框架时,需要配置environment元素,该元素允许有多个,方便我们在不同环境下切换后端的存储。拥有一个id属性用于该环境,此id必须唯一,否则后续配置会覆盖前面的配置,该元素拥有两个子元素(事务管理器),(数据源),这两个元素 ...
分类:其他好文   时间:2019-07-26 19:07:59    阅读次数:94
#C++初学记录(STL容器以及迭代器)
STL初步 提交ACM会TLE /仅以学习STL与迭代器使用 C. Cards Sorting time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard outp ...
分类:编程语言   时间:2019-07-26 16:09:39    阅读次数:105
appium——启动app准备操作
官方 http://appium.io/docs/cn/writing-running-appium/caps/ 常用参数记录 示例: python+appium 打开夜神浏览器中app 能力 描述 值 automationName 使用哪个自动化引擎 Appium(默认)或Selendroid或者 ...
分类:移动开发   时间:2019-07-25 10:43:42    阅读次数:169
ORs-2-Genome Coverage and the OR Subgenome
因为: 而birds 其中: chicken and zebra finch (long insert sanger)were significantly larger than those in other birds(short insert NGS), 所以认为测序方法对 identity g ...
分类:其他好文   时间:2019-07-24 19:17:29    阅读次数:110
51 数组中重复的数字
题目要求:在一个长度为n的数组里的所有数字都在0到n-1的范围内。 数组中某些数字是重复的,但不知道有几个数字是重复的。也不知道每个数字重复几次。请找出数组中任意一个重复的数字。 例如,如果输入长度为7的数组{2,3,1,0,2,5,3},那么对应的输出是第一个重复的数字2。 思路一:最好的解法 此 ...
分类:编程语言   时间:2019-07-24 13:37:27    阅读次数:107
Number of Equivalent Domino Pairs
蹉跎岁月 岁月里蹉跎。今天补交一个题。 这个题在leetcode里是easy的难度,我确没有写完,真不愿意来承认啊。 题目如下: Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d]  ...
分类:其他好文   时间:2019-07-24 13:05:36    阅读次数:93
L - Love Triangle
As you could know there are no male planes nor female planes. However, each plane on Earth likes some other plane. There are n planes on Earth, number ...
分类:其他好文   时间:2019-07-21 21:22:55    阅读次数:146
阶段1 语言基础+高级_1-3-Java语言高级_02-继承与多态_第6节 权限修饰符_6_四种权限修饰符
四种权限修饰符。从大到小 纵向再分成四种情况 同一个类 同一个类里面。private方式,可以访问到本类里面的 num成员变量 前面不写修饰符也能访问到 (default)就是不写的这种情况 受保护的。本类的也能访问 public更可以访问了。 private说的是同一个类里面可以访问。所以只要比p ...
分类:编程语言   时间:2019-07-21 20:07:32    阅读次数:115
gcc的__builtin_函数(注意前面是两个下划线)
说明: GCC provides a large number of built-in functions other than the ones mentioned above. Some of these are for internal use in the processing of exc ...
分类:其他好文   时间:2019-07-21 16:34:04    阅读次数:94
HashMap源码2
public class test { @SuppressWarnings({ "rawtypes", "unchecked" }) public static void main(String[] args) { HashMap1 hh = new HashMap1(3); //链表添加 hh.p... ...
分类:其他好文   时间:2019-07-21 13:49:34    阅读次数:74
5856条   上一页 1 ... 75 76 77 78 79 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!