码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页

2011年5月29日

摘要: 转自:http://www.3ppt.com/Design/PM/19488.html唉,技术发展得太快了!我该学Java还是C#?PHP很火吗?说不定Python将成为主流!学Windows还是Linux?Sql Server还是Oracle?程序员要不要学算法?工作中用不到算法!怎样才叫精通XXX?我的水平究竟怎样?怎样才能提高自己的水平?菜鸟与大牛的区别在哪里?市场需要怎样的人?怎样才能赚大钱?中国程序员不如民工!?!?!?!?!?!?!?!问一些很傻的问题,的确会浪费不少时间!花了点时间google了一下,列出了普遍叫好的10本书。只看值得反复看的书!请尊重生命,停止在劣质书籍上浪费时 阅读全文
posted @ 2011-05-29 23:03 海山 阅读(241) 评论(0) 推荐(0) 编辑

摘要: 运行regedit到HKEY_CLASSES_ROOT\*\shell这个下面看看,一般都是在这里的鼠标可能存在的其它地方1、鼠标右键桌面空白处,新建菜单中的项目在注册表中的位置[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew]2、鼠标右键文件,弹出的菜单明细在注册表中的位置[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers]3、鼠标右键文件夹,弹出的菜单明细在注册表中的位置[HKEY_CLASSE 阅读全文
posted @ 2011-05-29 22:50 海山 阅读(276) 评论(0) 推荐(0) 编辑

摘要: 如果你用的winxp,步骤就是先点击文件夹窗口菜单上的工具-文件夹选项-查看,选中“显示所有文件和文件夹”一项,确定。然后进入系统盘下的X:\Documents and Settings\用户名\SendTo下,把你想删除的“发送到”图标删除就可以了,删完另忘了把文件夹选项还原。 阅读全文
posted @ 2011-05-29 22:30 海山 阅读(107) 评论(0) 推荐(0) 编辑

摘要: 1 阅读全文
posted @ 2011-05-29 16:46 海山 阅读(133) 评论(0) 推荐(0) 编辑

摘要: 退出程序用 AfxGetMainWnd()->SendMessage(WM_CLOSE); 关闭当前窗口 用 DestroyWindow( ); 关闭模式对话框用 EndDialog(0); 阅读全文
posted @ 2011-05-29 13:14 海山 阅读(472) 评论(0) 推荐(0) 编辑

摘要: 在CPP的initinstance成员函数中添加:m_pMainWnd-> SetWindowText( "*** "); 放在showwindow()前. *为你想要的字符 阅读全文
posted @ 2011-05-29 12:50 海山 阅读(207) 评论(0) 推荐(0) 编辑

摘要: CMainFrame::OnCreate (...) { SetMenu(NULL); // 把CToolBar的那段注释掉 ... } int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) { if (CFrameWnd::OnCreate(lpCreateStruct) == -1) return -1; SetMenu(NULL); /* if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | 阅读全文
posted @ 2011-05-29 12:46 海山 阅读(1856) 评论(0) 推荐(0) 编辑

摘要: WinExec("OtherDlg.exe",5); 阅读全文
posted @ 2011-05-29 12:26 海山 阅读(188) 评论(0) 推荐(0) 编辑

2011年5月28日

摘要: 1、 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。 2、 开始->程序->Oracle - OraHome81->Oracle Installation Products-> Universal Installer 卸装所有Oracle产品,但Universal Installer本身不能被删除 5、 运行regedit,选择HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE,按del键删除这个入口。 6、 运行regedit,选择HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services,滚动 这个列 阅读全文
posted @ 2011-05-28 10:38 海山 阅读(22775) 评论(0) 推荐(0) 编辑

摘要: Memory AllocationØAll local variables are stored on a stack§These variables are de-allocated in a last in first out (LIFO) fashion as soon as the method terminates§All local references are stored on stackØAll arrays objects and other objects are stored on heap§They need not 阅读全文
posted @ 2011-05-28 08:45 海山 阅读(109) 评论(0) 推荐(0) 编辑

摘要: ØActive Server Pages (ASP) is a technology that enables the development of dynamic web sitesØASP files are HTML files with special tags containing source code that provide the dynamic contentØActive Server Pages enable server side scripting for IIS using scripting languages like VBScr 阅读全文
posted @ 2011-05-28 08:39 海山 阅读(97) 评论(0) 推荐(0) 编辑

2011年5月27日

摘要: 微博作为新的社交、媒体平台,将会持久而深远的影响每个人的生活,而微博的应用将会延续facebook、苹果的应用模式,越来越规范、越来越火爆,是未来一个非常有前途、非常值得参与的应用平台。在下面我简单分析一下我在开发中积累和思考的一些经验。一、产品设计1、 界面界面尽量和微博保持一致,从而给用户延续性的感觉,美观而简洁。金山的微博投票(http://t.sina.com.cn/app/detail/5u4iAj)是典型成功案例。2、 功能如果想让更多的用户使用,保持简单实用的功能,不要做成大而全的平台,要让用户第一眼就可以理解你这个应用,不要让用户思考,用户没有耐心和你想象的那样容易理解你的应. 阅读全文
posted @ 2011-05-27 09:36 海山 阅读(308) 评论(0) 推荐(0) 编辑

2011年5月26日

摘要: Types of PolymorphismStatic Polymorphism Method overloading It uses the concept of compile time bindingMethod is invoked based on the reference typeDynamic Polymorphism Method overriding It uses the concept of late binding or runtime bindingMethod is invoked based on the object typeThe words compile 阅读全文
posted @ 2011-05-26 17:08 海山 阅读(170) 评论(0) 推荐(0) 编辑

摘要: Q. What are the different things that can be static ?static can be variable block method Static variablesStatic variables are Class variables private static int counter ; // creates a class variableprivate int index; //creates an instance variable They are initialized when the class gets loadedStati 阅读全文
posted @ 2011-05-26 17:06 海山 阅读(188) 评论(0) 推荐(0) 编辑

摘要: ØUsed to expose or hide the details/attributes in a class§Public–A declaration that is accessible to all classes§Protected–A declaration that is accessible to only to the class itself and its subclasses§Private–A declaration that is accessible to only to the class itselfPublic 可以 阅读全文
posted @ 2011-05-26 09:17 海山 阅读(194) 评论(0) 推荐(0) 编辑

2011年5月25日

摘要: 很久以来,我一直被一个小问题困扰。就是鼠标右键打开方式上面的程序列表。有这样一个实例,我的电脑里面有两个不同版本的fireworks,一个老的8.0的版本,一个新的cs3版本,当然都是绿色版本。当我有一次对图片使用打开方式选择了8.0的fireworks后,我再想把打开方式里面的firewoks改成新的cs3的版本的时候,死活也改不了,选择cs3的fireworks后打开方式的列表那里仍然是8.0的fireworks。非常郁闷,我不得不的先打开cs3的fireworks然后把图片拖进去。不过这个问题最近被我解决了,网上有很多关于鼠标右键清理打开方式的帖子,大都是转来转去,只解决了一半的问题,你 阅读全文
posted @ 2011-05-25 17:20 海山 阅读(3502) 评论(0) 推荐(0) 编辑

摘要: Installing the Java Development KitThe most complete and up-to-date versions of the Java Development Kit (JDK) are available from Sun Microsystems for Solaris, Linux, and Windows. Versions in various states of development exist for the Macintosh and many other platforms, but those versions are licen 阅读全文
posted @ 2011-05-25 08:01 海山 阅读(316) 评论(0) 推荐(0) 编辑

摘要: Chapter 2THE JAVAPROGRAMMINGENVIRONMENT▼ INSTALLING THE JAVA DEVELOPMENT KIT▼ CHOOSING A DEVELOPMENT ENVIRONMENT▼ USING THE COMMAND-LINE TOOLS▼ USING AN INTEGRATED DEVELOPMENT ENVIRONMENT▼ RUNNING A GRAPHICAL APPLICATION▼ BUILDING AND RUNNING APPLETS第二章 Java程序设计环境安装Java开发工具箱 使用集成开发环境选择开发环境 运行图形化应用程序 阅读全文
posted @ 2011-05-25 07:56 海山 阅读(124) 评论(0) 推荐(0) 编辑

2011年5月24日

摘要: Common Misconceptions about JavaWe close this chapter with a list of some common misconceptions about Java, along with commentary.1.5 关于Java的常见误解在结束本章之前,我们列出了一些关于Java的常见误解,同时给出了解释。Java is an extension of HTML.Java is a programming language; HTML is a way to describe the structure of a web page. They 阅读全文
posted @ 2011-05-24 23:16 海山 阅读(131) 评论(0) 推荐(0) 编辑

摘要: Java Applets and the InternetThe idea here is simple: Users will download Java bytecodes from the Internet and run them on their own machines. Java programs that work on web pages are called applets.To use an applet, you only need a Java-enabled web browser, which will execute the bytecodes for you. 阅读全文
posted @ 2011-05-24 16:32 海山 阅读(201) 评论(0) 推荐(0) 编辑

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页