上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页
摘要: 这些年读.net关于web开发的方方面面的书很多,如下从历史的书单中选取一些比较经典的图书供参考。C#基础语言基础和工具使用非常重要,如下是基本比较经典的图书书名概要CLRviaC#(第3版)http://product.china-pub.com/196978本书针对clr和.netframework4.0进行深入、全面的探讨,并结合实例介绍了如何利用它们进行设计、开发和调试 JeffreyRichter是全球享有盛誉的技术作家C#Primer中文版举世闻名的“primer”风格,畅销书作者stanlippman现为您呈上一份不容错过的c#指南C#与.NET3.5高级程序设计(第4版)本书是 阅读全文
posted @ 2012-08-09 08:30 2012 阅读(8321) 评论(27) 推荐(9) 编辑
摘要: 写软件文档时,使用Dr.Explain这个工具可以事半功倍。文档工具Dr.Explain特点Ø 自动抓取界面元素并标识Ø 可导出CHM、pdf、HTML、RTF格式Ø CHM格式的文件可以添加关键词形成索引列表Ø 可以获取web winforms Flex等多种的界面和子元素一键抓取界面新建项目抓界面:Add Window选取窗口后软件自动获取软件的所有界面元素在这个基础上进行组织和润色,方便了很多。样例Sample_Real_application_manual.gui这个是软件自带的演示功能的示范文档。原型工具Balsamiq Mockups基于Fl 阅读全文
posted @ 2012-08-06 18:30 2012 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: MOPThese dynamic behaviors are governed by the metaobject protocol ( MOP) that each of these languages implements in their runtime. The metaobject protocol of a language defines the semantics of the extensibility of the language artifacts. Take a look at the accompanying callout for a gentle introdu 阅读全文
posted @ 2012-08-05 09:14 2012 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 概念Metaprogrammingiswritingcodethatwritescode.Metaprogrammingiswritingcodethatmanipulateslanguageconstructsatruntime.可以编写代码的代码MetaprogrammingRubyThisparticularbrandofmetaprogrammingimpliesthatyouuseaprogramtogenerateorotherwisemanipulateasecond,distinctprogram—andthenyourunthesecondprogram.Afteryouru 阅读全文
posted @ 2012-08-03 08:17 2012 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 生产率工具 Productivity tools ■ ReSharper—www.jetbrains.com/resharper ■ CodeRush—www.devexpress.com/coderush ■ TestDriven.Net—www.testdriven.net自动化测试工具 Automated testing tools ■ NUnit—www.nunit.org ■ MbUnit—www.mbunit.com ■ RhinoMocks—www.ayende.com/projects/rhino-mocks.aspx ■ Moq—http... 阅读全文
posted @ 2012-08-01 08:55 2012 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 命名约定Rails约定安装和调试ruby186-27_rc2.exe: 这个包含编辑工具scite、语言例子代码、Programming Ruby书等本地安装:rails-2.2.2.zip 解压后gem install rails –l rails-2.2.2.gem联网安装最新的版本gem install rails 阅读全文
posted @ 2012-07-29 09:53 2012 阅读(369) 评论(0) 推荐(0) 编辑
摘要: • In Ruby’s object-oriented world, we work with objects and methods. Unlike VB .NET, where some subroutines return a value (Functions) and others do not (Subs), all Ruby methods must return a value. When an explicit return statement is not used, the last-evaluated expression automatically becomes th 阅读全文
posted @ 2012-07-25 20:47 2012 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 应用中需要识别应用层协议,可以使用wireshark 具体的代码使用的参考:wireShark 1.6.5依赖于winpcap 4.1.2版本WireShark winpcap区别winpcap是链路层的抓包[采用驱动程序,和TCP/IP协议栈工作于一个层次,平行的结构]WireShark 是对数据包的分析,执行多种协议,插件结构实现,方便扩展编译方法developer-guide-us.pdf 是开发文档,用前看一遍1、wireshark-win32-libs-1.6.rar:是各种第三方库,默认编译需要联网脱机时处理办法:将内容放到C:\wireshark-win32-libs-1.6下2 阅读全文
posted @ 2012-07-22 10:51 2012 阅读(2975) 评论(0) 推荐(0) 编辑
摘要: WebPageTest 原本是由AOL开发内部使用的工具,后来在Google Code上开源, 是一款非常优秀的网页前端性能测试工具。 在线版本http://www.webpagetest.orgGoogle Code:http://code.google.com/p/webpagetest/部署WebPageTest 私有实例参考资料http://testing.etao.com/node/303http://testing.etao.com/node如下是作者提供的客户端实现分析the networking stack on Windows from a browser’s perspec 阅读全文
posted @ 2012-07-21 11:10 2012 阅读(11393) 评论(0) 推荐(0) 编辑
摘要: 官方的内容http://en.wikipedia.org/wiki/C%2B%2B11The C++ Standards Committeehttp://www.open-std.org/jtc1/sc22/wg21/编译器的支持http://msdn.microsoft.com/en-us/library/hh409293(v=vs.110).aspxhttp://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspxhttp://gcc.gnu.org/projects/cxx0x.htmlhttp://en.cppreferenc 阅读全文
posted @ 2012-07-14 10:55 2012 阅读(637) 评论(1) 推荐(0) 编辑
摘要: C# 5.0 in a Nutshell The Definitive Reference WinRT C# 5.0 also interoperates with Windows Runtime (WinRT) libraries. WinRT is an execution interface and runtime environment for accessing libraries in a language-neutral and object-oriented fashion. It ships with Windows 8 and is (in part) an enhan.. 阅读全文
posted @ 2012-07-08 20:33 2012 阅读(2168) 评论(0) 推荐(0) 编辑
摘要: 托马斯.库恩提出“科学的革命”的范式论之后,Robert Floyd在1979年图灵奖的颁奖演说中使用了编程范式一词。编程范式一般包括三个方面,以OOP为例:1.学科的逻辑体系:如类/对象、继承、动态绑定、方法改写、对象替换等等机制。2.心理认知因素:按照面向对象编程之父Alan Kay的观点,“计算就是模拟”。OO范式极其重视隐喻(metaphor)的价值,通过拟人化,按照自然的方式模拟自然。3.自然观:强调程序的组织技术,视程序为松散耦合的对象/类的集合,以继承机制将类组织成一个层次结构,把程序运行视为相互服务的对象们之间的对话。 简单的说,编程范式是程序员看待程序应该具有的观点百度百.. 阅读全文
posted @ 2012-07-07 15:47 2012 阅读(831) 评论(0) 推荐(0) 编辑
摘要: http://libpal.sourceforge.net/http://www.tamirgal.com/blog/page/SharpPcap-tutorial-a-step-by-step-guide-to-using-SharpPcap.aspxhttp://www.codeproject.com/Articles/20501/TCP-Session-Reconstruction-Tooltcp packet assembly libraryTCP Session Reconstruction包重组http://stackoverflow.com/questions/9609293/w 阅读全文
posted @ 2012-06-20 08:54 2012 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 如下是一些参考资源:Flex Chart官方文档: http://livedocs.adobe.com/flex/3/html/help.html?content=Part1_charting_1.htmlRIA 开发社区 http://www.9ria.com/如何定制:在Flex Chart 中绘制3D图表 http://blog.csdn.net/xingjunli/article/details/5473299开源库Open Flash Chart http://teethgrinder.co.uk/open-flash-chart/ 在Flex中使用参考https://github. 阅读全文
posted @ 2012-06-16 14:30 2012 阅读(2947) 评论(0) 推荐(0) 编辑
摘要: 建模工具MySQL Workbenchhttp://dev.mysql.com/doc/index-gui.html操作维护工具Top 10 MySQL GUI Toolshttp://www.databasejournal.com/features/mysql/article.php/3880961/Top-10-MySQL-GUI-Tools.htmhttp://stackoverflow.com/questions/273437/how-do-you-debug-mysql-stored-procedureshttp://stackoverflow.com/questions/75561 阅读全文
posted @ 2012-06-08 08:16 2012 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 如下是阅读“Boost程序库完全开发指南-深入C++“准”标准库”的大纲学习摘要 一、 Boost命名规则33 Boost库在VC编译器下支持库自动链接技术(使用#pragma comment (lib,xxx)),只 要把所有生成的lib拷贝到vc的搜索路径下,不需要你费心,编译器会自动根据编译选项找到 合适的库链接成可执行文件。 但如果读者使用的是GCC、XLC或者其他不支持自动链接技术的编译器,就有必要了解Boost库的命名规则,以便在链接时指定正确的库。 libboost_file system-vc8 0 -mt-sgdp-1_4 2 . lib 前缀:统一为lib,但... 阅读全文
posted @ 2012-06-01 11:41 2012 阅读(3746) 评论(0) 推荐(0) 编辑
摘要: 现在的网络带宽越来越快,因此视频的学习可以比较流畅的进行,如下列出用过的一些视频地址:基础http://open.163.com/ :国内外名校的各种课程的视频,有中文字幕,内容可以看到,同样的计算机高校课程国外将讲解的内容比我们好了很多。http://course.jingpinke.com/open_coursehttp://www.verycd.com/base/edu/http://www.verycd.com/sto/edu/可汗学院http://www.khanacademy.org/http://baike.baidu.com/view/5913590.htm软件开发 视频教程美 阅读全文
posted @ 2012-05-28 13:34 2012 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 我们使用Windows都知道,整个Windows和微软提供的应用软件的稳定性和崩溃后的体验是逐步提升的。在大牛的作品《软件调试》中有描述。在Windows下,软件出错,常见的报告手段:1、事件日志:这里记录了很多关键的错误信息2、崩溃报告:可以自动提交错误的信息,或者手动提交,以不断的改进软件和方便排错3、专用的日志工具:如Netmon,sysinternal等那我们的软件在崩溃后如何处理呢?主要目的:1、方便我们的排错2、提供更好的使用体验最近在设计一个应用系统时对这个问题进行处理。这方面有比较多的参考:首先在stackoverflow上可以看到,c++ release program cr 阅读全文
posted @ 2012-05-18 08:48 2012 阅读(3579) 评论(1) 推荐(2) 编辑
摘要: Oracle数据库压力测试工具SwingBench http://www.dominicgiles.com/downloads.html Hammerora is an open source load test tool for the Oracle, Microsoft SQL Server, MySQL and PostgreSQL Databases and Web Applications http://hammerora.sourceforge.net/ ammerora is an open source load test tool for the Oracle,... 阅读全文
posted @ 2012-05-10 11:34 2012 阅读(645) 评论(1) 推荐(0) 编辑
摘要: 搜索关键词 C++ 网络库 Network Library TCP Server 网络库总结 开源C/C++网络库比较 http://blog.csdn.net/langeldep/article/details/6976120 在开源的C/C++网络库中,常用的就那么几个,在业界知名度最高的,应该是ACE了,不过是个重量级的大家伙,轻量级的有libevent, libev,还有 Boost的ASIO。 ACEhttp://www.cs.wustl.edu/~schmidt/ACE.html ACE是一个大型的中间件产品,代码20万行左右,过于宏大,一堆的设计模式,架构了一层又一... 阅读全文
posted @ 2012-05-03 12:40 2012 阅读(10339) 评论(1) 推荐(2) 编辑
摘要: 首先Java下根据JDBC规范连接数据库,有几种形式,参考http://djdnmq.iteye.com/blog/356468oracle 驱动oci thin 区别Oracle客户端准备 10201_client_linux32.zip 安装完成后,需要确保在终端中可以正确的执行sqlplus命令 Oracle环境变量 如果Tomcat是服务,需要把Oracle的安装环境变量写到TOMCAT中,类似如下 Tomcat加入/home/**/apache-tomcat-6.0.35/bin/catalina.sh开头,当前的用户加入:.bash_profile的末尾,具体的内容如下:... 阅读全文
posted @ 2012-05-01 15:38 2012 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: Flex 3 与 Flex 4 之间的区别http://www.adobe.com/cn/devnet/flex/articles/flex3and4_differences.htmlFlex: 路在何方 – Flex 4.5之后的发展方向(Flex: where we are headed)http://blogs.adobe.com/zheping/archives/5Flex 开发人员中心http://www.adobe.com/cn/devnet/flex.htmlFlex 架构http://www.adobe.com/cn/devnet/flex/architecture.htmlF 阅读全文
posted @ 2012-04-24 09:19 2012 阅读(380) 评论(0) 推荐(0) 编辑
摘要: Visual Studio Team Explorer Everywhere 2010主要包含两大组件,参考图: ●Team Explorer Everywhere:它是Eclipse的Plug-in组件,让Eclipse能够使用TFS的版本管控、工作项目(Work Item)、Team Build、以及报表等功能,它提供类似Team Explorer、Pending Changes等窗口,操作起来与原来的Visual Studio十分接近。 ●Cross-Platform Command-Line:在Unix-based系统,很多情况是没有X-window,意思是没有图形化用户界面... 阅读全文
posted @ 2012-04-12 08:29 2012 阅读(4319) 评论(0) 推荐(0) 编辑
摘要: 我们在开发时需要直接连接发布的数据库有时比较麻烦,而自己安装很麻烦特别是在Linux环境下,各种Linux环境的依赖包有时都需要自己去找。如下的一些虚拟机是oralce官网已经安装好的Linux环境,直接下载使用即可,这样我们开发或测试等时候可以单机把一些相关的情况都搞定了。Pre-Built Developer VMs (for Oracle VM VirtualBox)Learning your way around a new software stack is challenging enough without having to spend multiple cycles on t 阅读全文
posted @ 2012-04-09 18:07 2012 阅读(7598) 评论(0) 推荐(1) 编辑
摘要: Linux基础版之软件安装 Redhat5版本软件包使用yum管理,因此如果需要增加软件时需要使用联网;如果想从光盘安装,采用如下步骤: 1、 挂载光盘 建立光盘目录mkdir /home/demo/rhel5 挂载光盘镜像文件mount -o loop rhel-server-5.4-i386-dvd.iso/home/demo/rhel5 或使用光盘挂载mount /dev/cdrom/home/demo/rhel5 2、 Yum设置 Ø cd /etc/yum.repos.d Ø 增加一个local.repo的文件,内容如下: [Server] name=Red Ha 阅读全文
posted @ 2012-04-08 15:41 2012 阅读(818) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页