上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: ################################ Package Installation Wizard ############################# installing your SSIS project onto a new server. ################################ Business Intelligence ... 阅读全文
posted @ 2008-02-27 18:31 IT Person 阅读(456) 评论(0) 推荐(0) 编辑
摘要: ################################# Architecture: ########################################## The SSIS Service is a Windows service that is installed when you install the SSIS component of SQL Server... 阅读全文
posted @ 2008-02-25 18:02 IT Person 阅读(934) 评论(0) 推荐(0) 编辑
摘要: ########################## Singletons and other Constructors ################## class MyLogger private_class_method:new @@logger = nil def MyLogger.create @@logger = new unless @@logger @@l... 阅读全文
posted @ 2008-02-19 21:20 IT Person 阅读(289) 评论(0) 推荐(0) 编辑
摘要: ############################### Class ############################## class Song def initialize(name, artist, duration) @name = name @artist = artist @duration = duration end end #initializ... 阅读全文
posted @ 2008-02-17 14:50 IT Person 阅读(297) 评论(0) 推荐(0) 编辑
摘要: ############################ Block ####################### def call_block puts "start of method" yield yield puts "end of method" end call_block {puts "in the block"} def call_block yield("hel... 阅读全文
posted @ 2008-02-16 22:19 IT Person 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 背景颜色: background-color:#000000 背景图片: background-image:url(03.jpg) 背景图片的重复: background-repeat:repeat-y; 背景图片的位置: background-position:bottom right; 固定背景图片: background-attachment:fix; 阅读全文
posted @ 2008-02-16 13:20 IT Person 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 图片边框: border-style:dotted,dashed border-color:blue border-width:2px border-left border-right 图片缩放: width:50% height:50px 意义:相对父元素的宽度 图片对齐: text-align:center vertical-align 阅读全文
posted @ 2008-02-13 21:41 IT Person 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 字体: font-family:黑体,"Times New Roman" 意义为:如果有黑体就用黑体,否则用后面的字体,如果都没有用浏览器默认字体。 文字大小: font-size:0.5(in,cm,mm,pt,pc) 文字颜色: color:blue 文字粗细: font-weight:600(lighter,bold) 斜体: font-style:italic 英文字母大小写: text-... 阅读全文
posted @ 2008-02-13 21:31 IT Person 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1.段落里面(p标签)不能嵌套div. 2.Css:层叠式样式档,同一个标签可以用多个样式修饰。 3.css种类:内联式,嵌入式,外部,输入。 内联: aaaaaaaaaaa 缺点:复用性差。 嵌入: 好处:可以控制整个网页的某些标签。 外部: 输入: 在css文件中或者style标签中使用@import url(demo.css); 4.样式规则选择器: html选择器,类选择器,id选择... 阅读全文
posted @ 2008-02-12 23:13 IT Person 阅读(408) 评论(0) 推荐(0) 编辑
摘要: Carlos Perez(著名的Java技术人员)最近发表了他认为值得在2008学习五种的JAVA技术,它们是: OSGi(基于Java的动态模型规范) 注:OSGi(Open Service Gateway Initiative)指OSGi Alliance组织制定的一个基于Java语言的服务(业务)规范——OSGi服务平台(Service Platform)。 该规范和核心部分是一个框架 ,其... 阅读全文
posted @ 2008-02-12 20:23 IT Person 阅读(235) 评论(0) 推荐(0) 编辑
摘要: ############################# Array And Hash ####################### #array with three elements a = [1, 'ca', 3.14] #access the first element puts(a[0]) #set the third element(nil means nothing) a[2... 阅读全文
posted @ 2008-02-10 20:53 IT Person 阅读(291) 评论(0) 推荐(0) 编辑
摘要: #first program #function defination def say_goodnight(name) result = "Good night, #{name}" return result end #function invoke puts say_goodnight('Pa') #capitalize method def say_goodnight(name) ... 阅读全文
posted @ 2008-02-07 18:06 IT Person 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Hi. How are you doing today? How is your English learning? In this newsletter, I will talk again about research. I know this doesn't sound like a very exciting topic ;) However, it is a VERY ... 阅读全文
posted @ 2008-01-27 16:01 IT Person 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 【CSDN 1月17日消息】如何识别优秀的程序员?并不是像听起来那么容易。在这儿工作经验的作用是很有限的,因为伟大的程序员不一定要‘正式’的工作经历来证明他们的伟大。 1,激情。 我曾经遇到许多“职业程序员”,他们从事IT是因为觉得这是一种职业,他们只在工作时间编程,除非送去培训否则他们不会学习新东西,这不是好的程序员。我认为一个好的程序员总是对编程充满激情,而且好的开发者会做一些编程工作即使这没... 阅读全文
posted @ 2008-01-21 23:07 IT Person 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 本人从事HR工作,之前对招聘工作有所接触,目前不负责招聘。 我有过面试别人的经验,同样,也有被别人面试的经历。现在一家500强美国公司工作,其间接到不少猎头推荐去欧美公司面试的通知,也去见了一些。这个不是我要讲的重点,我只想和大家分享一点关于去外企面试如何应对英语测试的部分,希望对一些朋友有帮助。 所谓的外资公司,一般说,我分它们几类: 500强的欧美公司 500强其他国家... 阅读全文
posted @ 2008-01-13 23:20 IT Person 阅读(1345) 评论(0) 推荐(0) 编辑
摘要: Hi, this is your second Newsletter email. Remember, this newsletter is sent only to subscribers. To unsubscribe and stop getting emails, go to: http://www.aweber.com/z/r/?rIwsTEystCxMjEwcjKxMtGa0j... 阅读全文
posted @ 2008-01-01 11:11 IT Person 阅读(808) 评论(1) 推荐(0) 编辑
摘要: Hi. I have something special for you-- and this is only for my newsletter subscribers! You can get Dr. J. Marvin Brown's report, "Learning Languages Like Children". Dr. Brown is an expert on lan... 阅读全文
posted @ 2007-12-19 19:39 IT Person 阅读(1195) 评论(8) 推荐(0) 编辑
摘要: Hi. How are you doing today? I hope you are doing well and I hope you enjoyed my 7 Day Email Course. I'm happy you decided to join our newsletter too! Welcome to the Effortless English Newslette... 阅读全文
posted @ 2007-12-10 18:23 IT Person 阅读(574) 评论(0) 推荐(0) 编辑
摘要: Hi. Today is the final day of the 7 Rules Course. I have enjoyed writing to you. I have enjoyed helping you. I hope you also enjoyed my emails. Most of all, I hope you will use the 7 Rules and im... 阅读全文
posted @ 2007-12-10 18:17 IT Person 阅读(382) 评论(1) 推荐(0) 编辑
摘要: Hi again :) It's me, your English teacher... with another rule! I want you to think about something today: You have studied English for more than 4 years- why do you still have trouble understand... 阅读全文
posted @ 2007-12-08 21:17 IT Person 阅读(359) 评论(1) 推荐(0) 编辑
摘要: Hi. How are you today? Are you having a great day? I'm doing well. Today I'm back to explain Rule 5. I hope you are enjoying these emails :) Are you excited about finally speaking English well. ... 阅读全文
posted @ 2007-12-07 20:33 IT Person 阅读(825) 评论(1) 推荐(0) 编辑
摘要: Hi. Its me again ;) I hope you are feeling good and are enjoying the 7 Rules Email Course. I hope you are excited, because the Effortless English method is easy and it is successful! My number one... 阅读全文
posted @ 2007-12-06 20:59 IT Person 阅读(448) 评论(1) 推荐(0) 编辑
摘要: Hi! This is A.J. again, with the next day of your 7 Rules Email Course. I hope you are enjoying it. I really enjoy emailing you and helping you improve English. Today is the most important rule. T... 阅读全文
posted @ 2007-12-06 20:58 IT Person 阅读(348) 评论(1) 推荐(0) 编辑
摘要: Hi. How are you doing? Today I will teach you an important rule for learning English. In fact, this is the number one secret English schools don't want you to know. **English Can Be Simple and Eas... 阅读全文
posted @ 2007-12-06 20:57 IT Person 阅读(350) 评论(1) 推荐(0) 编辑
摘要: Hi. How are you doing today? I'm writing because you asked for my 7-Day email course. Would you like to speak English easily? Do you want to speak quickly and naturally? In this free 7-Day Email... 阅读全文
posted @ 2007-12-06 20:56 IT Person 阅读(452) 评论(1) 推荐(0) 编辑
摘要: #include #include const int MaxPQSize = 50; typedef int DataType; class PQueue { private: int count; DataType pqlist[MaxPQSize]; public: PQueue(void); void PQInsert(const DataType& item); ... 阅读全文
posted @ 2007-11-21 22:45 IT Person 阅读(252) 评论(0) 推荐(0) 编辑
摘要: #include #include typedef int DataType; const int MaxQSize = 50; class Queue { private: int front; int rear; int count; DataType qlist[MaxQSize]; public: Queue(void); void QInsert(cons... 阅读全文
posted @ 2007-11-21 22:44 IT Person 阅读(239) 评论(0) 推荐(0) 编辑
摘要: #include #include const int MaxStackSize = 50; typedef double DataType; class Stack { private: DataType stacklist[MaxStackSize]; int top; public: Stack(void); void Push(const DataType& it... 阅读全文
posted @ 2007-11-17 16:09 IT Person 阅读(451) 评论(0) 推荐(0) 编辑
摘要: #include #include const int MaxStackSize = 50; typedef int DataType; class Stack { private: DataType stacklist[MaxStackSize]; int top; public: Stack(void); void Push(const DataType& item)... 阅读全文
posted @ 2007-11-11 01:12 IT Person 阅读(258) 评论(0) 推荐(0) 编辑
摘要: #include #include const int MaxListSize = 50; typedef int DataType; class SeqList { private: DataType listitem[MaxListSize]; int size; public: SeqList(void); //the method of access elemen... 阅读全文
posted @ 2007-11-10 22:04 IT Person 阅读(825) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页