- 浏览: 8253 次
- 性别:
- 来自: 大连
最新评论
文章列表
Check_Your_English_Vocabulary_For_TOEIC[i][/i]
this is a book for iphone
- 2009-11-16 07:09
- 浏览 786
- 评论(0)
**************************************************
' Title: PST2TXT
'
' Description:
' This VB application will export selected
' Outlook folders to file system as TXT files.
' The intent is to allow quick reference when
' burned to CD due to Outlook not opening
' Read Only PST files.
'
' Use: Paste ...
- 2009-10-21 14:44
- 浏览 1021
- 评论(0)
The SCNetworkReachability API allows an application to determine the status of a system's current network configuration and the reachability of a target host. One of the flags returned by the API, kSCNetworkReachabilityFlagsIsWWAN, will tell you if a network connection to the target host uses the car ...
- 2009-10-14 10:52
- 浏览 819
- 评论(0)
(Express Yourself By Edith N. Wagner)
INFORMATIONAL WRITING is the process of selecting, combining, arranging, and developing ideas taken from oral, written, or electronically produced texts to demonstrate that you understand and are able to use this information for a
variety of rhetorical purposes. ...
- 2009-09-09 13:32
- 浏览 777
- 评论(0)
Objects:
As the name implies, object-oriented programs are built around objects.
An object associates data with the particular operations that can use or affect that data.
In Objective-C, these operations are known as the object’s methods; the data they affect are its instance variables.
In Object ...
- 2009-09-08 11:03
- 浏览 666
- 评论(0)
http://iphonesdkdev.blogspot.com/2009/08/compatible-code-for-os-221-and-30.html
Here are the steps involved
(1) Base SDK set to iPhone Device 3.0
(2) In Project Settings, iPhone OS Deployment Target set to iPhone OS 2.2.1
(3) Change the source code in RootViewController.m that have setFont or setIm ...
- 2009-09-07 11:21
- 浏览 1176
- 评论(0)
Words
- 博客分类:
- IT English
It is quite old, I have to confess.
我必须承认。
confess
adv freely, openly 坦率的承认
verb have to ,must 必须承认
prep to the sth, to sb 供认某事,向某人供认。
- 2009-09-07 10:39
- 浏览 618
- 评论(0)
URL http://www.scala-lang.org
1) Scala interaction cmd
scala> def isPalindrome(str: String) =
| str == str.reverse.toString()
isPalindrome: (String)Boolean
scala> isPalindrome("mom" )
res1: Boolean = true
scala> isPalindrome("dude" )
res2: Boolean = false
scala>
2) Sc ...
- 2009-08-17 15:37
- 浏览 889
- 评论(0)