当升级了苹果系统到 OS X El Captain 之后  ,打开Xcode 有时候会报错 如图 而且打开 svn  也会出类似错误  点击continue  了  下次 还会 出现 .这个很好解决   点击 show certificate  ,然后  在详细界面  有个选项  下拉框  里面 选择  Always  trust.就行了…
https://stackoverflow.com/questions/1920558/what-is-the-difference-between-scope-identity-identity-identity-and-ide The @@identity function returns the last identity created in the same session. The scope_identity() function returns the last identity…
原文链接:https://www.digitalocean.com/community/tutorials/how-to-use-logstash-and-kibana-to-centralize-logs-on-centos-6 Introduction In this tutorial, we will go over the installation of Logstash 1.4.2 and Kibana 3, and how to configure them to gather an…
soap webservice 调试工具: soap UI, 可以下载下来玩一玩. Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this techn…
Prerequisites Before you begin, you should have some configuration already taken care of. We will be operating as a non-root user with sudo privileges in this guide. You can set one up by following steps 1-4 in our Ubuntu 14.04 initial server setup g…
验证Xcode真伪的方法,来自苹果官网   Xcode的验证你的版本 2015年9月22日    注意:中文为有道翻译,看下验证方法即可.   我们最近将应用程序从应用程序商店,还建有Xcode的假冒版本有可能对消费者造成伤害.你应该直接从Mac App Store下载Xcode,或从苹果开发者网站,离开看门人上启用你的系统,以防止篡改软件.   当你从Mac App Store下载Xcode,OS X自动检查Xcode的代码签名和验证代码由苹果签署.当你从苹果开发者网站上下载Xcode,签名的…
远程桌面:IIS7远程桌面IIS7远程桌面管理工具(3389.vps.服务器批量管理.批量远程工具)简介: 1.批量管理WIN系列服务器,VPS,电脑.   2.批量导入服务器的IP,端口,账号和密码   3.批量打开N个服务器的远程桌面   4.远程桌面后,远程窗口右上角会出现 服务器备注的信息,如郑州xxx号服务器   5.远程桌面后,不影响任务栏显示.可以及时看其他窗口.   6.自定义远程桌面窗口分辨率   7.定时监测服务器是否正常   8.服务器到期提醒   9.可选择是否加载本地硬…
首先感谢晓晨Master和EdisonChou的审稿!也感谢正在阅读的您! 引言 通常,服务所公开的资源和 API 必须仅限受信任的特定用户和客户端访问.那进行 API 级别信任决策的第一步就是身份认证--确定用户身份是否可靠. 在微服务场景中,身份认证通常统一处理.一般有两种实现形式: 基于API 网关中心化认证:要求客户端必须都通过网关访问微服务.(这就要求提供一种安全机制来认证请求是来自于网关.) 基于安全令牌服务(STS)认证:所有的客户端先从STS获取令牌,然后请求时携带令牌完成认证.…
一.JPA通用策略生成器 通过annotation来映射hibernate实体的,基于annotation的hibernate主键标识为@Id, 其生成规则由@GeneratedValue设定的.这里的@id和@GeneratedValue都是JPA的标准用法, JPA提供四种标准用法,由@GeneratedValue的源代码可以明显看出. @Target({METHOD,FIELD}) @Retention(RUNTIME) public@interface GeneratedValue{ G…
新版Xcode 5和Server发布以后,apple对单元测试的支持是越来越好了.从这一点看出apple对单元测试的也是越来越重视了. 这篇Blog就简单的介绍这集成化测试功能. Server更新后是要重新付费的,但如果你有开发者账号的话,可以登录AppleDeveloper 里面会有个兑换码.如果没有就需要单付费了- Server的变化 里面会出现个新的选项-Xcode  从头开始 创建项目 创建远程测试服务 Product->Create Bot Configure Remotes Add…