随笔分类 - 网址
摘要:香港中文大学 镜像网站:http://ftp.cuhk.edu.hk/http://mirrors.163.com/.help/ubuntu.html
阅读全文
摘要:http://kipirvine.com/asm/4th/ide/vs6/cppProject/index.htmUpdated 11/25/2002Before beginning this tutorial, you must have already installed a command in your Tools menu in Visual Studio that assembles an ASM source file without linking. In our samples, the tool will be calledAssemble 32-bit.Click her
阅读全文
摘要:http://asmirvine.com/
阅读全文
摘要:private static string CreatePdf(string fileName){ string command = "gswin32c -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=\"" + fileName + ".pdf\" -fc:\\output.ps"; Console.WriteLine(command); Process p = new Process(); StreamWriter sw; StreamReader sr; ProcessStartI...
阅读全文
摘要:http://code.google.com/p/wkhtmltopdf/DescriptionSimple shell utility to convert html to pdf using the webkit rendering engine, and qt.IntroductionSearching the web, I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their
阅读全文
摘要:企业库下载:(还有相关视频及帮助文档) http://entlib.codeplex.com/ Entlib5.0 要求.net framework3.5 sp1,或 .net framework 4.0 App.config: http://files.cnblogs.com/wucg/TestE
阅读全文
摘要:from:http://coolshell.cn/articles/355.html前些天Neo推荐了一个网站有《超过100本的linux免费书籍》,这里,我也向大家推荐20本最好的Linux免费书籍,当然,也是英文版的。1. Ubuntu Pocket Guide and Reference一本介绍关于Ubuntu 8.04和8.10的使用书。Websitewww.ubuntupocketguide.comAuthorKeir ThomasFormatPDFPages1522. Two Bits一本关于自由软件的历史和文化的书。不当当是软件,同样也有音乐,电影,科学和教育。Websitetw
阅读全文
摘要:http://www.truecrypt.org/docs/下载:http://files.cnblogs.com/wucg/TrueCryptSetup7.1a.ziphttp://www.truecrypt.org/downloadsIntroductionThe documentation is not guaranteed to contain no errors and is provided without warranty of any kind. For more information, please see Disclaimer.TrueCrypt is a softwar
阅读全文
摘要:http://citizen428.net/blog/2010/08/12/30-free-programming-ebooks/ Since this post got quite popular I decided to incorporate some of the excellent sug
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ff647790.aspx#scalenetchapt05_topic15Locking and synchronization provide a mechanism to grant exclusive access to data or code to avoid concurrent execution.This section summarizes steps to consider to help you approach locking and synchronization correctly:De
阅读全文
摘要:from:http://blog.csdn.net/liquanhai/article/details/7215045过年了,事情可以暂时放一下了。总结一下很有必要。又看到外面饭馆写着“岁末收工,初六开炉“了。好了,废话不多说,接着上篇继续评点程序员常用工具。当然还得请朋友们留言,好做继续的整理和补充,谢谢!顺祝大家新年好!文中已经提供每个工具的超链接地址,请点击下载:1. IDE:钟情于VC++6.0,但是也感觉Visual Studio2008和2010的强大,可能迟早得转到VS高版本上来。在安装VC++6.0的时候记得安装sp6补丁和msdn(MSDN_1.5_精简安装版)2. 辅助:(
阅读全文
摘要:step1: http://download.csdn.net/download/xqq524148626/1937262从此处下载随书源码包。解压安装根目录下的setup,按默认会在c:\安装Masm615.C:\Masm615\Examples即为书上源码。step2: 修改 C:\Masm615\INCLUDE\irvine32.inc在INCLUDE SmallWin.inc 此行后加上includelib kernel32.libincludelib user32.libincludelib Irvine32.lib三行。修改后部分内容如下:INCLUDE SmallWin.inc
阅读全文
摘要:from:http://apps.hi.baidu.com/share/detail/33618052二、VI/VIM基础知识 很多人应该都知道VI是个有模式的编辑器:编辑模式和命令模式,按ESC回到命令模式,用i或者a进入编辑模式,由于区分了模式,导致VI的命令非常简洁,而无模式编辑器比如Emacs,所有的命令都需要加上控制键Ctrl或Alt,所以有个笑话说Emacser们最希望计算机备一个脚踏板,这样就可以用脚踩Ctrl和Alt键了(编辑器圣战——在VI和Emacs之间有很多口水战,自然也引出非常多的幽默),这里罗嗦一句VI vs. Emacs: VI继承了ed的理念,另外也有历史原...
阅读全文
摘要:from: http://msdn.microsoft.com/en-us/library/system.data.entity.dbcontext(v=vs.103).aspxDbContextwrapsObjectContextand exposes the most commonly used features ofObjectContextby using simplified and more intuitive APIs. You can access the underlyingObjectContextwhenever you need to use features that
阅读全文
摘要:http://martinfowler.com/articles/injection.htmlInversion of ControlWhen these containers talk about how they are so useful because they implement "Inversion of Control" I end up very puzzled.Inversion of controlis a common characteristic of frameworks, so saying that these lightweight cont
阅读全文
摘要:http://msdn.microsoft.com/en-us/vcsharp/aa336746Restriction OperatorsWhere - Simple 1Where - Simple 2Where - Simple 3Where - DrilldownWhere - IndexedProjection OperatorsSelect - Simple 1Select - Simple 2Select - TransformationSelect - Anonymous Types 1Select - Anonymous Types 2Select - Anonymous Typ
阅读全文
摘要:Leksah Editor: http://leksah.org/download.html/*******************************************************************************/http://eclipsefp.github.com/Install:http://eclipsefp.github.com/install.htmlhttp://www.haskell.org/haskellwiki/Learn_Haskell_in_10_minutesAbout This ProjectEGit is an Eclips
阅读全文