portal

Dynamics 365 Portal 多语言

好久不见. 提交于 2019-12-03 20:08:49
Dynamics 365 Portal 的多语言分两种情况: 1、通过定义两套记录来实现,如Web Link Set、Snippet Content,都是定义两套记录,分别关联不同的语言来实现 Web Link Set的情况: Snippet Content的情况: 2、通过关联两个Localized Content、 在页面的Web Page下,找到Localized Content子网格,添加相应的子页并关联不同语言即可自动根据当前Portal选择的语言自动切换对应的翻译(一定要翻译好,不然会取默认语言) 来源: https://www.cnblogs.com/liaochifei/p/11806146.html

ReactJs: Wrap Semantic UI Modal using Portal “pattern”

穿精又带淫゛_ 提交于 2019-12-03 17:02:11
I'm trying to wrap Semantic UI Modal component using portal approach described here Here is my take at it http://jsfiddle.net/mike_123/2wvfjpy9/ I'm running into issue though, when obtaining a DOM reference and Rendering new markup into it there seem to be old reference still maintained. render: function() { return <div className="ui modal"/>; <-- the idea at first was to only return <div/> }, ... React.render(<div > <----------- originally this element had className="ui modal", but this.node doesn't seem to overtake the original node reference <i className="close icon"></i> <div className=

插件部署【BE、BP、UI】

风格不统一 提交于 2019-12-03 16:59:01
1、BE插件部署 XML部署位置:D:\yonyou\U9V50\Portal\bin; DLL部署位置:D:\yonyou\U9V50\Portal\ApplicationServer\Libs; 2、BP插件部署 配置文件位置:D:\yonyou\U9V50\Portal\UBFConfig 配置目标文件:UFIDA.UBF.BPSVExtend.config (说明:BP插件配置信息均配置在该配置文件中) DLL部署位置:D:\yonyou\U9V50\Portal\ApplicationServer\Libs 3、UI插件部署 配置文件位置:D:\yonyou\U9V50\Portal 配置目标文件:WebPartExtend.config (说明:UI插件配置信息均配置在该配置文件中) DLL部署位置:D:\yonyou\U9V50\Portal\UILib 来源: https://www.cnblogs.com/youmin3205/p/11803672.html

Dynamics 365(on-premises) Portal 的安装

徘徊边缘 提交于 2019-12-03 13:46:25
在Dynamics CRM各行业的项目实施方案中,portal是个避不开的模块,奈何CRM一直没有portal的功能所以各实施上都是自己开发,国外有个叫adxstudio的厂商开发了个和CRM集成的portal方案,被微软看上后收了,整合进了自家的产品里,本篇来介绍下该portal如何安装,需要声明下这个集成方案包只支持CRM8.1以后的版本。 先奉上 下载地址 ,里面有两个exe的压缩包需要解压出来,一份pdf安装指引,两个exe分别对应的一个安装包,一个源代码的发布包。安装的过程很简单,根据pdf中的指引操作即可。 其中要用到sdk包中的Tools文件夹下的PackageDeployer工具包 。 根据pdf指引执行powershell脚本即可,很简单,但一定要看到下述截图中的脚本最后一行的Completed为止,我在最开始的环境中安装总是卡在working节点,我以为装完了继续后面的操作,结果可想而知报错了。 装完这个后打开源代码编译下发布,pdf指引中有两种方式,一种是发布到IIS,一种是发布到azure,你选其中一种就行,一般都是IIS,发布完IIS打开浏览网站会看下下面这个截图,填上对应的信息,点击连接按钮,连上后网站那个下拉框里会列出CRM中已有的网站 默认有个客户自助服务的网站,当然你也可以自己新建(但建议先用默认的看下结构,了解了再自己新建)

SignalR with IIS 10 and ARR 3.0

匿名 (未验证) 提交于 2019-12-03 10:24:21
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: We can't get SignalR to work when using ARR 3.0 as a reverse proxy in front of our Visual Studio development machine. The connection is successfully established but the initial frame that should be sent from the SignalR server once the connection is established is never sent, as a matter of fact, no frames can be sent, this causes the client to drop the WebSocket connection. To sum up, "the websocket connection can establish, but can't transfer frames." The MVC app works without the reverse proxy. We've tried all suggested solutions in the

Websphere 7 Portal: Servlet checking for login status to Portal?

匿名 (未验证) 提交于 2019-12-03 08:59:04
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I run a WebSphere 7.0 Portal. One has to log in to be able to see any information which is fine for all portlets. But additionally there are a couple of servlets that a deploy in the same war file that produce some raw data for AJAX-scripts. Currently one can bypass the authentication from WebSphere Portal if one knows the URL to that particular servlet. I want to change this and check if the user is currently logged in to the Portal. How do I do this? I tried ((PumaHome) new InitialContext().lookup(new CompositeName(PumaHome.JNDI_NAME)))

Why is DNN killing my authentication cookies when I access an ashx from a child portal?

匿名 (未验证) 提交于 2019-12-03 08:52:47
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am seeing a really wierd issue that only happens with non-administration users. When the user logs in and accesses one page, they are logged out of the system. The page finishes loading as if they were logged in, but once they try any other actions (including refreshing the browser page) they are considered not logged in and presented with a login prompt. Opening up fiddler, I can see one of the responses from the server contains the following: Response sent 71 bytes of Cookie data: Set-Cookie: portalaliasid=; expires=Sat, 08-May

Where to find my Ocp-Apim-Subscription-Key in Windows azure

匿名 (未验证) 提交于 2019-12-03 08:44:33
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to use an api, but i can't find the Ocp-Apim-Subscription-Key at the page below: Thanks. 回答1: please, following the instructions below. You have to go through the azure portal and select your API management component then click on the Publisher Portal in the left top corner. Go through the APIs and then Products tab. Click on the ADD API TO PRODUCTS button and then select an appropriate option. Go through the azure portal again, but click on the Developer Portal in the left top corner. Click on the ComboBox which is placed on the

Request Timed out when trying to add iOS device to the portal

匿名 (未验证) 提交于 2019-12-03 08:36:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I added my iPad device to the Apple Developer website by entering it's description and UDID. Within the Xcode organizer, I attempt to add my device to the portal. I have hooked up a proper provisioning portal to it and all. Yet, the request times out every single time after I enter my proper Apple ID and password. How do I fix this? Also, if it helps: I get the same error when I go to Editor < Refresh from Developer Portal 回答1: Here is what you're after... Check the following status page - https://developer.apple.com/support/system-status/

Python核心技术与实战 笔记

独自空忆成欢 提交于 2019-12-03 06:30:24
基础篇 Jupyter Notebook 优点 整合所有的资源 交互性编程体验 零成本重现结果 实践站点 Jupyter 官方 Google Research 提供的 Colab 环境 安装 运行 列表与元组 列表和元组,都是 一个可以放置任意数据类型的有序集合。 l = [1, 2, 'hello', 'world'] # 列表中同时含有 int 和 string 类型的元素 l [1, 2, 'hello', 'world'] tup = ('jason', 22) # 元组中同时含有 int 和 string 类型的元素 tup ('jason', 22) 列表是动态的,长度大小不固定,可以随意地增加、删减或者改变元素 (mutable) 元组是静态的,场地大小固定,无法增加删除或者改变 (immutable) 都支持负数索引; 都支持切片操作; 都可以随意嵌套; 两者可以通过 list() 和 tuple() 函数相互转换; 列表和元组存储方式的差异 由于列表是动态的,所以它需要存储指针,来指向对应的元素。增加/删除的时间复杂度均为 O(1)。 l = [] l.__sizeof__() // 空列表的存储空间为 40 字节 40 l.append(1) l.__sizeof__() 72 // 加入了元素 1 之后,列表为其分配了可以存储 4 个元素的空间 (72 -