MVC本来是存在于Desktop程序中的,M是指数据模型,V是指用户界面,C则是控制器。使用MVC的目的是将M和V的实现代码分离,从而使同一个程序可以使用不同的表现形式。比如一批统计数据你可以分别用柱状图、饼图来表示。C存在的目的则是确保M和V的同步,一旦M改变,V应该同步更新。模型-视图-控制器(...
分类:
编程语言 时间:
2014-07-10 13:32:35
阅读次数:
319
data <- read.csv("//Users//tangjingxiao//Desktop//2.csv",header=T,sep="\t",encoding="utf-8")datafix(data)View(data)newdata <- t(data)view(newdata)View...
分类:
其他好文 时间:
2014-07-07 19:35:07
阅读次数:
208
#rshape2#活动代码 城市#1 上海#1 广州#1 深圳#2 上海#2 北京#2 台湾#3 上海#3 江西#4 沈阳#4 广州data <- read.csv("C:\\Users\\Jennifer\\Desktop\\11.cs...
分类:
其他好文 时间:
2014-07-07 18:57:39
阅读次数:
162
1.导入证书到jdk里keytool -import -alias 证书名称 -file 证书地址 -keystore 导入位置例:keytool -import -alias co3 -file C:\Users\Administrator\Desktop\1\co3_sso.cer -keyst...
分类:
其他好文 时间:
2014-07-03 11:32:15
阅读次数:
190
datax <- read.csv("C:\\Users\\Jennifer\\Desktop\\place.csv",header=T,sep="\t")datay <- read.csv("C:\\Users\\Jennifer\\Desktop\\price.csv",header=T,sep...
分类:
其他好文 时间:
2014-07-03 11:23:12
阅读次数:
173
原文链接: Spring with Maven原文日期: 2013年04月17日翻译日期: 2014年06月29日翻译人员: 铁锚1. 概述本教程向您展示如何通过 Maven 管理 Spring 的依赖关系.最新的Spring版本可以在 Maven Central仓库 中找到. 也可以访问 mvnrepository:org.springframework.2. 使用Maven管理基本的Spri...
分类:
编程语言 时间:
2014-06-30 10:20:22
阅读次数:
211
原文链接: Spring Security with Maven原文日期: 2013年04月24日翻译日期: 2014年06月29日翻译人员: 铁锚1. 概述本文通过实例为您介绍如何使用 Maven 管理 Spring Security 和 Spring 的依赖关系.最新的Spring Security发布版本可以在 Maven Central仓库 中找到. 译者建议参照 MVNRespotory...
分类:
编程语言 时间:
2014-06-30 00:01:27
阅读次数:
254
1、解压
# tar jxvf busybox-1.21.1.tar.bz2
2、配置
# cd busybox-1.21.1
# make menuconfig
Busybox Settings --->
General Configuration --->
[ ] Enable options for full-blown desktop system...
分类:
其他好文 时间:
2014-06-29 22:21:57
阅读次数:
332
亲测通过1.安装相关的包:apt-getupdateapt-getinstallubuntu-desktopapt-getinstallvnc4serverapt-getinstallx-window-system-coreapt-getinstallgdmapt-getinstallgnome-panel2.设置vncserverVncpasswd以root身份chmod+x/etc/X11/xinit/xinitrcVi/root/.vnc/xstartup#!/bin/sh..
分类:
其他好文 时间:
2014-06-28 00:21:30
阅读次数:
473
最近用户有个需求:需要单个DesktopStudio作为客户端连接到不同的CitrixController,研究了下问题很容易实现:需要通过手动打开MMC来加载CitrixStudioSnap-in,这时候即可弹出配置连接controller地址的选项,如下图:2.通过相同的方法可以添加不同的site,这里我添加了2个,如下图..
分类:
其他好文 时间:
2014-06-28 00:04:59
阅读次数:
334