splashtop sos
anydesk
aeroadmin
Zoom Meeting
Teamviewer
Remote Utilities
http://www.ammyy.com
29 February 2012
23 January 2012
Web front-end technology
http://forum.canadameet.me/showthread.php?t=247068
现在的应用开发,基本上已经完全被web统治了,也就是客户端完全browser based.
技术上, Web开发的前端Javascript , CSS越来越重要。 Javascript 远远超出了任何人对它的期许,而且势不可当, 开源Javascript framework ( Prototype, JQuery, YUI,Extjs 等),取得了无比辉煌和耀眼的成功。 而CSS在网页风格设计和布局开发里成为王者,任何serious的web开发都会使用CSS stylesheet.
与此同时,客户服务端混合编程模型一直是主流的开发平台。Java 和PHP, Ruby等程序语言世界 , MVC frameworks(Model-view-controller frameworks) 盛行,Struts / JFaces , Sprint MVC , Ruby on Rails , Django, Symfony 等等。
.NET方面, 一直以来,以Web form模型为主,占据企业级市场不少份额。 最近也发布了ASP.NET MVC Framework 加入MVC frameworks潮流。
另外,实践中,基于大型服务软件平台进行定制开发,一直是企业级应用的主要选择之一。 整体上说, IBM的Lotus notes 和 Microsoft 的SharePoint正在拉锯这个市场。
在Java 服务端世界,IBM Websphere占据了主要份额 开源的Tomcat, JBOSS等也非常流行
现在的应用开发,基本上已经完全被web统治了,也就是客户端完全browser based.
技术上, Web开发的前端Javascript , CSS越来越重要。 Javascript 远远超出了任何人对它的期许,而且势不可当, 开源Javascript framework ( Prototype, JQuery, YUI,Extjs 等),取得了无比辉煌和耀眼的成功。 而CSS在网页风格设计和布局开发里成为王者,任何serious的web开发都会使用CSS stylesheet.
与此同时,客户服务端混合编程模型一直是主流的开发平台。Java 和PHP, Ruby等程序语言世界 , MVC frameworks(Model-view-controller frameworks) 盛行,Struts / JFaces , Sprint MVC , Ruby on Rails , Django, Symfony 等等。
.NET方面, 一直以来,以Web form模型为主,占据企业级市场不少份额。 最近也发布了ASP.NET MVC Framework 加入MVC frameworks潮流。
另外,实践中,基于大型服务软件平台进行定制开发,一直是企业级应用的主要选择之一。 整体上说, IBM的Lotus notes 和 Microsoft 的SharePoint正在拉锯这个市场。
在Java 服务端世界,IBM Websphere占据了主要份额 开源的Tomcat, JBOSS等也非常流行
19 January 2012
How to assign software to a specific group by using Group Policy in Windows Server 2003
http://support.microsoft.com/kb/324750
| System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows 7 Solution Center |
This article was previously published under Q324750
For a Microsoft Windows 2000 version of this article, see 302430 .
On This Page
SUMMARY
You (as an administrator) can use Group Policy to assign or to publish software to users or computers in a domain. Additionally, it is useful to be able to deploy software based on group membership. A Group Policy object (GPO) is usually applied only to members of an organizational unit (OU) to which the GPO is linked. Because a user cannot be located in several OUs at the same time, you must be able to apply Group Policy settings outside the boundaries of OUs. This article describes how to have your software deployment policy applied to users who are not in an OU.
227302 Using SECEDIT to force a Group Policy refresh immediately
Assign a program to a group
- Create a folder to hold the Windows Installer package on a server. Share the folder by applying permissions that let users and computers read and run these files. Then, copy the MSI package files into this location.
- From a Windows Server 2003-based computer in the domain, log on as a domain administrator, and then start Active Directory Users and Computers.
- In Active Directory Users and Computers, right-click the container to which you want to link the GPOs, and then click Properties.
- Click the Group Policy tab, and then click New to create a new GPO for installing the Windows Installer package. Give the new GPO a descriptive name.
- Click the new GPO, and then click Edit.
The Group Policy Object Editor starts. - Right-click the Software Settings folder under either Computer Configuration or User Configuration, point to New, and then click Package.
Notes- The Software Settings folder under Computer Configuration contains software settings that apply to all users who log on to the computer. This folder contains software installation settings. It may also contain other settings that are put there by independent software vendors.
- The Software Settings folder under User Configuration contains software settings that apply to users regardless of which computer they log on to. This folder also contains software installation settings. It may contain other settings that are put there by independent software vendors.
- In the Open dialog box, type the Universal Naming Convention (UNC) path of the Windows Installer file (.msi) for this package in the File name box, and then click Open.
Note If the Windows Installer file resides on the local hard disk, do not use a local path. Instead, use the UNC path of the local computer to indicate the location of the installation files. A UNC path takes the form \\servername\sharename\path\filename.msi. - In the Deploy Software dialog box, do one of the following:
- Click Assigned to specify that the application is deployed as assigned and that default settings are used for deployment properties.
- Click Advanced to specify that you are manually editing the package properties instead of accepting the defaults. You can also choose between assign and publish for the deployment method.
- When you are prompted to choose between Advanced and Assigned, click Assigned unless you have to modify the advanced options.
- Click OK.
The software package appears in the details pane of the Group Policy Object Editor. - Close the Group Policy Object Editor.
- In the GPO Properties dialog box, click the GPO, and then click Properties.
- Click the Security tab.
- Click Authenticated Users in the Group or user names list, and then click Remove.
- Click Add, select the security group that you want this policy applied to, and then click OK to add the security group to the list.
- Select the security group, and then under Permissions for Users, click to select the READ and theApply Group Policy check boxes in the Allow column.
- Click Apply, click OK, click Apply, and then click OK.
227302 Using SECEDIT to force a Group Policy refresh immediately
Subscribe to:
Posts (Atom)