Jump to: Navigation
jQuery CodePlayer
in Programming on JavaScript
◇ jQuery 실습 포스팅 시리즈 ◇
jQuery 효과들
in Programming on JavaScript
https://api.jquery.com/ 이 페이지에 잘 나와있다. 검색한 후 무슨 함수 써야하는지 감이 오면 jquery api에서 찾아서 잘 사용하면 된다.
Leetcode 5) Longest Palindromic Substring
in Algorithms
Leetcode 3) Longest Substring Without Repeating Characters
in Algorithms
Active Directory adding users
https://www.youtube.com/watch?v=i9I5poSokow
1. Admin group
The group that has default admin rights to Active Directory and Domain Controllers and provides these rights to Domain Admins and Enterprise Admins, as well as any other members.
2. Local admin group
A Local Admin has the permission to do anything but is restricted to one machine
Source : THERE’S ADMIN AND THERE’S ADMIN – DOMAIN ADMINISTRATORS VS LOCAL ADMINISTRATORS
3. Domain admin group
Members of this group have full control of the domain. By default, this group is a member of the Administrators group on all domain controllers, all domain workstations, and all domain member servers at the time they are joined to the domain. By default, the Administrator account is a member of this group. Because the group has full control in the domain, add users with caution.
4. Enterprise admin group
Only appears in the forest root domain.
Members of this group have full control of all domains in the forest. By default, this group is a member of the Administrators group on all domain controllers in the forest. By default, the Administrator account is a member of this group. Because this group has full control of the forest, add users with caution.
Source: Default groups
Leetcode 344) Reverse String
in Algorithms
Leetcode 151) Reverse Words in a String
in Algorithms
Leetcode9) Palindrome Number
in Algorithms
https://leetcode.com/problems/palindrome-number/
Leetcode50) Power(x,n)
in Algorithms
https://leetcode.com/problems/powx-n/