2016/12/12

AD-超過這個網域允許建立的電腦帳戶數目


 微軟說:
https://support.microsoft.com/zh-tw/kb/243327
根據預設,Windows 2000 會允許已驗證的使用者加入網域中的十個電腦帳戶

所以,可以設定哪些使用者可以加入網域的電腦數量 

http://deanma.blogspot.tw/2011/01/ms-ad.html

MS AD-超過這個網域允許建立的電腦帳戶數目

AD預設可管理的電腦數為10台,
當欲管理電腦數目超過時,可利用下數方式修改。
1.執行 輸入Adsiedit.msc叫出ADSI編輯器
2.點選 執行--連線到 確定
3.展開樹系會看到DC=XXX,DC=XXX
4.按右鍵內容
5.尋找ms-DS-MachineAccountQuota
6.將數值從10修改為需要管理的台數

2016/12/9



http://www.blogjava.net/DLevin/archive/2015/04/30/424799.html

在上面留言之後,發現自己根本沒那個能力分析
還是來簡述一下
1.小封包的PING
2.大封包的PING
3.icmp的PING
4.路徑長短(tracert route)
5.CDN的認識
 6.ICMP、TCP、UDP的優先權
缺少各地PING的資料


不知道何時才能完成此份文章....OTZ

2019/1/30更新:
當時想到的,是在你國裡面,連線的資料一定會被污染
從DNS污染、憑證污染、連線內容污染......等,都是被監控的對象
所以用ICMP來測試速度,並不能代表實際效果
另外,如果是對外服務,要追求使用者回應速度,就要考慮CDN,加快客戶端取用資料的速度
對內,就內部VPN直接對聯就好

WPF呼叫Bartender 檔案出現System.AccessViolationException


1.檢查C:\Windows\assembly裡面有沒有多餘的Barteder版本
2.gacutil /u xxxxxxxx,把沒必要的刪除
//3.sfc /scannow修復mscorlib.dll
4.移除舊版本Bartender
5.安裝新版本Bartender UltraLite
6.移除新版本 Bartender UltraLite
7.安裝舊版本Bartender
6. BarTenderTask.Result.Close(SaveOptions.DoNotSaveChanges);


Clean GAC, open windows explorer and navigate to C:\Windows\Assembly - it should show a 'gac style' file view, order the files by Public Key Token, then find all 109ff779a1b4cbc7 tokens (those are bartender related). Within that set of them you'll see some which are 10.1.. version and some which are 10.0.

PS:問原廠,原廠說:誰叫你要裝兩套不同版本的

JPA+complex key+custom Query

  來源: https://www.cnblogs.com/520playboy/p/6512592.html   整個來說,就是有複合主鍵 然後要使用  public interface XxXXxx DAO extends CrudRepository<Tc...