#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
KVM虚拟化技术生态环境介绍 http://xanpeng.github.io/wiki/virt/kvm-virtulization-echosystem-intro.html kvm和qemu/qemu-kvm的关系 qemu vs. qemu-kvm: 从qemu 1.3开始,kvm user...
分类:
其他好文 时间:
2014-07-07 14:36:04
阅读次数:
329
大家可以去我的Githup下载 https://github.com/simplyou/YJ-UIIView-/tree/master在设置尺寸的时候亲们有没有感觉很蛋疼啊,这里提供了一套分类,直接放进工程里,在PCH中包含头文件就能解决你蛋疼的问题;/**********************....
分类:
移动开发 时间:
2014-07-03 11:51:43
阅读次数:
352
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 下载 Sublime Text 2 http://www.sublimetext.com/2 下载Nodejs插件,下载ZIP包 https://github.com/tanepiper/SublimeText-Nodejs3 解压ZIP,重命名为Nodejs4 将Nodejs复制到C:\Use...
分类:
Windows程序 时间:
2014-06-30 20:53:39
阅读次数:
4835
Source Code for Unity3D Course Example Applications
https://github.com/edagarli/unity3d...
分类:
移动开发 时间:
2014-06-30 09:47:31
阅读次数:
227
用Swift语言重写Web Color这个类。
这次是用函数实现的,感觉也很简洁。目前(2014.6.28) Xcode 6的方法提示还不健全,就只实现了用颜色名字创建颜色的功能。
最新代码&相关资料下载地址:https://github.com/duzixi/WebColors-with-Swift (持续维护)
用法说明:
WebColor.swift文件导入工程,然后直接就可...
分类:
Web程序 时间:
2014-06-30 08:55:14
阅读次数:
239
21、git tag tagname:创建标签
22、git show tagname:查看标签信息。注意:标签不是按时间顺序列出,而是按字母排序的。
23、git tag -a tagname -m tagdesc:创建带说明的标签
24、git tag -d tagname:删除指定标签
25、git push origin tagname:推送某个标签到远程仓库
26、git push origin --tags:一次性推送全部尚未推送到远程的本地标签
27、git push origin...
分类:
其他好文 时间:
2014-06-29 23:40:56
阅读次数:
360
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