码迷,mamicode.com
首页 >  
搜索关键字:needed    ( 630个结果
Error "At least one file is needed for database attach" for DB attach
While we want to attach a singal .MDF file(without log file) for a DB in SQL SERVER, we will meet the problem "At least one file is needed for databas ...
分类:数据库   时间:2018-05-22 12:42:55    阅读次数:316
移动端底部input被弹出的键盘遮挡
https://developer.mozilla.org/zh-CN/docs/Web/API/Element/scrollIntoView 移动端input被键盘遮挡,事件是跳到可视区域! 还有一个事件是指定在上方或下方 https://developer.mozilla.org/zh-CN/d ...
分类:移动开发   时间:2018-05-20 11:48:15    阅读次数:208
红黑树原理、AVL树区别
红黑树: 适用于插入、删除、搜索操作。 源自2-3树,属于平衡二叉树,插入、删除后最多经过三次旋转、颜色转换达到平衡。 减少搜索层级。兼具AVL树平衡优点,保持花费太多代价更小。 基本结构: TreeNode<K,V> parent; // red-black tree links TreeNode ...
分类:其他好文   时间:2018-05-19 14:45:08    阅读次数:146
SecureCRT也能和Xshell一样批量导入主机
在Xshell可以像这样一个文件批量导入主机: https://blog.netsarang.com/91/importing-csv-formatted-host-information-to-xshell/ 在CRT上也可以,格式和Xshell的一样,但前提是需要运行一个自定义脚本: 脚本:ht ...
分类:系统相关   时间:2018-05-12 15:07:45    阅读次数:2815
Java动态代理
代理模式 为其他对象提供一种代理以控制对这个对象的访问,中介,可去掉功能服务或增加额外的服务 1. 常见代理 远程代理: 为不同地理的对象提供局域网代表对象 虚拟代理: 根据需要将资源消耗很大的对象进行延迟 真正需要的时候进行创建 保护代理: 权限控制 智能引用代理: 提供额外服务 静态代理: 代理 ...
分类:编程语言   时间:2018-05-06 17:59:19    阅读次数:159
多线程
线程与进程 线程 线程是操作系统能够进行运算调度的最小单位。它被包含在进程之中,是进程中的实际运作单位。一条线程指的是进程中一个单一顺序的控制流,一个进程中可以并发多个线程,每条线程并行执行不同的任务。 进程 An executing instance of a program is called ...
分类:编程语言   时间:2018-05-03 23:32:54    阅读次数:205
IOCTL: usage example
ioctl is used in communication with modules of Linux. Module: User space In case of Makefile is needed: ...
分类:其他好文   时间:2018-05-03 19:35:13    阅读次数:205
Python协程
Python协程:从yield/send到async/await 转自 http://python.jobbole.com/86069/ <!-- JiaThis Button BEGIN --><!-- JiaThis Button END --> 转自 http://python.jobbole ...
分类:编程语言   时间:2018-05-03 16:33:58    阅读次数:228
牛客Professional Manager(并查集)
t’s universally acknowledged that there’re innumerable trees in the campus of HUST. Thus a professional tree manager is needed. Your task is to write ...
分类:其他好文   时间:2018-04-30 19:46:46    阅读次数:155
log file switch (archiving needed) 等待事件一例
log file switch (archiving needed) 等待事件
分类:其他好文   时间:2018-04-15 13:41:38    阅读次数:247
630条   上一页 1 ... 16 17 18 19 20 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!