上一页 1 ··· 170 171 172 173 174 175 176 177 178 ··· 230 下一页
摘要: TNS-12555 / TNS-12560 / TNS-00525 Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) Problem: LSNRCTL for Linux: Version 10.2.0. 阅读全文
posted @ 2017-06-14 14:45 lxjshuju 阅读(301) 评论(0) 推荐(0)
摘要: 淘宝数据库OceanBase SQL编译器部分 源代码阅读--生成逻辑计划 SQL编译解析三部曲分为:构建语法树。生成逻辑计划。指定物理运行计划。第一步骤,在我的上一篇博客淘宝数据库OceanBase SQL编译器部分 源代码阅读--解析SQL语法树里做了介绍,这篇博客主要研究第二步。生成逻辑计划。 阅读全文
posted @ 2017-06-14 13:56 lxjshuju 阅读(319) 评论(0) 推荐(0)
摘要: SSH分客户端openssh-client和openssh-server 假设你仅仅是想登陆别的机器的SSH仅仅须要安装openssh-client(ubuntu有默认安装,假设没有则sudo apt-get install openssh-client),假设要使本机开放SSH服务就须要安装ope 阅读全文
posted @ 2017-06-14 12:38 lxjshuju 阅读(232) 评论(0) 推荐(0)
摘要: 老板让让做一个东东。输入端要用到opencv顺便就来学习一下。买了本书《学习opencv》翻来一看,opencv1.0,去官网上一看。opencv2.49,瞬间有种蛋碎的赶脚。看着第二章介绍一个头文件,在opencv2.49以下招了半天都没找到。。。泪奔~~ 只是看到一些论坛上说。这本书里还是讲了一 阅读全文
posted @ 2017-06-14 12:05 lxjshuju 阅读(215) 评论(0) 推荐(0)
摘要: Problem Description There are two strings A and B with equal length. Both strings are made up of lower case letters. Now you have a powerful string pa 阅读全文
posted @ 2017-06-14 10:35 lxjshuju 阅读(153) 评论(0) 推荐(0)
摘要: Given an unsorted array, find the maximum difference between the successive elements in its sorted form. Try to solve it in linear time/space. Return 阅读全文
posted @ 2017-06-14 09:39 lxjshuju 阅读(147) 评论(0) 推荐(0)
摘要: string src = temppartsrc + "." + pictype; HttpWebRequest request = (HttpWebRequest)WebRequest.Create(src); request.AllowAutoRedirect = true; WebProxy 阅读全文
posted @ 2017-06-14 08:48 lxjshuju 阅读(180) 评论(0) 推荐(0)
摘要: 1、关于swift和调试,swift在ios7.0才支持,ios8.3系统的真机必需要xcode6.3才干调试。安装xcode6.3需要os x 10.10以上 2、应用程序由Main.storyboard启动和设置,定义先启动哪个ViewController 3、组件有两种方式实例化。一种是直接在 阅读全文
posted @ 2017-06-13 21:04 lxjshuju 阅读(800) 评论(0) 推荐(0)
摘要: Treasure Hunt IV Time Limit: 2 Seconds Memory Limit: 65536 KB Alice is exploring the wonderland, suddenly she fell into a hole, when she woke up, she 阅读全文
posted @ 2017-06-13 19:26 lxjshuju 阅读(216) 评论(0) 推荐(0)
摘要: Nginx源代码分析—进程间通信机制 从nginx的进程模型能够知道。master进程和worker进程须要通信,nginx中通信的方式有套接字、共享内存、信号。对于master进程,从外部接受信号,master进程主要就是监控、接受外部信号,将有必要的信号传递给worker进程,master进程大 阅读全文
posted @ 2017-06-13 17:59 lxjshuju 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 170 171 172 173 174 175 176 177 178 ··· 230 下一页