01 2009 档案

使用Visual Studio 2008 开发php程序
摘要:过年了,想趁的这段长假期间,抽空研究一下wordpress源码。以前编辑php代码,都是用editplus,editplus小巧,支持php高亮语法,编写小的php程序还是很不错,不过研究源码最需要是可以调试、跟踪源码,这点显然editplus就做不到了。在开发工具中,我用的最多的就是Visual Studio的,有没有办法可以用Visual Studio 来编译调试php呢?google了一下,... 阅读全文

posted @ 2009-01-21 12:50 xjb 阅读(1754) 评论(6) 推荐(0) 编辑

Google将停止notebook的服务?
摘要:看到cnbeta的文章:Google将关闭在线笔记本、Google Video等服务,感觉有些震惊,对于Dodgeball,Google Video,Google Mashup Editor等服务的停止,我不感到不意外,毕竟它们都与相应的替代服务或很少人使用,但为什么要停止notebook呢? http://www.watch-life.net/googleapp/stopping-service... 阅读全文

posted @ 2009-01-20 09:10 xjb 阅读(304) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十九)
摘要:本篇包括tip291-tip300http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-29.html #291、启动时没有用户代码发出警告 原文链接:What warning message is suppressed by the Warn If No User Code On Launch option 操作步骤... 阅读全文

posted @ 2009-01-16 16:51 xjb 阅读(1982) 评论(3) 推荐(0) 编辑

如何把wordpress博客搬到Google App Engine
摘要:Google App Engine(GAE)是google的互联网应用程序引擎服务。用户可以使用Google 提供的API开发自己的网站或互联网应用,而服务器、带宽等全部有Google的服务器集群来实现。GAE被开发者视为高速、免费的虚拟主机。 目前的预览版本支持: 1、每个用户10个应用(application)。 2、每个应用500M存储空间和每月 500 万综合浏览量。 这些用来搭建一个... 阅读全文

posted @ 2009-01-15 09:05 xjb 阅读(1465) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十八)
摘要:本篇包括tip271-tip290 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-28.html 注:作者的tip编号发生错误,同#277 直接跳到了#288 ,中间一大截都没有(#278-#287),具体是什么原因,不得而知了。为了保持和原文章的一致,也沿用跳转的编号。 #271、启用地址级调试的设置的作用... 阅读全文

posted @ 2009-01-14 09:22 xjb 阅读(1426) 评论(2) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十七)
摘要:本篇包括tip261-tip270 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-27.html #261、按Ctrl+Alt+B打开断点窗口 原文链接:You can press Ctrl+Alt+B to open the Breakpoint Window 操作步骤: 你可以通过菜单:调试+窗口+断... 阅读全文

posted @ 2009-01-13 09:13 xjb 阅读(903) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十六)
摘要:本篇包括tip251-tip260 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-26.html #251、在文件中保存扩展名的映射 原文链接:You can save your file extension mappings to a file 操作步骤: 在tip97中,讲述了“如何自己定义的文件类型指... 阅读全文

posted @ 2009-01-12 09:16 xjb 阅读(1007) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十五)
摘要:本篇包括tip241-tip250 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-25.html #241、在调试状态用立即窗口做计算器或调试面板 原文链接:You can use the immediate window as a glorified calculator or side-debugger ... 阅读全文

posted @ 2009-01-09 09:25 xjb 阅读(2165) 评论(0) 推荐(1) 编辑

Visual Studio 2008 每日提示(二十四)
摘要:本篇包括tip231-tip240 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-24.html #231、如何找到最后一次设置的环境保存的位置? 原文链接:Did you know… How to find what development settings you last reset to 操作步骤:... 阅读全文

posted @ 2009-01-08 09:39 xjb 阅读(1361) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十三)
摘要:本篇包括tip221-tip230 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-23.html #221、在对象浏览器中按对象和成员排序 原文链接:You can sort objects and members in the Object Browser 操作步骤: 在对象浏览器窗口中的对象窗格和成员窗格... 阅读全文

posted @ 2009-01-07 09:52 xjb 阅读(911) 评论(1) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十二)
摘要:本篇包括tip211-tip220 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-22.html #211、在对象浏览器向前和向后导航 原文链接:The Object Browser has a navigate forward and navigate back 操作步骤: 在对象浏览器的工具栏有向前和向... 阅读全文

posted @ 2009-01-06 09:02 xjb 阅读(692) 评论(1) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十一)
摘要:本篇包括tip191-tip200 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-21.html #201、在vs里运行外部工具 原文链接:You can run external tools within Visual Studio 操作步骤: 菜单:工具+外部工具 添加的外部工具,就会在工具菜单里显... 阅读全文

posted @ 2009-01-05 08:55 xjb 阅读(826) 评论(0) 推荐(0) 编辑

Visual Studio 2008 每日提示(二十)
摘要:本篇包括tip191-tip200 http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-20.html #191、把代码拖拽到工具箱的常规选项卡 原文链接:drag and drop code onto the Toolbox General tab 操作步骤: 在工具箱有个常规选项卡 你可以选中一段代码,拖拽... 阅读全文

posted @ 2009-01-04 08:37 xjb 阅读(964) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示