上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 235 下一页
摘要: 上一篇文章中,介绍了Shuttle ESB架构模型中的三个重要部分。今天,我们继续介绍剩余的三个内容:模式和消息路由。 四、模式 Request/Response(请求/响应模式) 对基于Request/Response消息机制的内容。你能够看WiKi的一些文章:http://en.wikipedi 阅读全文
posted @ 2017-08-17 13:35 llguanli 阅读(218) 评论(0) 推荐(0)
摘要: shell特点—— Linux有多种shell能够使用,默认的为bash,bash有以下几个主要特点。 1、命令记忆能力 在命令行中按上下键能够找到一个前/后输入的命令。这些命令记录在~/.bash_history中,这个文件记录的是上一次登录shell曾经所运行过的全部命令,当前登录shell所运 阅读全文
posted @ 2017-08-17 12:07 llguanli 阅读(261) 评论(0) 推荐(0)
摘要: Mac下Android studio 之NDK配置教程(一) 1.概述 近期项目全线转移到Mac下使用使用Android studio开发。遇到关键代码封装到 ***native***层,此时在win下的NDK配置步骤所有失效。 为此,花费了大量时间用来查阅资料,在此,记录下来,分享给大家供以后配置 阅读全文
posted @ 2017-08-17 10:42 llguanli 阅读(1767) 评论(0) 推荐(0)
摘要: 转载请注明出处:http://blog.csdn.net/xingjiarong/article/details/47417383 在上一篇博客中,我们学会了用ReentrantLock来控制线程訪问同一个数据,防止出现Race Condition。这一次呢。我们继续深入的学习,学习一下java中的 阅读全文
posted @ 2017-08-17 09:08 llguanli 阅读(172) 评论(0) 推荐(0)
摘要: 行为表 // UIActionSheet UIAlertView // destructive 慎重操作的button标题 UIActionSheet *sheet = [[UIActionSheet alloc]initWithTitle:@"tips" delegate:nil cancelBu 阅读全文
posted @ 2017-08-16 20:54 llguanli 阅读(150) 评论(0) 推荐(0)
摘要: 非常多使用Zookeeper的情景是须要我们嵌入Zookeeper作为自己的分布式应用系统的一部分来提供分布式服务。此时我们须要通过程序的方式来启动Zookeeper。此时能够通过Zookeeper API的ZooKeeperServerMain类来启动Zookeeper服务。 以下是一个集群模式下 阅读全文
posted @ 2017-08-16 19:20 llguanli 阅读(957) 评论(0) 推荐(0)
摘要: 1.touch hello.sh 2.vim hello.sh 键入i 插入#!/bin/sh echo hello world; 键入: esc : wq 3.chmod 700 hello.sh 解释-rwx (700) -- 仅仅有属主有读、写、运行权限。 4. 运行./hello.sh 1. 阅读全文
posted @ 2017-08-16 18:18 llguanli 阅读(481) 评论(0) 推荐(0)
摘要: DNA Sorting Time Limit : 2000/1000ms (Java/Other) Memory Limit : 20000/10000K (Java/Other) Total Submission(s) : 9 Accepted Submission(s) : 3 Problem 阅读全文
posted @ 2017-08-16 17:27 llguanli 阅读(303) 评论(0) 推荐(0)
摘要: 利用Spring随时随地获得Request和Session 一、准备工作: 在web.xml中加入 <listener> <listener-class> org.springframework.web.context.request.RequestContextListener </listene 阅读全文
posted @ 2017-08-16 13:15 llguanli 阅读(2806) 评论(0) 推荐(0)
摘要: 这道题是Search in Rotated Sorted Array的扩展,思路在Find Minimum in Rotated Sorted Array中已经介绍过了。和Find Minimum in Rotated Sorted Array唯一的差别是这道题目中元素会有反复的情况出现。只是正是由 阅读全文
posted @ 2017-08-16 12:19 llguanli 阅读(163) 评论(0) 推荐(0)
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 235 下一页