官方网址:http://trimpath.com/project/wiki/JavaScriptTemplates
Trimpath JavaScript
是个轻量级的,基于JavaScript的,跨浏览器,采用APL/GPL开放源代码协议的,可以让你轻松进行基于模板编程方式的纯JS引擎。它有如下的...
分类:
编程语言 时间:
2014-05-26 15:53:10
阅读次数:
294
基本上最初的编程都会拿hello
world来说事,其实能简单的运行出它来,c的编程环境就慢慢熟悉起来了。1.现在已经基本没有纯粹的c编译环境了,都是用兼容c++的编译工具来编译c,所以创建的都是c++模板;2.在vs2008
中建立一个project(c代码)步骤:1.file——new--pro...
分类:
其他好文 时间:
2014-05-26 14:42:19
阅读次数:
203
如何创建dynamic web project项目本文的演示是从本地文件创建dynamic web
project,从svn检出的同时创建dynamic web
project于此类似。我们推荐使用解压版的tomcat6.x版本,来作为服务器。可以到http://tomcat.apache.org下...
分类:
Web程序 时间:
2014-05-26 12:17:57
阅读次数:
327
MyEclipse10下创建web项目并发布到Tomcat1、软件安装(不作详细描述)2、启动MyEclipse103、File-New-Project,选中Web
Project,点击Next(或者直接File-New-Web Project)4、在Web Project Details的Proj...
分类:
Web程序 时间:
2014-05-26 12:16:15
阅读次数:
298
本文是一篇在Myeclipse下构建Java
Web项目的初级教程。图文并茂,非常详细。所用的Myeclipse版本是7.5。第一步:新建Web
Project,如下图。第二步,在弹出的窗口填写下面内容。Project Name填写的内容是项目名称;J2EE Specification Level选...
分类:
编程语言 时间:
2014-05-26 12:15:11
阅读次数:
316
介绍一个list滑动时通过一个text提示Array首字母位置的应用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
其他好文 时间:
2014-05-23 00:58:42
阅读次数:
326
介绍一个多选list
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th...
分类:
其他好文 时间:
2014-05-23 00:52:57
阅读次数:
455
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他好文 时间:
2014-05-23 00:31:27
阅读次数:
352
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
其他好文 时间:
2014-05-23 00:30:50
阅读次数:
415
话不多少,直接上代码,思路还是挺简单的。
UIWebView *webView = [[UIWebView alloc]initWithFrame:self.view.frame];
// HTML文件来自Project
// 步骤:path - > url - > request with url - > loadRequest
NSStrin...
分类:
编程语言 时间:
2014-05-22 23:53:05
阅读次数:
442