關閉 SELinux

 

[root@BigData ~]# vi /etc/sysconfig/selinux

 

BENIT 發表在 痞客邦 留言(0) 人氣()

 

收到vcenter server 傳來的訊息

發現是 普樺的Storage 裡的某一顆硬碟轉速有問題(diskarray 竟然沒有發現 )

趁還沒有亮故障燈前更換掉硬碟

BENIT 發表在 痞客邦 留言(0) 人氣()

 

Enhanced Mitigation Experience Toolkit (EMET) 是一種公用程式,客戶端安裝 4.1 的版本 造成 OFFICE 2010 無法開啟

 

EMET_Agent.EXE  

BENIT 發表在 痞客邦 留言(0) 人氣()

"展場ShowGirl相冊"Windows Store App – 隱私權聲明 Privacy Statement

Posted on January 29, 2013

我們在何時收集什麼樣的信息?

當您使用應用程序時,我們並不會向您收集任何信息,如您的所在位置或IP資訊等。

BENIT 發表在 痞客邦 留言(0) 人氣()


"AnimalAlbum"Windows Store App – 隱私權聲明 Privacy Statement

Posted on January 29, 2013

我們在何時收集什麼樣的信息?

BENIT 發表在 痞客邦 留言(0) 人氣()

int j = 1;

string x;

while (j < 10)   

{

BENIT 發表在 痞客邦 留言(0) 人氣()

for (int i = 1; i < 10; i++)

{

    for (int j = 1; j < 10; j++)

   {

BENIT 發表在 痞客邦 留言(0) 人氣()

int j = 1;

string x;

while (j<10)

{

BENIT 發表在 痞客邦 留言(0) 人氣()

string z;

int[] array1 = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; 

int x = 0;

foreach (int n1 in array1)

BENIT 發表在 痞客邦 留言(0) 人氣()

string x;

int[] array1 = { 1, 2, 3, 4, 5 ,6,7,8,9};

foreach (int n1 in array1)

{

BENIT 發表在 痞客邦 留言(0) 人氣()