Blog Home  Home Feed your aggregator (RSS 2.0)  
kevin Mocha - Tuesday, May 29, 2007
Bookmarks collected from web.
 
 Tuesday, May 29, 2007

关于技术人员创业的讨论

    最近我在广州为博客园的商业化发展做一些准备,有机会认识了一些朋友,其中有几位技术上很强的朋友谈到了他们创业失败的经历,这也给我敲响了警钟。
    园子里也有一些朋友正在创业或者准备创业,所以我想到了组织这样一个话题的讨论:技术人员在创业过程中需要注意哪些问题?
    希望通过这样的讨论给大家带来了一些收获,我也想趁机学习一点东西。: )
    欢迎大家分享自己的想法,欢迎有创业经历的朋友谈谈自己的感受!
    也可以将您看过的有关技术人员创业方面的文章进行分享。
    我想到的技术人员创业的一些问题:
    1、技术人员对技术过分的关注,过分注重技术在创业中的作用,可能会造成在管理与市场方面做得不够,技术上的优势没能转化为自己的竞争优势。
    2、技术人员朋友圈子小,很难找到合适的合作伙伴。
    3、技术人员容易轻信别人,在与别人的合作中不注意保护自己,经常让自己陷入被动。
    4、技术人员喜欢追求完美,会过多地关注细节,在方向上不能很好地把握。
    我收集的有关技术人员创业的文章:
    • 也说技术人员创业
    • 技术创业需胆识 谈IT技术人员的创业
    • 技术人员行走职场三大陷阱之“盲目创业”
    • 漫谈创业和管理-程序员5大思维障碍
    • 对话周鸿袆:从程序员创业谈起
    • 程序员创业三关
    • 一个程序员的创业路
    • 如何进行成功的创业-程序员创业白皮书[推荐]
    • 技术在创业团队中的重要性

Tuesday, May 29, 2007 1:36:58 PM UTC  #    Comments [0]    |  Trackback
 Monday, May 14, 2007
1. Do the most important thing first.

2. Keep your inbox empty.

3. Become a realist about time.

4. Focus on what you're doing so you can do it faster and better.

5. Delegate.

http://finance.yahoo.com/expert/article/careerist/...

Monday, May 14, 2007 3:53:41 PM UTC  #    Comments [0]    |  Trackback
 Sunday, May 13, 2007

http://support.microsoft.com/kb/312629/EN-US/

 

 

SYMPTOMS

If you use the Response.End, Response.Redirect, or Server.Transfer method, a ThreadAbortException exception occurs. You can use a try-catch statement to catch this exception.

Back to the top

CAUSE

The Response.End method ends the page execution and shifts the execution to the Application_EndRequest event in the application's event pipeline. The line of code that follows Response.End is not executed.
This problem occurs in the Response.Redirect and Server.Transfer methods because both methods call Response.End internally.

Back to the top

RESOLUTION

To work around this problem, use one of the following methods:


For Response.End, call the HttpContext.Current.ApplicationInstance.CompleteRequest method instead of Response.End to bypass the code execution to the Application_EndRequest event.


For Response.Redirect, use an overload, Response.Redirect(String url, bool endResponse) that passes false for the endResponse parameter to suppress the internal call to Response.End. For example:

  Response.Redirect ("nextpage.aspx", false);
						
If you use this workaround, the code that follows Response.Redirect is executed.


For Server.Transfer, use the Server.Execute method instead.

Sunday, May 13, 2007 1:10:56 PM UTC  #    Comments [0]    |  Trackback
 Wednesday, May 09, 2007
 Tuesday, May 08, 2007
 Thursday, May 03, 2007

www.yardsaleportal.org

free posting, multiple cities, searching, categories, knowledge base, sign selling, RSS subscription, featured listing

Thursday, May 03, 2007 3:40:39 PM UTC  #    Comments [0]    |  Trackback
 Tuesday, May 01, 2007
Tuesday, May 01, 2007 7:05:11 PM UTC  #    Comments [0]    |  Trackback
Tuesday, May 01, 2007 7:04:08 PM UTC  #    Comments [0]    |  Trackback
 Monday, April 30, 2007
Copyright © 2008 Kevin Mocha. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: