三月 31 2009
三月 25 2009

LINQ in Action 电子书下载

LINQ in Action

官方主页:http://linqinaction.net/

http://cid-97a8942c99775679.skydrive.live.com/embedrowdetail.aspx/Public/Manning.LINQ.in.Action.zip

三月 19 2009
三月 10 2009

jQuery专题

www.ibole.cn
三月 09 2009

C# 代码头设计用户导航

The CSharp Code Header Designer gives developers the ability to design code headers, save them, and apply the header to existing source trees.


/*  ----------------------------------------------------------------------------
 *  [COMPANY NAME]
 *  ----------------------------------------------------------------------------
 *  [PRODUCT NAME]
 *  ----------------------------------------------------------------------------
 *  File:       [AUTO:FILE]
 *  Author:     [AUTO:AUTHOR]
 *  ----------------------------------------------------------------------------
 */



文档:user guide.docx

源代码: Source.zip

安装:     Setup.zip

kick it on 伯乐族 www.ibole.cn
三月 02 2009
三月 02 2009
二月 12 2009

如何使用U盘安装操作系统(1楼教你安装XP,2楼教你安装Vista)

如何使用U盘安装操作系统(1楼教你安装XP,2楼教你安装Vista),非PE安装系统的方法

写在前头,网上有很多介绍用WinPE安装系统的文章,但是自己试过这后发现并不是非常简便。近日又发现有人在询问如何装系统,所以特将自己使用的方法写出来,希望能帮到没用U盘安装过系统的本友。

使用软件:WinSetupFromUSB 下载地址:http://www.rayfile.com/zh-cn/files/3538b29c-be2d-11dd-b6ac-0019d11a795f/
注意:未安装Rayfile客户端软件的朋友,请点击下载页面的“下载2”链接
使用方法:
第一步,安装WinSetupFromUSB,安装完后,运行桌面上的WinSetupFromUSB快捷方式,打开WinSetupFromUSB程序窗口,首先对U盘进行格式化,点击HP format tool(P format too)按钮,如图:

第二步,在弹出的HP USB Disk Storage Tool窗口中点击“Start”键(一定要确认“Device”项是你想要格式化的U盘)

第三步,格式化完成后,点击HP USB Disk Storage Tool窗口中的“Close”键,回到WinSetupFromUSB程序窗口,点击“Browse”按钮选择XP安装文件所在的路径(例如XP安装盘所在的光驱盘符)

第四步,选择正确的XP安装文件所在路径后,点击“GO”按钮开始向U盘拷贝安装XP所需的文件

第五步,文件复制成功后,会弹出如下提示(大致意思是说,使用U盘安装XP过程要从U盘引导3次):

第六步,点击确定,将U盘拔下来插到另一台要用U盘安装系统的电脑上,开机进入BIOS(目前多数笔记本都是按F2进入BIOS),将U盘引导的优先级设置为最高。

第七步,保存设置,重新启动电脑,出现如下画面(不用按任何键,稍等二十秒,电脑会自动进入XP安装界面):

注意事项:如果硬盘上已经安装了Windows XP,想通过U盘重新安装系统,出现上面的画面后不做任何操作有可能会自动启动硬盘里 现有的系统,此时应该在出现“Second part of XP Professional setup+Start Windows for first time”这句话时,手动调整选项至“First part of Windows XP Professional setup”并敲回车键确认。
第八步,向往常一样,安装Windows XP:

注意事项:在安装XP过程中还会重新启动两次,继续保持从U盘引导即可,不用动任何键,U盘安装程序会自动转到XP安装后续的图形化安装界面及用户名、计算机名等设置界面,直到第一次登录的XP的桌面再将U盘拔下即可。



如何用U盘安装vista
跟装XP区别不大,不同的是——不是点击“Browse”按钮选择Vista安装文件所在目录,而是勾选“Vista Setup/PE/Recovery”,然后选择Vista安装文件所在目录,如图:

制作成功后,弹出的窗口也不同:

注意:安装Vista时不用像安装XP一样从U盘引导三次,只需第一次从U盘引导即可(跟光盘安装Vista没区别)。
八月 25 2008

F# Programming Quick Start

F# is a functional programming language that runs on Microsoft's Common Language Runtime and the .NET Framework. This means that F# has access to .NET Framework APIs and, conversely, that other .NET languages can use F# libraries. This Fast Guide offers a quick introduction to F# programming best practices and attempts to answer key questions about this new .NET implementation.

    TABLE OF CONTENTS   

   F# Quick Start
   F# Books, Tech Talks and Downloads
   F# Community
   VISIT OUR OTHER LEARNING GUIDES

F# Programming Quick Start  Table of Contents

F# home page and What is F#? (Microsoft Research)
These pages introduce the main features of F#. The first page links to resources like the F# Library Reference Documentation, while the second page offers some tidbits specifically for developers.

F# -- A Functional Programming Language (Soma Somasegar)
Here the vice president of Microsoft's .NET Development Division announces (in mid-October 2007) his group's intention to fully integrate F# with Visual Studio.

F# Language Overview (Tomas Petricek)
This document, available as a PDF file (the link above) or as a series of four blog entries, offers an introduction to F# and discusses how it relates to functional, object-oriented, imperative and language-oriented.

F# and Visual Studio 2008 (Edgar Sanchez)
When Visual Studio 2008 shipped, this blogger wanted to see whether F# programming was possible. "It worked without any hassle and, to celebrate, I wrote a typical business example: get the average salary of a group of employees," he indicated.

F# and Visual Studio 2005 (Microsoft Research)
Meanwhile, Microsoft has developed a VS 2005 extension that supports F#.

F# .NET tutorials and examples (Flying Frog Consultancy)
This site, maintained by Jon Harrop, offers four tutorials (covering DirectX, WinForms, GUI and more) and a video about running F# inside Visual Studio.

Using F# Interactive (Granville Barnett)
Here this blogger runs through F# Interactive, which is pretty much a learning aid. As Barnett states, "If you want to deploy something in an application, then do so as some managed assembly."

F# Books, Tech Talks and Downloads  Table of Contents

Expert F# (Apress)
This book covers topics such as functional, imperative and object-oriented programming; Windows, Web and database applications; and C and COM interoperability.

Foundations of F# (Apress)
This book, intended for those who are already familiar with functional programming, demonstrates how F# can be used for "real-world professional development."

Jon Harrop Makes Us F# (.NET Rocks)
Here a veteran of Ocaml and author of the F# Journal explains how F# performs like C#, behaves like a functional language and benefits from being part of the CLR.

F# with Robert Pickering (Hanselminutes)
Here Scott Hanselman interviews the author of Foundations of F#, who offers some thoughts on the benefits of functional programming in the .NET Framework.

F# Web Tools (CodePlex)
This download lets developers create Web applications in three-tiers (client, server and database). According to the project page, "The modal distinctions between client and server are checked through the use of F# workflows, and LINQ can be used for database access."

F# Programming Community  Table of Contents

Numerous bloggers frequently write about F#. Here are the writers who have provided plenty of posts that should help those on a quest for F# knowledge.

.NET at 9.400 ft above sea level (Edgar Sanchez)
This blogger, writing from the Andes, has covered data structures, function definition syntax and what it will take for F# to go from academia to business.

DevHawk (Harry Pierson)
This blogger, who joined Microsoft last year, has a lengthy series of posts under the heading "Practical F# Parsing."

hubFS: THE place for F# (Tomas Petricek)
This blog, maintained by the author of F# Web Tools, includes thoughts on workflow, an analytics tool called R and the use of LINQ (the Language Integrated Query) with F#.

F# News (Jon Harrop)
This site, which dates back to November 2006, links to news, notes and downloads pertinent to F# programming.

Don Syme's WebLog on F# and Other Research Projects
This blogger is one of the three authors of Expert F# and has been at Microsoft Research since 1998. F# category posts include announcements, concurrency, design notes and snippets.

Robert Pickering
This blog features a four-part series on concurrency in F#. Pickering also points to a Facebook group devoted to F#, noting, "Requires a Facebook profile but seems everyone has one these days."

Granville Barnett
This blogger has been writing about F# since September 2007, covering topics such as property initializers, functions as values and recursion.


www.ibole.cn Tags:
七月 27 2008

谷歌员工幸福生活 累了就进隔音太空舱[组图]

 

 

       如果你有机会进入到Google办公地点参观,你肯定会留下深刻印象。虽然不是每个人都有机会到Google办公地点参观,但通过以下图片,我们同样也能了解到Google员工们的“幸福生活”:

 

 

  1、隔音太空舱  

 

 

如果工作累了,可在这个太空舱好好休息一会儿。该娱乐设施不但可隔音,而且能阻挡任何光线进入。

 

 

               谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

2、回到幼儿园  

 

 

每层办公楼之间都安装了一个滑梯。除了娱乐功能外,还可供员工们在发生火灾时紧急撤离。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

3、美味佳肴  

 

 

在上班时间,Google员工可随时到食堂就餐,食品种类也丰富多样。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

4、工作地点  

 

 

每位员工至少配备两台大屏幕显示器,平均每个办公室有4~6名员工。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

5、技术创新  

 

 

办公大楼随处可见白色书写板,目的是方便员工随时记下各种新创意。一位Google产品经理对此表示:“你坐在办公室时,灵感并不一定会来;或许就在你走动时,灵感就会如期而至。” 

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

6、轻松一下  

 

 

在很多办公区域,很容易找到台球、视频游戏等娱乐设施。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

7、打个电话  

 

 

办公楼每层都设立一个电话室。每台电话机都安装在经过装饰的小屋当中,以方便Google员工处理私事。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

8、技术支持  

 

 

如果Google员工电脑出了问题怎么办?没关系,把它搬到这儿来就行。在等待电脑修理过程中,你还可以喝上一杯饮料。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

9、专业按摩

 

 

 身心疲倦?这儿有专业按摩师在等着你。 

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

10、全身放松

 

 

 躺在可调节的按摩椅上,然后看着水族箱,好好放松一下吧。  

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)

 

 

11、读书环境  

 

 

在员工阅读室当中,摆满了各类书籍,据说还有不少关于如何编程的书呢!

 

 

谷歌员工幸福生活 累了就进隔音太空舱(组图)