The Face Shop化妆品

家园

Design Patterns

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  78 随笔 :: 5 文章 :: 52 评论 :: 3 引用

2009年4月1日 #

     摘要: 好久不来了,也不知道现在的规矩,发个帮朋友公司招人的广告不知道是不违规。违规的话请dudu删除吧!招收.net开发工程师2名 项目经理1名:1、 三年以上工作经验、两年以上.Net开发经验,精通C#、能指导程序员进行编码;2、具有B/S、C/S架构进销存项目开发经验;了解三层架构模式;3、精通SqlServer和mysql数据库原理及应用 4、有比较丰富的项目架构设计经验;5、对数据库设计熟悉、能...  阅读全文
posted @ 2009-04-01 23:53 umlchina 阅读(302) | 评论 (2)编辑

2008年5月7日 #

     摘要: Simple Object Access Protocol (SOAP) 1.1 W3C Note 08 May 2000This version:http://www.w3.org/TR/2000/NOTE-SOAP-20000508Latest version:http://www.w3.org/TR/SOAPAuthors (alphabetically):Don Box, DevelopM...  阅读全文
posted @ 2008-05-07 10:40 umlchina 阅读(77) | 评论 (3)编辑

2008年3月27日 #

     摘要: 1usingSystem;2usingSystem.IO;3usingSystem.Drawing;4usingSystem.Collections;5usingiTextSharp.text;6usingiTextSharp.text.pdf;78namespaceBluePoint.ERM.BPViewerCore9{10publicclassPDFHelper11{12privatestat...  阅读全文
posted @ 2008-03-27 15:43 umlchina 阅读(249) | 评论 (0)编辑

     摘要: //convertRGBcolorspacetoHomochromy(Black/whit)staticpublicintConvertRGBtoHomochromy(intx,intbw){StringrgbString=Integer.toHexString(x).toUpperCase();if(rgbString.length()!=6){returnInteger.parseInt("0...  阅读全文
posted @ 2008-03-27 15:30 umlchina 阅读(142) | 评论 (1)编辑

     摘要: 1. 引言彩色图象是多光谱图象的一种特殊情况,对应于人类视觉的三基色即红、绿、蓝三个波段,是对人眼的光谱量化性质的近似。三基色模型是建立图象成像、显示、打印等设备的基础,具有十分重要的作用。在第二章中,已经就彩色做了基本介绍,例如各种彩色空间的表示、定量关系,彩色立方体等直观的图示,参见:(第二章 图象获取、显示、表示与处理)图象显示部分,这里不再重复。 有关彩色的资料参见:efg's Color...  阅读全文
posted @ 2008-03-27 10:52 umlchina 阅读(957) | 评论 (0)编辑

2008年3月24日 #

     摘要: This is a simple document about Hardware service and purposes of resources lock issue. About the hardware resources lock issue:1. Add a member named IsLocked to the Remote Service Object, and this loc...  阅读全文
posted @ 2008-03-24 19:15 umlchina 阅读(39) | 评论 (0)编辑

2008年3月17日 #

     摘要: 技巧: 使用SAAJ发送和接收SOAP消息 Java API使得手工生成和发送消息时许多必需的步骤变得自动化 级别: 中级 Nicholas Chase (mailto:nicholas@nicholaschase.com?subject=使用SAAJ发送和接收SOAP消息&cc=nicholas@nicholaschase.com), 总裁, Chase & Chase,...  阅读全文
posted @ 2008-03-17 09:52 umlchina 阅读(313) | 评论 (0)编辑

     摘要: import org.tempuri.ServiceClient;import org.tempuri.ServiceSoap;import javax.xml.soap.*;import javax.xml.transform.Source;import javax.xml.transform.Transformer;import javax.xml.transform.TransformerE...  阅读全文
posted @ 2008-03-17 09:49 umlchina 阅读(643) | 评论 (0)编辑

2007年11月8日 #

     摘要: 我们想做一个service程序,这个service负责统一管理这台机器上装的一些设备(包括签字板,扫描仪等等),
有service来负责分配和排队这些设备,供其它的aplication使用.  阅读全文
posted @ 2007-11-08 16:09 umlchina 阅读(121) | 评论 (0)编辑

2007年7月12日 #

     摘要: Asynchronous Method Invocation
By mikeperetz.


How to use .NET to call methods in a non-blocking mode.  阅读全文
posted @ 2007-07-12 17:07 umlchina 阅读(100) | 评论 (0)编辑