创建完Managed Metadata Service Application之后,或者是在使用过程中,经常会遇到一个错误--The Managed Metadata Service or Connection is currently not available.如何解决呢?...
分类:
移动开发 时间:
2015-01-18 11:52:10
阅读次数:
223
Ubuntu搭建https步骤:#apt-getinstallapache2#apt-getinstallssl-cert#apt-getinstallopenssl开启SSL模块#a2enmodssl#ln-s/etc/apache2/sites-available/default-ssl/etc/apache2/sites-enabled/#serviceapache2restart访问:https://localhost
分类:
Web程序 时间:
2015-01-17 23:39:53
阅读次数:
322
1.事务(transaction)1.1事务的概念 事务是若干操作的集合,集合中的操作看作程一个整体,要么都完成,要么都取消。1.2事务的属性 Atomicity(原子性) 事务是一个整体,一起完成,一起取消。 Consistency(一致性) 事务将数据从一种一致状态转变为下一种一致状态。(指的是...
分类:
数据库 时间:
2015-01-17 12:40:28
阅读次数:
391
TypeofcalculationThefollowingoptionsofcalculatingconditionsareavailable:AND-allconditionsmustbemetOR-enoughifoneconditionismetAND/OR-combinationofthetwo:ANDwithdifferentconditiontypesandORwiththesameconditiontype,forexample:Hostgroup=OracleserversHostgroup=..
分类:
其他好文 时间:
2015-01-17 06:37:55
阅读次数:
261
PHP 5.4.36 has been released on PHP.net on 18th December 2014, and is also available for CentOS/RHEL 5.10 and 6.5 at Webtatic via Yum.Update 2013-07-2...
分类:
Web程序 时间:
2015-01-15 23:41:16
阅读次数:
400
1. 前言多线程编程的时候,我们不光希望两个线程间能够实现逻辑上的先后顺序运行,还希望两个不相关的线程在访问同一个资源的时候,同时只能有一个线程对资源进行操作,否则就会出现无法预知的结果。比如,有两个线程需要对同一个计数器加1,我们希望结果是计数器最终加2,但可能同时获取到了这个计数器,第一个线程对...
分类:
编程语言 时间:
2015-01-15 17:57:22
阅读次数:
286
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:
其他好文 时间:
2015-01-15 12:38:33
阅读次数:
158
debian系统有针对arm分支的,在arm上跑debian系统可以用apt-get安装软件,避免繁琐的编译和重复创建文件系统的工作.
本例子使用z-turn的开发板为例.
linux主机版本:
root@v:i# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Descriptio...
分类:
其他好文 时间:
2015-01-15 10:58:10
阅读次数:
99
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:
其他好文 时间:
2015-01-15 09:30:17
阅读次数:
172
客户端IP:192.168.1.11服务端IP:192.168.1.12目的:检查eip用户的java进程是否存在客户端配置脚本名:check_pid.sh脚本如下:#!/bin/bashsi=`ps-ef|grepjava|grepeip|wc-l`if[$si-eq1];thenecho"statusok"exit0elseecho"Theproisdown,plaesecheck!"exit1fi放在/home/monitor/n..
分类:
移动开发 时间:
2015-01-15 01:54:01
阅读次数:
198