一、创建UIWebView[java] view plaincopyprint?CGRectbouds=[[UIScreenmanScreen]applicationFrame];UIWebView*webView=[[UIWebViewalloc]initWithFrame:bounds];CGRect bouds = [[UIScreen manScreen]applicationFrame];UIWebView* webView = [[UIWebView alloc]initWithFrame:bounds];二、设置属性[java] view plaincopyprint?webVi Read More
posted @ 2012-02-28 19:30 javawebsoa Views(226) Comments(0) Diggs(0)
Eclipse的功能就不用说,用过的都对它有所了解.可是你有没有注意到别人在输入代码时是一直都有代码提示呢?是不是感到有些郁闷,为什么我的不行的.下面我们就把自己的也设置成这样:1.打开Eclipse2.打开"选项"对话框(Windows->Preferences...) 3.依次打开"Java->Editor->Content Assist"在"Auto-Activation"t选项框中可以看到 Auto activation delay://表示自动提示时间,一般设置为40左右(默认的是200) Auto act Read More
posted @ 2012-02-28 18:50 javawebsoa Views(368) Comments(0) Diggs(0)
using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Drawing; public partial class Verify : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Random random = new Random(); ... Read More
posted @ 2012-02-28 10:39 javawebsoa Views(186) Comments(0) Diggs(0)