rev-sun-myung-moon-biography
1 Hour Deep reading for Rev. Sun Myung Moon-the Lord of Second Coming !!
 1.Unification Church - Rev. Sun Myung Moon

babagogogo 發表在 痞客邦 留言(1) 人氣()



文鮮明牧師 心情話語

 

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

未命名
    
統一教 原理講論-前篇-總緒
 

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

統一教-祝福-
我們的祝福以建立『理想家庭』、『世界一家』為前題,不只是單單”結婚”!
超宗教祝福大典~人類實踐世界和平的新里程碑!!
文鮮明牧師:「當黑人與白人、西方人與東方人、佛教徒與基督徒、猶太教與穆斯林,能實踐真父母已創建的『祝福婚姻』的傳統,這世界自然成為一個大家庭,奠基在『天下一家』願景的理想,天國將會來到!」

~全人類都是兄弟姊妹心手相連,我們可以共創地上天國~!
敬邀您與家人 參與祝福~

 

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

統一教會-『創造真愛的人生 -中文字幕』-原理~
 
 
創造真愛的原理-原理講論

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


熱愛和平的世界人-----

 
我一生的使命就是為了建立一個充滿和平與愛的和諧世界,這是我存在這世界的目的。
我渴望一個和平的世界,盼望全人類都能夠彼此相愛。我希望饑餓、貧窮、戰爭與痛苦都從這地球上完全消失。

超越宗教、種族、意識形態的藩籬,實現天下一家、世界大同的終極理想。

babagogogo 發表在 痞客邦 留言(3) 人氣()



『有人這樣說』~
我拖了好幾天,今天鼓起勇氣貼的耶!

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

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

請分享至外國媒體、網站、社團:台灣的FB被黑手控制了!

Out of Facebook

Most of my friends in Taiwan and I have been in an upset or even terrible mood recently because many of our friends, some of whom were even Facebook group/community moderators, as well as I have got our Facebook accounts abruptly and permanently terminated by the Taiwan branch of Facebook (Facebook Taiwan) without any previous notification or even warning.

This is not only a matter of “rudeness”, but also a matter of suppression and even “slaughter”.

Facebook got its start in a small dormitory room at Harvard University, which is one of the best universities in the U.S.A. and even in the world. As everyone knows, The United States has long been regarded as a great democracy which boasts of the high degree of freedom, including freedom of speech, its citizens enjoy, and a model of democracy for the other nations.

But, to make people around the world puzzled, petrified and even enraged, the things and the ways in which Facebook has been doing in the past few weeks have been immensely undemocratic and rather have been the suppression and even “slaughter” of the freedom of speech.

The reason why Facebook Taiwan has been terminating accounts of users who are writing, spreading or discussing matters, news and pictures about anti-same sex marriage, anti-the Tsai (Ing-wen) administration and even pro-the “blue camp” (blue stands for the Nationalist Party, the so-called KMT, the former ruling political party in Taiwan) propagandas because Face book deems the activities are expressing or showing hatred and/or discrimination.

On the contrary, those who are pro-same-sex marriage and/or pro-the Tsai administration have not gotten their Facebook accounts terminated.

Hence, it is rumored and people are beginning to firmly believe that the so-called “green terror” (green stands for the People’s Progressive Party, the ruing political party in Taiwan) permeates every corner of Taiwan and they fear the “green persecution” has taken its threshold.

We all know that along with Mark Elliot Zuckerberg, the co-founder of Facebook, Facebook is a corporation that strongly supports same-sex-marriage. It states in its policy that Facebook does not allow speeches, pictures or propaganda that express or show hatred and/or discrimination. But, if anti-same-sex marriage and anti-the Tsai administration propagandas are expressing or showing hatred and discrimination, why are pro-same-sex marriage and pro-the Tsai administration propagandas NOT expressing or showing hatred and discrimination.

What Facebook has been doing is suppressing, persecuting and even slaughtering freedom of speech and it is showing to the world it is playing double standard!

As a matter of fact, Facebook is a corporation that harbors hatred and discrimination, and what it has been doing is a solid proof that it surely is one!

With more than two billion users, we don’t deny that Facebook is influential worldwide. In the very beginning, users who get their accounts terminated may feel unhappy or even outraged for they have been accustomed to the service of Facebook. But habits can be changed. More and more people are now turning to other services of the same or similar kind. If Google+ and other similar services seize this opportunity and make their services more user-friendly and versatile, the dominance Facebook has been enjoying in the past decade can be changed and replaced.

Probably, in an instant of an eye-blink.

Author: Franklin Wu

Franklin Wu is the chief counsel of a multinational high-tech conglomerate.

分享請註明出處。

原文連結

https://www.facebook.com/franklinviews/posts/478311905844993

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

Excel-icon
   
 
1、查找重複內容公式:=IF(COUNTIF(A:A,A2)>1,"重複","")。

2、用出生年月來計算年齡公式:=TRUNC((DAYS360(H6,"2009/8/30",FALSE))/360,0)。

3、從輸入的18位身份證號的出生年月計算公式:=CONCATENATE(MID(E2,7,4),"/",MID(E2,11,2),"/",MID(E2, 13,2))。

4、從輸入的身份證號碼內讓系統自動提取性別,可以輸入以下公式:

=IF(LEN(C2)=15,IF(MOD(MID(C2,15,1),2)=1,"男","女"),IF(MOD(MID(C2,17,1), 2)=1,"男","女"))公式內的“C2”代表的是輸入身份證號碼的單元格。

1、求和: =SUM(K2:K56) ——對K2到K56這一區域進行求和;

2、平均數: =AVERAGE(K2:K56) ——對K2 K56這一區域求平均數;

3、排名: =RANK(K2,K$2:K$56) ——對55名學生的成績進行排名;

4、等級: =IF(K2>=85,"優",IF(K2>=74,"良",IF(K2>=60,"及格","不及格")))

5、學期總評: =K2*0.3+M2*0.3+N2*0.4 ——假設K列、M列和N列分別存放著學生的“平時總評”、“期中”、“期末”三項成績;

6、最高分: =MAX(K2:K56) ——求K2到K56區域(55名學生)的最高分;

7、最低分: =MIN(K2:K56) ——求K2到K56區域(55名學生)的最低分;

8、分數段人數統計:

(1) =COUNTIF(K2:K56,"100") ——求K2到K56區域100分的人數;假設把結果存放於K57單元格;

(2) =COUNTIF(K2:K56,">=95")-K57 ——求K2到K56區域95~99.5分的人數;假設把結果存放於K58單元格;

(3)=COUNTIF(K2:K56,">=90")-SUM(K57:K58) ——求K2到K56區域90~94.5分的人數;假設把結果存放於K59單元格;

(4)=COUNTIF(K2:K56,">=85")-SUM(K57:K59) ——求K2到K56區域85~89.5分的人數;假設把結果存放於K60單元格;

(5)=COUNTIF(K2:K56,">=70")-SUM(K57:K60) ——求K2到K56區域70~84.5分的人數;假設把結果存放於K61單元格;

(6)=COUNTIF(K2:K56,">=60")-SUM(K57:K61) ——求K2到K56區域60~69.5分的人數;假設把結果存放於K62單元格;

(7) =COUNTIF(K2:K56,"<60") ——求K2到K56區域60分以下的人數;假設把結果存放於K63單元格;

說明:COUNTIF函數也可計算某一區域男、女生人數。

如:=COUNTIF(C2:C351,"男") ——求C2到C351區域(共350人)男性人數;

9、優秀率: =SUM(K57:K60)/55*100

10、及格率: =SUM(K57:K62)/55*100

11、標準差: =STDEV(K2:K56) ——求K2到K56區域(55人)的成績波動情況(數值越小,說明該班學生間的成績差異較小,反之,說明該班存在兩極分化);

12、條件求和: =SUMIF(B2:B56,"男",K2:K56) ——假設B列存放學生的性別,K列存放學生的分數,則此函數返回的結果表示求該班男生的成績之和;

13、多條件求和: {=SUM(IF(C3:C322="男",IF(G3:G322=1,1,0)))} ——假設C列(C3:C322區域)存放學生的性別,G列(G3:G322區域)存放學生所在班級代碼(1、2、3、4、5),則此函數返回的結果表示求一班的男生人數;這是一個數組函數,輸完後要按Ctrl+Shift+Enter組合鍵(產生“{……}”)。“{}”不能手工輸入,只能用組合鍵產生。

14、根據出生日期自動計算周歲:=TRUNC((DAYS360(D3,NOW( )))/360,0)

———假設D列存放學生的出生日期,E列輸入該函數後則產生該生的周歲。

15、在Word中三個小竅門:

①連續輸入三個“~”可得一條波浪線。

②連續輸入三個“-”可得一條直線。

連續輸入三個“=”可得一條雙直線。

一、excel中當某一單元格符合特定條件,如何在另一單元格顯示特定的顏色比如:
A1〉1時,C1顯示紅色
0<A1<1時,C1顯示綠色
A1<0時,C1顯示黃色
方法如下:
1、單元擊C1單元格,點“格式”>“條件格式”,條件1設為:
公式=A1=1 
2、點“格式”->“字體”->“顏色”,點擊紅色後點“確定”。
條件2設為:
公式=AND(A1>0,A1<1) 
3、點“格式”->“字體”->“顏色”,點擊綠色後點“確定”。
條件3設為:
公式=A1<0 
點“格式”->“字體”->“顏色”,點擊黃色後點“確定”。
4、三個條件設定好後,點“確定”即出。

二、EXCEL中如何控制每列數據的長度並避免重複錄入

1、用數據有效性定義數據長度。
用鼠標選定你要輸入的數據范圍,點"數據"->"有效性"->"設置","有效性條件"設成"允許""文本長度""等於""5"(具體條件可根據你的需要改變)。
還可以定義一些提示信息、出錯警告信息和是否打開中文輸入法等,定義好後點"確定"。
2、用條件格式避免重複。
選定A列,點"格式"->"條件格式",將條件設成“公式=COUNTIF($A:$A,$A1)>1”,點"格式"->"字體"->"顏色",選定紅色後點兩次"確定"。
這樣設定好後你輸入數據如果長度不對會有提示,如果數據重複字體將會變成紅色。

三、在EXCEL中如何把B列與A列不同之處標識出來?
(一)、如果是要求A、B兩列的同一行數據相比較:
假定第一行為表頭,單擊A2單元格,點“格式”->“條件格式”,將條件設為: 
“單元格數值” “不等於”=B2 
點“格式”->“字體”->“顏色”,選中紅色,點兩次“確定”。
用格式刷將A2單元格的條件格式向下複製。
B列可參照此方法設置。
(二)、如果是A列與B列整體比較(即相同數據不在同一行):
假定第一行為表頭,單擊A2單元格,點“格式”->“條件格式”,將條件設為: 
“公式”=COUNTIF($B:$B,$A2)=0 
點“格式”->“字體”->“顏色”,選中紅色,點兩次“確定”。
用格式刷將A2單元格的條件格式向下複製。
B列可參照此方法設置。
按以上方法設置後,AB列均有的數據不著色,A列有B列無或者B列有A列無的數據標記為紅色字體。

四、EXCEL中怎樣批量地處理按行排序

假定有大量的數據(數值),需要將每一行按從大到小排序,如何操作?
由於按行排序與按列排序都是只能有一個主關鍵字,主關鍵字相同時才能按次關鍵字排序。所以,這一問題不能用排序來解決。解決方法如下:
1、假定你的數據在A至E列,請在F1單元格輸入公式:
=LARGE($A1:$E1,COLUMN(A1)) 
用填充柄將公式向右向下複製到相應範圍。
你原有數據將按行從大到小排序出現在F至J列。如有需要可用“選擇性粘貼/數值”複製到其他地方。
注:第1步的公式可根據你的實際情況(數據范圍)作相應的修改。如果要從小到大排序,公式改為:=SMALL($A1:$E1,COLUMN(A1))

五、巧用函數組合進行多條件的計數統計

例:第一行為表頭,A列是“姓名”,B列是“班級”,C列是“語文成績”,D列是“錄取結果”,現在要統計“班級”為“二”,“語文成績”大於等於104,“錄取結果”為“重本”的人數。統計結果存放在本工作表的其他列。
公式如下:
=SUM(IF((B2:B9999="二")*(C2:C9999>=104)*(D2:D9999="重本"),1,0)) 
輸入完公式後按Ctrl+ Shift+Enter鍵,讓它自動加上數組公式符號"{}"。

六、如何判斷單元格里 ​​是否包含指定文本?
假定對A1單元格進行判斷有無"指定文本",以下任一公式均可: 
=IF(COUNTIF(A1,"*"&"指定文本"&"*")=1,"有","無") 
=IF(ISERROR(FIND("指定文本",A1,1)),"無","有")

求某一區域內不重複的數據個數
例如求A1:A100範圍內不重複數據的個數,某個數重複多次出現只算一個。有兩種計算方法:
一是利用數組公式:
=SUM(1/COUNTIF(A1:A100,A1:A100)) 
輸入完公式後按Ctrl+Shift+Enter鍵,讓它自動加上數組公式符號"{ }"。
二是利用乘積求和函數:
=SUMPRODUCT(1/COUNTIF(A1:A100,A1:A100))

七、一個工作薄中有許多工作表如何快速整理出一個目錄工作表

1、用宏3.0取出各工作表的名稱,方法:
Ctrl+F3出現自定義名稱對話框,取名為X,在“引用位置”框中輸入:
=MID(GET.WORKBOOK(1),FIND( "]",GET.WORKBOOK(1))+1,100) 
確定
2、用HYPERLINK函數批量插入連接,方法:
在目錄工作表(一般為第一個sheet)的A2單元格輸入公式:
=HYPERLINK("# '"&INDEX(X,ROW())&"'!A1",INDEX(X,ROW())) 
將公式向下填充,直到出錯為止,目錄就生成了。

babagogogo 發表在 痞客邦 留言(1) 人氣()

4695363456_fbe8f520c7_b
 
 
夫妻的愛一經分割就不完全
 

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

6742371377_0355b4a7be_b
   
 
夫妻的愛是全宇宙之花

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

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。