微软近期Open的职位:SENIOR DEV LEADDiscovery & Collaboration team is responsible for Application Marketplace Services, Collaboration Consulting, Discovery Ser...
分类:
其他好文 时间:
2014-07-07 22:06:10
阅读次数:
260
原文:MVC应用程序使用Wcf Service前一篇Insus.NET有演示过MVC应用程序使用Web Service, 此篇Insus.NET想继续演示Service,不过是WCF Service。两者实施起来,多少有些不一样。在Services目录下,创建一个Calculator.svc 服务。...
分类:
Web程序 时间:
2014-07-07 21:23:16
阅读次数:
276
原文:MVC应用程序使用Web Services(asmx)这次,我们练习MVC应用程序中,应用web service。先在MVC应用程序中创建一个目录Services,将用来存储Service.asmx。这个Service的方法,可以参考这个《自定义MVC的Helper扩展方法》http://ww...
分类:
Web程序 时间:
2014-07-07 21:02:00
阅读次数:
247
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
GDB: The GNU Project Debuggerhttp://www.gnu.org/software/gdb/Download from: ftp://sourceware.org/pub/gdb/releases/Build:PC side:cd /opt/crosstool/src/...
分类:
移动开发 时间:
2014-07-07 14:40:40
阅读次数:
225
源自《Linux 运维之道》丁一明编著 一书的总结Rsync(remote sync)是UNIX平台下一款神奇的数据镜像备份软件。根据数据的变化进行差异备份,从而减少流量,提高工作效率。Rsync使用TCP873端口。在服务器端:[root@localhost /]# mkdir /rsyncFil...
分类:
其他好文 时间:
2014-07-03 11:42:00
阅读次数:
252
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
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