elasticSearch node 的配置如下:# Every node can be configured to allow or deny being eligible as the master,# and to allow or deny to store the data.## Allo...
分类:
其他好文 时间:
2014-07-16 21:53:05
阅读次数:
257
Secure Store Service 是运行在应用程序服务器上的授权服务,它提供一个存储用户凭据的数据库,Secure Store Service 在商务智能中的地位很重要,Sharepoint商务智能提供的服务都可以通过配置Secure Store Service存储的凭据来读取数据源。详.....
分类:
其他好文 时间:
2014-07-16 21:33:54
阅读次数:
233
参考:http://blog.csdn.net/mad1989/article/details/8167529(xcode APP 打包以及提交apple审核详细流程(新版本更新提交审核))http://www.ttlsa.com/dev/how-to-publish-iosapp-to-appst...
分类:
移动开发 时间:
2014-07-16 20:44:13
阅读次数:
275
HTTPS(Hypertext Transfer Protocol over Secure Socket Layer,基于SSL的HTTP协议)使用了HTTP协议,但HTTPS使用不同于HTTP协议的默认端口及一个加密、身份验证层(HTTP与TCP之间)。HTTPS通信方式: 客户端在使用HTTP....
分类:
其他好文 时间:
2014-07-16 20:11:08
阅读次数:
219
Ext.form.ComboBox常用属性详解标签:Extjsjscombojs代码varcombo=newExt.form.ComboBox({store:newExt.data.SimpleStore({fields:['value','text'],data:[['1001','小儿迪巧'],...
分类:
其他好文 时间:
2014-07-16 19:55:34
阅读次数:
213
如何在ubuntu14.04 中启用SSH服务开篇科普: SSH为Secure Shell的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。SSH 是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议。利...
分类:
其他好文 时间:
2014-07-14 09:31:22
阅读次数:
335
Now the security has a trend to become more and more important in our daily work, hence I did some researches on some of the topics, and hope to do mo...
分类:
其他好文 时间:
2014-07-11 19:20:52
阅读次数:
283
#define _CRT_SECURE_NO_WARNINGS#include#includeint main(){ void add(int a[], int length1, int b[], int length2); char str1[255], str2[255]; int num1[2...
分类:
其他好文 时间:
2014-07-11 10:08:10
阅读次数:
213
Https协议:SSL建立过程分析web訪问的两种方式:http协议,我们普通情况下是通过它訪问web,由于它不要求太多的安全机制,使用起来也简单,非常多web网站也仅仅支持这样的方式下的訪问.https协议(Hypertext Transfer Protocol over Secure Socke...
分类:
其他好文 时间:
2014-07-11 09:25:10
阅读次数:
364
oracle11g new feature SPM
有助于保持sql的语句特性,只允许执行性能提高的执行计划。
它不同于stored outlines, spm在于稳定sql性能,而store outlines在于冻结sql执行计划
事列
1.启用optimizer_cature_sql_plan_baselines 捕获sql语句
SQL> alter sess...
分类:
数据库 时间:
2014-07-10 23:36:46
阅读次数:
364