码迷,mamicode.com
首页 >  
搜索关键字:ndis    ( 162个结果
[LeetCode] 583. Delete Operation for Two Strings
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:其他好文   时间:2018-11-05 21:28:13    阅读次数:142
PTA (Advanced Level)1066 Root of AVL Tree
Root of AVL Tree An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at mo ...
分类:其他好文   时间:2018-11-02 01:44:39    阅读次数:184
HDU 2193 AVL Tree
AVL Tree An AVL tree is a kind of balanced binary search tree. Named after their inventors, Adelson-Velskii and Landis, they were the first dynamicall ...
分类:其他好文   时间:2018-11-01 11:48:10    阅读次数:132
solr相关配置(搜索novel案例)
managed-schema <?xml version="1.0" encoding="UTF-8" ?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agre ...
分类:其他好文   时间:2018-10-27 16:14:26    阅读次数:208
Android 9.0更新
北京时间2018年8月7日上午,Google 发布了 Android 9.0 操作系统。并宣布系统版本 Android P 被正式命名为代号“Pie”。 Android 9.0 利用人工智能技术,让手机变得更智能、更快,并且还可以随着用户的使用习惯进行调整。 利用 Wi Fi RTT 进行室内定位 ...
分类:移动开发   时间:2018-10-24 22:26:28    阅读次数:247
AlertDialog的解析
一.AlertDialog的简介: 继承于Dialog,能够显示一个,两个,三个button;如果你只想展示一个字符串类型的数据使用setMessage()方法就可以了,但如果你想显示一个更加复杂的View,查询一个加做custom的FrameLayout并添加子View进去 。 FrameLayo... ...
分类:其他好文   时间:2018-10-17 00:12:00    阅读次数:186
windbg 定位崩溃问题
三板斧如下: 等待完毕,最后打开 d:\a.log ,查找"KiUserExceptionDispatcher", 并记录下第二个地址xxxxxxxx, 最后 “.cxr xxxxxxxx”,就可以看到异常点了。 有时候我们会遇到这样的情况,软件突然崩溃了,而这时候我还没开调试器呢,怎么办? 比如如 ...
分类:数据库   时间:2018-09-27 01:40:51    阅读次数:279
1003 Emergency
题意: 思路: 代码: ...
分类:其他好文   时间:2018-09-03 19:59:40    阅读次数:172
页面布局-浮动、定位
id选择器里面只能有一个值,class可以有多个值。 回顾 什么是盒子模型 元素(盒子) 实际大小(内容、边框、内边距) 块状元素 内联元素 display 属性: none / inline / block / inine-block 标准文档流 盒子和盒子位置 margin塌陷 相关属性 dis ...
分类:其他好文   时间:2018-08-01 22:23:32    阅读次数:262
[SVN]CentOS/RHEL yum 安装的 subversion 是 1.6.11 版本,连VisualSVN服务器时会有"Key usage violation"的错误
CentOS/RHEL yum 安装的 subversion 是 1.6.11 版本,连VisualSVN服务器时会有"Key usage violation"的错误将subversion升级到最新版可解决该问题1.添加源vim /etc/yum.repos.d/wandisco-svn.repo[ ...
分类:其他好文   时间:2018-07-10 11:18:55    阅读次数:159
162条   上一页 1 ... 5 6 7 8 9 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!