在前一篇随笔中我曾分享如何[为Orchard特定主题添加独立代码文件](http://www.cnblogs.com/sunwangji/p/how-to-add-c-sharp-code-to-a-new-orchard-cms-theme.html),
今儿延续如何把对应代码应用到Views上。...
分类:
其他好文 时间:
2014-05-26 14:40:40
阅读次数:
383
Display.getDefault().syncExec(new Runnable() {
public void run() { pmtsStreamViewsAction.refreshPerspective( viewId, w); } ...
分类:
其他好文 时间:
2014-05-26 14:19:44
阅读次数:
249
1.static:静态的,不属于对象,属于全部类的属性。 public:成员变量。class
Person{ static $type="小孩"; public $name; public $pwd;}$p1=new
Person();$p1->name="zhangsan";$p1->pwd="1...
分类:
其他好文 时间:
2014-05-26 13:51:03
阅读次数:
286
JavaScript的Date对象有容错性,可将随意给定的日期的年月日自动生成正确的日期时间//JavaScript中Date对象容错性function
dateCheck(){ var date = new Date(); date.setDate(date.getDate()+13)...
分类:
编程语言 时间:
2014-05-26 13:31:03
阅读次数:
198
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
Virtualization Basics Virtualization is not a
new concept, but its complexity has been growing, and a number of new paradigms
are rising. I will try t...
分类:
其他好文 时间:
2014-05-26 12:08:01
阅读次数:
381
1、Intent intent = new
Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*");
intent.putExtra("crop", true); in...
分类:
其他好文 时间:
2014-05-26 12:00:15
阅读次数:
230
Eclipse->help->install new 。。。。
addname:phppath:http://download.eclipse.org/tools/pdt/updates/3.0/milestones/
分类:
Web程序 时间:
2014-05-26 11:23:19
阅读次数:
307
1) File>Import>General>Existing
Project into Workspace2) File>Import>Android>Existing Code into
Workspace
分类:
系统相关 时间:
2014-05-26 10:51:33
阅读次数:
280
import java.io.*; import java.io.*;class Main{
public static void main(String[] args) throws IOException{ // File path=new
File("e:\\liudan...
分类:
其他好文 时间:
2014-05-24 08:07:58
阅读次数:
195