觀點:何為經驗

前幾天在看《代碼大全》時,第三十一章,第八節中談到了經驗,引發了我的一些思考。裡面有這樣一段話:人們也往往荒唐地強調程式員的經驗。“我們需要有五年以上 C 語言編程經驗的程式員”就是其中一例,如果一程式員在頭一、二年沒有學 C

GTK+ learning summary

  1. about naming coventions    a. All gtk functions or classes(structures) are started with "gtk" or "Gtk" as prefixes. For instance,      gtk_widget_destroy, GtkLabel, GtkWidget. All glib functions or classese are prefixed with g, for example     

謹慎公司電子郵件

謹慎公司電子郵件    現在幾乎每個公司都有內部郵件系統,它是公司內部交流的重要工具。但是在使用它的時候要特別注意一些事情,特別剛入職場的新人。    那些郵件,無論是發出的還是收到的,都會永遠儲存在伺服器上,直到在服務上被刪除。不要以為你在用戶端刪除了就可以了。用戶端只是一個副本。所以在點擊“發送”的時候,一定要想一想,因為一旦發出就無法再收回來。首先,不要用公司郵件寫一些與工作無關的東西。大多數公司都不允許用公司郵件發送與工作無關的東西,而有些公司會定期檢查郵件,如果被告發現,可能會有麻煩。

如何成為一個合格的職場人

  1. 態度決定一切     該認真對待的事情,絕不能馬虎。  2. 細節決定成敗     不能放棄任何細節,一個詞,一句話都最好不要有問題,別人很有可能很關心細節。  3. 認真對待每一件事     不要認為那個問題很無聊,那個人很爛就不認真給別人協助,就不認真回郵件。別人怎麼樣是別人的事,你怎麼對待那是你的事。人生的每一秒都很珍貴,不能不認真對待,讓做的每一件事都有意義。認真對待每一件事,這是為了我們自己。  4.

Andorid Long press event handling

When developing applications, long press is an essential type of events needing to handle in graphical user interface. For the customized view defined by yourself, you can handle it by implementingView.OnLongClickListener or implementing

維護工作的總結

      這個項目並不是我所預期的那種,它跟一般的項目不一樣,沒有需求,設計和實現。我們所要做的就是解決Bug。可以這樣講,直接進入測試和維護階段。      我們的工作是很痛苦的,因為解決Bug本來就很痛苦,特別是當Bug數量較多,而時間又很緊迫的情況下。我們所處理的Bug也讓人感覺到什麼是鬱悶和糾結。因為Android是一個開源的系統,我們所拿到的東西就是達到幾個G的源碼。沒有文檔,沒有需求說明,沒有設計,就連代碼中的注釋都少的可憐。專案經理,開發人員,測試人員都面臨著一大堆不確定的東西。

Moto Defy Me525日常維護常識

1、如何進行手機的偵錯模式開啟Call Dial頁面輸入:*#*#4636#*#*點擊Call,然後就會進入偵錯模式2、如何從SIM卡中匯入連絡人進入手機的偵錯模式,然後按MENU進入Menu菜單,然後選擇查看SIM卡地址進入SIM卡地址後,再按MENU,選擇全部匯入,就可以了[Update on Thu Nov 10

Graphics User Interfaces

Graphics User InterfacesThe world has changed a lot since GUI (Graphics User Interfaces) came to this planet. GUI has become standard user interfaces nowadays no matter what kind of software is. There are a lot of platforms and Operating systems

關於寫報告

如何寫調查報告==============如果客戶或上級讓你去調研某個問題,你當時不知道,但他們給你一定的時間讓你去調研,你最後就要給一份報告給他們以示你的調研結果。那麼如何寫一份合格的調研報告呢。1. 要有確定的結論  研究了一天卻沒有個結論,這是讓人無法接受的事情。也不要說我還不確定,或是這還需要再研究。如果說,當前的報告滿足現階段的要求,如果有更高的要求,那是是需要更深入的研究,這時,可以說,要深入的研究。2. 要有真實的資料 

如何做好需求分析

如何做好需求分析需求分析是開發過程的第一步,這個過程的好壞很大程度上會影響整個項目的成敗。那麼,在需求分析,或收集需求階段要注意一些事情:1. 需求就是你的產品要解決的問題2. 只提問題3. 不要想解決方案或具體細節4. 只提問題,各種各樣問題,極端情況,變態情況,所有能想到的情況5. 讓測試來幫忙一起想問題,想出各種可能的問題

Activity之間的資料傳遞

Activity之間是沒有辦法直接傳遞資料的。Android的設計原則是,用Intent在不同的Activity和進程之間進行通訊,但是通常來講,Intent中只能存入基礎資料型別 (Elementary Data

How to grow to be a professional developer

How to grow to be a professional developer  Learning is the way and the only way to grow to be a better developer. You get new skills through learning, you become more competitive through learning; you become a better developer through learning. In

關於解Bug的總結

1. 與其他應用互動的Bug   背景:    一個手機音樂播放器,多媒體通常存放在手機外部儲存卡上(SDcard上)。所以只有當SD卡Mount到手機上時,才可以播放媒體。音樂播放器就會監聽SD卡狀態,當SD卡從手上卸載或彈出時,播放器會儲存現場並停止播放;當SD卡重新Mount回手機時,再恢複現場和繼續播放。也即當播放器收到“SD卡Eject”訊息時,停止,當收到“SD卡Mount"時繼續播放。播放器可以在背景播放媒體。   

Be at peace, Steve Jobs

ForewordOn Oct 6 2011 (Beijing Time), former Apple CEO Steve Jobs said goodbye to this world for ever at age of 56.As theApple said: we lost a great mentor, a great master who has changed the world a lot in many means. For such a man, we should not

Best practices when developing

the best practice would be TDD(Test DriveDevelopment)When you want to develop a new software orprogram, no matter how tiny it is or how large it is, the following guide won'tmislead you.First you must remember and understand,every piece of program

Some good books

Some good books about some areas:  1. C    For novices: <C primer> & <Practical C programming>    For ones after reading <C primer> or <practical c programming>, <The c programming language>        read it twice at

實戰技巧:goto語句的替代實現方式

曾幾何時,goto是多麼的讓牛人綻放他們高超的精湛技術曾幾何時,goto又變成了萬惡之首曾幾何時,goto只在教科書中的樣本才會出現有太多的理由不讓用goto,但有時,我們又想使用goto的功能,怎麼辦?用try/catch/finally便可實現同等於goto的功能,來看二個樣本:try { // operation one if (failed) { throw Exception; } // operation two

Advices to English Learner.

Advices to English Learner.  Up to the time writing this article, I have learned English for total 11 years(4 years of Grammar School, 3 yearsof High school and 4 years of college). That sounds like a pretty long time, to my shame and to your

Miscellaneous ideas about programming and sociaty

advices to learning programming:  1. If you want something, work for it.  2. There is no one language which is more powerful than another.      Any language are designed to solve some area of problems. Any language has good reason to exist.There is

Ideas from Kungfu Panda

I love <Kungfu Panda> so much, and I have seen it for a dozen of times.Everytime I saw it, many special feelings came to me. Through it, we can get alot of valuable insights about our daily life.    First, there are no accident. This is

總頁數: 61357 1 .... 14873 14874 14875 14876 14877 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.