最近在试着配置"我的网站",不知什么原因在配置同步连接时报:MOSS MA not found 搜索发现,需要启动Forefront Identity Manager Service服务,右击选择启动即可,注意,如果你的已启动,就重新启动.   参看: http://mohamedelkassas.wordpress.com/2013/03/15/moss-ma-not-found-user-profile-syncronization-failure/…
转:http://www.360sps.com/Item/ConfigureSynchronizationConnections.aspx 如果要将Active Directory.LDAP 目录和业务数据连接等的用户同步到SharePoint 2010环境中,就要在"User Profile Service"服务应用程序中创建一个相应的同步连接. 在创建同步连接之前,一定要先启动"User Profile Service"服务,然后再创建一个"User…
本文中的内容转自参考资料中的文章.   如果域的NetBios名字跟Fully Qualified Domain Name不同的话, 那么就需要开启UPA的NetBiosDomainNamesEnabled属性为true, 默认这个值为false的.   如何判断你domain的NetBios name跟FQDN是否不同呢? 看下图.   下面的脚本可以在SharePoint服务器上运行, 设置该属性. $ServiceApps = Get-SPServiceApplication $UserP…
这次在配置xml文件时,出现错误提示( The reference to entity “useSSL” must end with the ‘;’ delimiter.) 报错行为 <property name="url" value="jdbc:mysql://www.xxxx.com:3306/db?characterEncoding=utf8&useSSL=false"/> 链接jdbc时,路径链接参数之前一直是使用&符号连接,但…
如何设置可以远程操作 安装必要的远程桌面的软件:xfce,xrdp,vnc4server sudo apt-get update sudo apt-get install xfce4 sudo apt-get install xrdp vnc4server 安装好后要自行新建配置文件,使得在远程登录时默认使用xfce作为界面登录,然后重启xrdp服务: echo "xfce4-session" >~/.xsession sudo service xrdp restart 配置完以…
前言 github: https://github.com/vergilyn/SpringBootDemo 说明:我代码的结构是用profile来区分/激活要加载的配置,从而在一个project中写各种spring boot的demo.所以很多时候可能在*Application.class中指定了特殊的profile. 这种方式可能很糟糕(在细看理解application.properties的加载顺序后,感觉在*Application.class目录下写application.properti…
前言 github: https://github.com/vergilyn/SpringBootDemo 说明:我代码的结构是用profile来区分/激活要加载的配置,从而在一个project中写各种spring boot的demo.所以很多时候可能在*Application.class中指定了特殊的profile. 这种方式可能很糟糕(在细看理解application.properties的加载顺序后,感觉在*Application.class目录下写application.properti…
前言 github: https://github.com/vergilyn/SpringBootDemo 说明:我代码的结构是用profile来区分/激活要加载的配置,从而在一个project中写各种spring boot的demo.所以很多时候可能在*Application.class中指定了特殊的profile. 这种方式可能很糟糕(在细看理解application.properties的加载顺序后,感觉在*Application.class目录下写application.properti…
php5.3之后的版本,php-fpm.conf里的listen的默认配置是127.0.0.1:9000,就不会生成php-fpm.sock,因此如果需要Nginx里的配置有链接tmp/php-fpm.sock的话,需要将listen的地址配置成和nginx的配置文件一致,同时保证这个路径已经存在,这样在启动./php-fpm的时候,会在对应路径上自动生成php-fpm.sock,例如: 让PHP-FPM使用Unix套接字 默认情况下监听端口 9000 . 另外,也可以使PHP-FPM使用Uni…
Configure and Connect 配置和连接 Note: This section assumes you are familiar with the Android Activity Lifecycle. 注意:该节假设你已经熟悉了安卓的活动周期. Overview 概览 You will need certain API calls regardless of your use case. These are related to configuring, connecting t…