问题标签 [intranet]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
128 浏览

.net - 内网协作系统

我想为我们的 Intranet 用户提供并通过浏览器创建、编辑、协作文档。解决此问题的最佳方法是什么?

0 投票
3 回答
336 浏览

asp.net - ASP .Net Intranet 应用程序如何使 Employee 变量可用于每个页面

在应用程序的几乎每个页面上,我都会根据当前登录的员工执行某些操作。除了在 Page_Load 中创建变量之外,还有更简单的方法来访问员工吗?

0 投票
1 回答
140 浏览

php - 如果我在 Intranet 中实施网站,我需要遵循哪些安全措施?

只有这样 , 在 joomla 中没有,并且少于 10 个用户。我们将在 Intranet 上提供我们的 Web 应用程序的演示,并且我们可能只在 Intranet 中实现。所以关注的是

  1. 源代码和数据库需要是安全的(即不容易被客户端读取)
  2. 在这种情况下,我需要采取哪些安全措施?

提示:我们将仅使用 xampp 在 windows 服务器上实现。

问题2:
我对配置如何实现内网站点不是很了解。我需要在xampp中更改哪些配置?

0 投票
6 回答
11425 浏览

java - How to automatically login to the site using system credentials?

I need to develop a web application for the Intranet users. I dont want them to enter the login credentials each time they visit the site. It should be automatically loaded from the System Username and Password. i.e If they have a valid system username and password they should be able to login to the application. I am using Java. How to fulfill this requirement?

0 投票
1 回答
149 浏览

asp.net-mvc - 设计 Intranet 应用程序时,是否有任何特殊的编程考虑需要注意?

我主要在 CMS 上工作,因为它是供公众使用的,所以对于 CAN/CANT 进入该站点的人没有安全问题,但现在我被分配到一个 Intranet 应用程序上工作,并且想知道是否在编程方面我必须注意额外的安全功能或所有“内联网安全”由“网络硬件和配置”处理 - >(路由器、交换机、集线器等......)

0 投票
2 回答
119 浏览

https - 重用公钥/私钥

我正在编写一个旨在通过本地 wifi 网络使用的程序。为了提供一些安全性,我正在考虑让设备通过本地 https 连接。使用 openssl 生成一个自签名密钥对,然后分发使用完全相同的私钥和公钥的软件包是否被认为是一种常见的做法?

0 投票
1 回答
458 浏览

user-interface - 企业内部网良好 UI 站点设计的流行参考

我搜索了有关公司 Intranet 设计和布局的信息,但似乎很难找到。

我的要求很简单,一个基于框或表格的界面,具有良好的字体和颜色使用率,维护成本低,并且在 A 级浏览器中具有高兼容性。由于我不是设计师,我不知道如何识别布局、字体和颜色的良好组合。但像许多人一样,当我看到它时就知道一个好的布局。

不需要异国情调。这必须易于维护。因此,如果有人可以参考一个体面的站点,该站点具有使用 CSS 或表格进行布局的干净简单的内部网的良好示例,那将不胜感激。宁愿避免有 hack 和/或 onload javascript“魔术”的设计。没有动画!没有闪光灯!

谢谢..

0 投票
1 回答
60 浏览

windows-7 - 在我开发它时,让我的办公网络可以使用该站点的本地版本会很有用,有人知道如何配置它吗?

我在我的机器上开发并使用我的本地 IIS 来测试站点。我在想,如果我可以向他们发送一个指向该站点实例的 URL,该 URL 将在办公室的本地网络上可用,那么这对于向办公室中的人们展示原型或演示非常有用。然后他们可以浏览它,而不必起身过来。此外,它还允许他们在浏览器中对其进行测试,作为额外的福利。

有没有人做过这种事情,我将如何配置它?

0 投票
1 回答
436 浏览

asp.net - 如何在asp.net Intranet Web 应用程序中使用登录的Windows 用户连接到数据库?

我们正在将现有的 windows 窗体应用程序迁移到 asp.net(3.5) 内部网门户,有一个要求,即数据库连接应该由登录的 windows 用户进行。

有没有可能实现这个功能?

有人可以帮帮我吗?

0 投票
1 回答
100 浏览

intranet - How to utilize intranet bandwith

Hi Is it possible to measure which web pages are visited mostyy and download their contenet so that people can access them offline.

Basic scheme is:

There will be client software on each user PC which will extract domain information on http requests and decide if it's already available on server or not.

On the server side there will be another software which updates downloaded web pages.

Do you think is this a good way of utilizing intranet bandwith ?

thanks