自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

张彤的专栏

有智慧的人,有智慧的故事,有智慧的人生

  • 博客(4435)
  • 资源 (29)
  • 收藏
  • 关注

转载 Converting .docx into (.doc, .pdf, .html)

IntroductionA DocX user asked me during the week when was I going to support converting Word 2007 documents (.docx) into other useful forms such as  (.doc, .pdf, .html). I would love to add this fun

2012-06-21 15:50:52 1222

转载 Force .NET application to run in 32bit process on 64bit OS

IntroductionOur clients install our product on different environments. Some of them have 32bit server OS others have pure 64bit environments. Due to the lack of a 64bit version of a driver we use we

2012-06-20 11:46:44 932

转载 X64 和 X86有什么区别

Windows中32位(x86)和64位(x64)解释Windows XP、Windows vista、Windows Server 2008,以及处于测试阶段的windows7,都有32位(x86)和64位(x64)两种版本。面对两种版本光盘镜像下载,常常让有些网友不知所措:究竟选择哪个版本更好一些?下面,我用最简洁的文字尽可能作最详尽的回答:两者之间存在的“五大不同”。

2012-06-20 10:35:00 971

转载 Configuring Microsoft Visual Studio for local debugging of Reference Source

Set Up Visual Studio 2008:a. Install and set up Visual Studio 2008 including any updates.Install Reference Sourcea) Download Reference Source Code Center.b) Install Reference Source to any arb

2012-06-20 09:36:31 760

原创 How to find if native dll is compiled as x64 or x86?

Question:I want to determine if native assembly is complied as x64 or x86 from a managed code application (c#). I think it must somewhere in the PE header since the OS loader needs to know this info

2012-06-13 22:13:21 673

转载 Windows - "The trust relationship between this workstation and the primary domain failed"

ProblemSeen on Windows clients in a domain environment.What's Happened? Put simply, just like you have a password for your user account, the computer you log onto also has a password (

2012-06-06 15:58:00 16062

原创 Windows 8 Consumer Preview released, download ISO images from direct links

Finally Microsoft has released the Windows 8 Consumer Preview. After the launch ofWindows 8 Developer Preview it’s the next milestone where Microsoft showcased the Windows 8 Consumer Preview in Sp

2012-06-05 09:57:00 711

转载 How to host WordPress for free on AWS

Get your blog in the cloudIn 2002 Amazon launched AWS (Amazon Web Services) in order to provide the same hosting technology used for Amazon.com to everyone else. What made this service unique was

2012-05-21 15:46:27 913

转载 分享8年开发经验,浅谈程序员职业规

在中国有很多人都认为IT行为是吃青春饭的,如果过了30岁就很难有机会再发展下去!其实现实并不是这样子的,在下从事.NET及JAVA方面的开发的也有8年的时间了,在这里在下想凭借自己的亲身经历,与大家一起探讨一下。  明确入行的目的  很多人干IT这一行都冲着“收入高”这一点的,因为只要学会一点HTML、DIV+CSS,要做一个页面开发人员并不是一件难事,而且做一个页面开发人员更容易找到工作

2012-05-16 11:52:58 956

转载 三星i9100 Galaxy S2 官方原版rom大集合(国行、欧版、港版)

转自:http://bbs.crossmo.com/viewthread.php?tid=6355http://bbs.gfan.com/android-1272367-1-1.html注意:1、这里提供三星官方原版固件和有轻微改动的固件,适合喜爱三星原版界面和功能的I9100用户。2、本楼后面有刷机方法和常见问题解答,不要漏看。3、有明确或隐含答案的东西不要再问,不回。包

2012-05-10 13:44:42 16859

转载 一键ROOT你的Galaxy S II \ I9100 附图文教程

转自:http://bbs.jimi168.com/thread-262660-1-1.html繁琐的root过程一直是我们9100玩家心中的痛,有时候我们甚至为了获取root权限而不得不选择刷ROM(因为刷rom都比root的步骤简单),经常用艳羡的眼光看着周围的朋友一键root掉自己的手机,但这一切,在这一天终于成为了过去,好了,废话不再多说,凡是被我标题吸引进来的网友请看下面的图文教程吧

2012-05-10 13:41:07 1707

转载 How do I get the reference count of a CLR object?

A customer asked the rather enigmatic question (with no context):Is there a way to get the reference count of an object in .Net?Thanks,Bob SmithSenior DeveloperContoso The CLR does not

2012-05-10 13:01:37 1094

转载 Garbage Collection in .NET - How it really works

Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in different ways and different manners in various platforms and languages.

2012-05-08 13:20:20 1163

转载 .NET Internals: The Profiling API

Table of ContentsIntroduction.NET System MetricsPerformance CountersThe Performance MonitorThe Profiling APIProfiling BasicsDocumentationThe Profiler Callback InterfacePr

2012-05-08 11:57:40 2359

原创 最新Android ADT, SDK, SDK_tool等官方下载说明(4.19更新)

1、android-sdk_r16 (1)http://dl.google.com/android/android-sdk_r16-windows.zip(2)http://dl.google.com/android/android-sdk_r16-mac_x86.zip(3)http://dl.google.com/android/android-sdk_r16-linux_

2012-04-24 19:40:56 2486

转载 写代码如坐禅:你是哪一类程序员?

转自:http://www.apkbus.com/android-21057-1-1.html   当编译占用你时间时你会怎么做。不只是编译,即使是在等待任何短暂的计算机操作结束,这段时间你会干些什么?  和你的工作日休息比起来这点时间是微不足道的,但是总的来说它还是能对你的生产率和幸福感感带来巨大帮助的。  顺便说一下,这篇文章内容不是只针对开发者和程序的。它对任何使用电

2012-02-22 12:22:33 614

转载 Client found response content type of ‘multipart/related’, but expected ‘text/xml’.

Refereced from: http://coding.baneworld.nl/2009/02/client-found-response-content-type-of-multipartrelated-but-expected-textxml/ While creating a desktop client for a third party SOAP web service

2012-02-15 16:32:31 1599

转载 Fix "\\computer is not accessible. You might not have permission to use this network resource”

I’ve previously written an article on how to network two computers together that are running Windows XP. I’ve also written about a cool program called WiPeer that lets youconnect two computers wir

2011-11-02 13:24:27 10007

转载 语言的简写

The following language strings are recognized by setlocale. Any language not supported by the operating system is not accepted by setlocale. The three-letter language-string codes are only valid in Wi

2011-10-20 10:59:54 750

转载 Startup与Common Startup

运行--msconfig--启动项,里面有些未被钩选的项目,有的甚至是病毒的启动项,如何彻底删除它?1 。运行regedit(注册表),HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run项里,找

2011-10-16 17:50:44 2664

原创 Web client software factory – Hands-on-lab

Having decided on giving the WCSF a try, I had a pretty smooth experience with installing WCSF.The February-2008 release of WCSF does no

2011-09-29 12:58:49 684

转载 [C#]二维码生成、解码(QRCode)【支持winform、web调用】

winform(Demo)下载:QRCode.rar  web(Demo)下载:webQRCode.rar【ThoughtWorks.QRCode.dll 就是类库】【demo中有这个dll】使用时需要增加:using ThoughtWorks.QRCode.Co

2011-09-28 15:19:11 2931 1

转载 Outlook Express DBX文件超过2G解决办法

Outlook Express突然不能接收邮件了,结果打开邮件目录一看,dbx邮件数据库文件超过2G(此分区是FST32的格式),Windwos大哥不能识别了,或者是突然停电造成dbx文件损坏了,怎么办?好多重要的邮件呀。别急,今天我就介绍一种方法,自己也亲自帮忙同事修复过的,完

2011-09-10 19:19:32 1061

转载 有理想的程序员必须知道的15件事

作为程序员,要取得非凡成就需要记住的15件事。1.走一条不一样的路在有利于自己的市场中竞争,如果你满足于“泯然众人矣”,那恐怕就得跟那些低工资国家的程序员们同场竞技了。2.了解自己的公司以我在医院、咨询公司、物流企业以及大技术公司工作的经验来看,这一点所言不虚。

2011-08-30 11:18:41 488

原创 The C# ?? null coalescing operator (and using it with LINQ)

One of the subtle (but cool) language features of C# is the ?? "null coalescing" operator.  This provides a nice, terse way to check whether

2011-08-25 10:42:49 953

转载 你应知道的十二个名扬的白帽黑客

这些IT安全专家时时刻刻在寻找麻烦,但他们却是站在正义的一边。这些白帽安全研究人员是一些讲道德的黑客,他们的发现经常能够扭转战局,因为他们总是在努力领先地下的黑帽兄弟们一步。这些IT安全专家时时刻刻在寻找麻烦,但他们却是站在正义的一边。这些白帽安全研究人员是一些讲道德的黑客,他们

2011-07-06 21:59:17 1348

转载 VS.NET中自定义安装程序制作经验总结

内容介绍:介绍自定义安装程序的一些注意事项介绍如何获取自定义界面和系统参数介绍如何在安装过程中添加自定义操作自定义安装程序的一些注意事项:CustomActionData 属性自定义操作的附加数据,读取自定义操作的安装信息 CustomActionData 属性采用 /name=value 的格式。多个值必须以单个空格隔开:/name1=value1 /name2=value2。如果值内有一个空格

2011-06-13 16:28:00 529

原创 check if unmanaged dll is 32-bit or 64-bit?

//In case others are looking, heres a basic implementation: public static MachineType GetDllMachineType(string dllPath) { //see http://www.microsoft.com/whdc/system/platform/fi

2011-06-13 11:53:00 919

转载 十个让你变成糟糕的程序员的行为

这里,我们主要讨论十个糟糕程序员的特征,主要是需要让我们去避免和小心的。1) 情绪化的思维如果你开始使用不同颜色的眼光来看待这个世界的话,那么你可能会成为一个很糟糕的程序员。情绪化的思维或态度很有可能会把自己变成一个怪物。相信你经常可以看到很多很糟糕的程序会使用下面的这些语句:我的程序不可能有这种问题。 Java就是shit。 我最恨的就是使用UML做设计。 需求怎么老

2011-06-09 16:48:00 513

转载 优秀程序员的十个习惯

在这个世界上,有数百万的人热衷于软件开发,他们有很多名字,如:软件工程师(Software Engineer),程序员(Programmer),编码人(Coder),开发人员(Developer)。经过一段时间后,这些人也许能够成为一个优秀的编码人员,他们会非常熟悉如何用计算机语言来完成自己的工作。但是,如果你要成为一个优秀的程序员,你还可以需要有几件事你需要注意,如果你能让下面十个条目成为你

2011-06-09 16:47:00 493 1

转载 十条不错的编程观点

在Stack Overflow上有这样的一个贴子《What’s your most controversial programming opinion?》,翻译成中文就是“你认为最有争议的编程观点是什么?”,不过,在400多个主回贴,以及千把个子回贴中,好像并不是很有争议,而是令人相当的茅塞顿开,下面罗列一些,并通过我自己的经历和理解发挥了一些,希望对你有帮助。 1) The only “

2011-06-09 16:45:00 421

转载 惹恼程序员的十件事

程序员应该是一个比较特殊的群体,他们因为长期和电脑打交道所养成的性格和脾气也是比较相近的。当然,既然是人,当然是会有性格的,也是会有脾气的。下面,让我来看看十件能把程序惹毛了的事情。一方面我们可以看看程序员的共性,另一方面我们也可以看看程序员的缺点。无论怎么样,我都希望他们对你的日常工作都是一种帮助。 第十位 程序注释程序注释本来是一些比较好的习惯,当程序员老手带新手的时候,总是会告诉

2011-06-09 16:44:00 834

转载 如何写出无法维护的代码

酷壳里有很多我觉得很不错的文章,但是访问量最大的却是那篇《6个变态的Hello World》,和它能在本站右边栏“全站热门”中出现的还有“如何加密源代码”,以及编程真难啊等这样的文章。可见本站的读者们的偏好,我也相信你们都是“身怀绝技”的程序员。所以,今天给大家推荐这篇文章,相信一定能触动大家的兴奋点。这篇文章的原文在这里(http://mindprod.com/jgloss/unmain.h

2011-06-09 16:18:00 531

原创 Useful DQL Queries

http://dionrobin.wordpress.com/2010/02/08/useful-dql-queries/ 1. DQL to create usercreate “dm_user” objectset client_capability=2,set default_folder=’’,set home_docbase=’’,set mailto:user_addres

2011-06-09 14:51:00 1116

原创 Leave my XML file alone in Documentum

http://www.ukoom.com/leave-my-xml-file-alone-in-documentum.htm There are three ways to turn off XML validation while importing or checking in XML files: 1. To permanently turn off XML validati

2011-06-09 13:37:00 917

原创 Cannot delete file or folder

This article describes different methods to delete files or folders that cannot be deleted normally.Table of contentsfor this articleRebootDEL or RMDIRKill explorer.exeLog offR

2011-06-03 16:39:00 3769

原创 拯救硬盘

<br />拯救硬盘十大绝招  <br />        每个用户的硬盘中都存放着大量的有用数据,而硬盘又是一个易出毛病的部件。为了有效的保存硬盘中的数据,除了有效的保存硬盘中的数据,备份工作以外,还要学会在硬盘出现故障时如何救活硬盘,或者提取其中的有用数据,把损失降到最小程度。 <br /><br />1、系统不承认硬盘<br /><br />  此类故障比较常见,即从硬盘无法启动,从A盘启动也无法进入C盘,使用CMOS中的自动监测功能也无法发现硬盘的存在。这种故障大都出现在连接电缆或IDE口端口上,硬

2011-05-24 13:13:00 679

原创 Windows Support Tools for Microsoft Windows XP

<br />Overview<br /><br />The Windows Support Tools for Microsoft Windows XP are intended for use by Microsoft support personnel and experienced users to assist in diagnosing and resolving computer problems. For individual tool descriptions, see the Window

2011-05-18 14:17:00 873

原创 什么是 Network Service?

<br />  问:在 IIS 6 中,Web 应用程序的工作进程设置为以进程标识“Network Service”运行。在 IIS 5 中,进程外 Web 应用程序则设置为以 IWAM_<服务器名> 帐户运行,这个帐户是普通的本地用户帐户。可否提供有关这个新帐户的信息,它对于安全性以及管理来说很重要吗?<br />  答:Network Service 是 Windows Server 2003 中的内置帐户。您说得很对,了解 IIS 5 上的本地用户帐户(IUSR 和 IWAM)与这个内置帐户之间的区别

2011-05-16 12:01:00 3802

原创 Tip: Run process in system account (sc.exe)

<br />I have recently been doing some research on windows services, and have been working on some command line parsing, so while experimenting I thought of a nice little trick to run a process in the System account (And have the window be displayed) withou

2011-05-06 08:48:00 1079 1

华为云业务中台&数据中台技术方案.pdf

业务中台技术方案统一技术架构、统一应用运行运维平台,基于华为云DevOps一站式开发运维平台和中间件快速开发和减少运维。 一个大平台,四个标准化(基础设施、应用架构、数据集成、交付过程) 底层核心竞争力:以硬核技术平台打造云基础服务尖刀 微服务核心竞争力:业界最优性能,端到端全场景支撑企业微服务化转型

2020-08-08

华为金融业务介绍.pdf

华为智慧金融解决方案以创新的ICT技术,重塑传统IT平台的架构、数据的价值及服务渠道的体验,实现金融业务科技创新和流程再造,加速金融机构的数字化转型。

2020-08-08

华为混合云方案介绍.pdf

华为混合云提供客户在本地数据中心使用华为云服务的能力,满足客户特定的安全和合规要求,并且通过持续迭代演进,提供满足业务要求的云服务,同时解决部分业务场景低时延的限定要求。

2020-08-08

How to do almost everything In active directory via C#

When it comes to programmatically accessing Microsoft's Active Directory a lot of people seem to have quite a difficult time tying all the pieces together to accomplish exactly what they want to. There are so many technologies available for communicating with LDAP that many programmers end up with a mix between COM+ ADSI calls and .NET class calls mixed into their code. ADSI code is so difficult to understand and follow that the creator of that code usually owns it for the entirety of it's lifecycle since no one else wants to support it. This article attempts to tie together the most commonly used elements involved in Active Directory Management in the simplest, most clean manner possible. I interact with Active Directory in nearly all of my applications (web & forms) and I have had to solve a lot of integration issues for many customers. When I was starting out with this technology I had a lot of growing pains so this is an attempt to help those programmers who may have a need to interact with the Directory but do not want to have to become experts in the issue. However, certain rudimentary knowledge and concepts are required in order to utilize the code. You must be familiar with such terms as: distinguishedName, ldap paths, fully qualified domain names, object attributes (single string & multi-string), and general knowledge of ldap schemas.

2012-03-09

iTextSharp in Action

The .NET framework does not contain any native way to work with PDF files. So, if you want to generate or work with PDF files as part of your ASP.NET web application, you will have to rely on one of the many third party components that are available. Google will help you to find one that fits your b

2012-03-05

美剧中50句经典俚语完美解析

美剧中50句经典俚语完美解析,学习和理解标准美国俚语的绝佳参考资料。

2011-09-08

User Stories Applied

User Stories Applied

2010-11-24

ThoughtWorks Anthology on Software Technology and Innovation

ThoughtWorks Anthology on Software Technology and Innovation

2010-11-24

《程序员》杂志2010年第十一期

《程序员》杂志2010年第十一期电子版(非影印版)

2010-11-24

六顶思考帽

六顶思考帽——全球创新思维训练第一书

2007-11-04

多款漂亮的Flash时钟

多款漂亮的Flash时钟

2007-11-02

56FlashToFlv地址转换.rar

可以转换mv.56.com上的Flash视频地址(只限视频,不能下载相册MV)

2007-09-21

正则表达式(教程+源码)

正则表达式30分钟入门教程<br>RegexTester source

2007-09-09

设计模式C++Code版

设计模式C++Code版

2007-08-15

英语谚语大全(3267条)

英语谚语大全(3267条)

2007-07-30

中文字体表(CHM)

中文字体表对照,作为选择字体效果的参考。

2007-05-25

WebChart Source Code

反编译后的源码<br/>包含一个自己写的测试用例<br/><br/>// Assembly WebChart, Version 1.1.1.4<br/><br/>[assembly: AssemblyVersion("1.1.1.4")]<br/>[assembly: AssemblyCopyright("By: Carlos Aguilar Mares (CarlosAg@microsoft.com)")]<br/>[assembly: AssemblyCompany("CarlosAg.net")]<br/>[assembly: AssemblyTrademark("CarlosAg.net")]<br/>[assembly: AssemblyProduct("WebChart")]<br/>[assembly: AssemblyConfiguration("")]<br/>[assembly: AssemblyDescription("Web Chart Control")]<br/>[assembly: AssemblyTitle(".NET Chart Engine")]<br/>[assembly: CLSCompliant(true)]<br/>[assembly: TagPrefix("WebChart", "Web")]<br/>[assembly: AssemblyDelaySign(false)]<br/>[assembly: ComVisible(false)]<br/>[assembly: FileIOPermission(SecurityAction.RequestMinimum, Unrestricted=true)]

2007-05-24

成长中必须知道的20个故事(PDF)

成长中必须知道的20个故事

2007-05-15

一个画图程序(C#)

资源来自互联网,反编译后得到的源码,仅供学习、参考、交流之用。

2007-05-13

计算几何算法概览

计算机的出现使得很多原本十分繁琐的工作得以大幅度简化,但是也有一些在人们直观看来很容易的问题却需要拿出一套并不简单的通用解决方案,比如几何问题。作为计算机科学的一个分支,计算几何主要研究解决几何问题的算法。在现代工程和数学领域,计算几何在图形学、机器人技术、超大规模集成电路设计和统计等诸多领域有着十分重要的应用。在本文中,我们将对计算几何常用的基本算法做一个全面的介绍,希望对您了解并应用计算几何的知识解决问题起到帮助。

2007-05-01

IE7(盗版)升级方法

将下面代码用记事本保存成key.vbs。然后运行即可安装。(超级解霸的用户可能会发现双击.vbs文件会启动解霸播放器,这是解霸的一个BUG,擅自更改了.vbs文件的默认打开方式。恢复方法为:在注册表中找到HKEY_CLASSES_ROOT\.vbs,将默认改为VBSFile。)<br/>

2007-05-01

理解.NET中的异常

或许从第一次使用异常开始,我们就要经常考虑诸如何时捕获异常,何时抛出异常,异常的性能如何之类的问题,有时还想了解究竟什么是异常,它的机制又是什么。本文试着对这些问题进行讨论。

2007-04-29

设计模式C#-Code版

GangOfFour的23种设计模式C#代码示例

2007-04-28

字符点阵引擎V1.4(C#源码)

文字和图片转点阵的工具,不多说了,自己看吧。

2007-04-13

Free Serial Port Monitor

一款非常棒的串口监视工具,本身并不独占串口资源,而且完全没有使用时间限制。

2007-04-12

Spring in Action中文版

想象一下,你被困在一个荒凉的小岛上,这个听上去像是美梦成真。毕竟,谁不想在海滩上静静地独处,幸福地不用管外面世界的纷纷扰扰呢?<br/><br/>但是在一个荒岛上,不可能总是享受着冰镇果汁朗姆酒和日光浴。就算你享受这样宁静的隐居生活,过不了多久你就会饥饿、厌烦和孤独。在这段时间里,你只能以椰子和用叉捕的鱼为生。你最终还是需要食物、新的衣服以及其他供给。并且,如果你不和其他人联系,不久你就会以和排球说话告终。<br/><br/>很多你开发的应用会像被遗弃的荒岛。表面上看,它们好像能自给自足,但实际上,它们还要和其他系统合作,既有你组织内部的也有外部的。<br/><br/>例如,一个采购系统需要和一个厂商的供应链系统通信;可能你公司的人力资源系统需要和薪金系统整合;或者,甚至是薪金系统也要和打印、邮寄工资等外部系统交流。不管什么样的情况,你的应用需要和其他系统交流,远程访问它们的服务。<br/><br/>作为一个Java开发者,有好几种可以利用的远程技术,包括:<br/><br/>n 远程方法调用(RMI)<br/><br/>n Caucho的Hessian和Burlap<br/><br/>n Spring自己的HTTP invoker<br/><br/>n 企业JavaBean(EJB)<br/><br/>n Web Services<br/>

2007-04-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除