Doc ID: AG1043 Subject: PQ AP Encountered Error while creating accounting for AP Invoice [intangible assets-1] Type: Problem Creation Date: 08-DEC-08 Last Revision Date: 12-JAN-09 Status: Closed Owner: Kevin Symptom PQ AP
1.Failed to run /usr/sbin/synaptic as user root.The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator.原因:由於錯誤執行usermod -G dba javen,將javen從其他組中刪除加入dba組解決:usermod -G javen,admin
我們線上程式升級的時候總是會聽到什麼增量指令碼,我反正一直不知道咋回事,這次認證看了下書,總算是知道咋回事了; 所謂增量指令碼,就是升級的時候某個表中增加了一個元素,也就是一列資料,或者是一張表等,反正就是增加東西; 表中增加列,sql語句如下: 假設在user表中需要增加一個name列: mysql資料庫: ALTER TABLE user ADD COLUMN name VARCHAR(100); oracle資料庫: ALTER TABLE
vim /etc/squid/squid.conf http_access deny !Safe_ports #拒絕不安全連接埠請求 #http_access deny net # Deny CONNECT to other than secure SSL ports http_access deny
Let kannel 1.4.3 support the bootstrap of the WiMAX 1.If kannel is runing,stop it first. wget http://localhost:13000/shutdown?password=bar2.Modify the pack_accept() function for the Bootstrap of the WiMAX in the wsp_header.c. static
1.oracle資料庫分頁select * from (select a.*,rownum rc from 表名 where rownum<=endrow) a where a.rc>=startrow 2.DB2資料庫分頁Select * from (select rownumber() over() as rc,a.* from (select * from 表名 order by 列名) as a) where rc between startrow and endrow 3.
題目匯總 以下連結均為我部落格內對應博文,有解題思路和代碼,不定時更新補充。 目前範圍:Leetcode前150題 位元運算 Single Number/Single Number II 一個數組中除了一個數字出現過一次外,其餘的數字都出現了兩次,找出那個只出現一次的數字。 一組數字中,有一個數字只出現一次,其餘的都出現了三次,找出只出現了一次的那個數字。 Divide Two Integers 除法運算,但是不能用程式設計語言提供的乘法、除法和模數運算,
Doc ID: AG0950 Subject: KS GL journal [0807015] cannot do any operation and Fund status is In Process Type: Problem Creation Date: 21-Jul-08 Last Revision Date: 23-Jul-08 Status: Closed Owner: Kevin Symptom KS GL
題目匯總 以下連結均為我部落格內對應博文,有解題思路和代碼,不定時更新補充。 目前範圍:Leetcode前150題 單鏈表 Add Two Numbers 給定兩個鏈表分別代表兩個非負整數。數位以倒序儲存,並且每一個節點包含一位元字。將兩個數字相加並以鏈表形式返回。 Remove Nth Node From End of List 刪除鏈表中倒數第n個節點 Merge Two Sorted Lists 合并兩個排好序的鏈表,作為新鏈表 Merge
因為實驗室需要增加一台openstack叢集的compute節點,所以這裡記錄一下增加compute節點的過程。叢集使用的仍然是FlatDHCP的網路方式。 新增節點的機器依然是雙網卡的,這裡特別注意一下,不能使用一個乙太網路卡和一個無線網卡做為雙網卡,因為無線網卡是不能橋接到橋接器br100上的,否則會收到如下的錯誤:Error: Failed to add interface: can't add wlan0 to bridge br100: Operation not