Error info:Gen already exists but is not a source folder.Workaround-1:1. Right click project, and select "Properties"2. Select "Java Build Path"3. Ope...
分类:
其他好文 时间:
2014-07-09 19:29:27
阅读次数:
182
Partial Class,部分类 或者分布类。顾名思义,就是将一个类分成多个部分。比如说:一个类中有3个方法,在VS 2005将该类中3个方法分别存放在3个不同的.cs文件中。这样做的好处:1、一个大型的项目类可以同时分成不同的区块交由不同的程序员拽写,同时进行。2、若由系统自动产生的source...
分类:
其他好文 时间:
2014-07-09 19:17:59
阅读次数:
195
程序的本质是数据加算法。数据会在存储、逻辑和展示三个层面沟通,在WPF中,展示层和逻辑层的沟通就使用Data Bingding来实现。 Binding即“绑定”,如果把Bingding比作数据的桥梁,那么它的两端分别是Binding的源(Source)和目标(Target)。一般情况下,Bindin...
分类:
其他好文 时间:
2014-07-09 19:01:55
阅读次数:
213
1、项目名点击右键2、选择Build Path ------>Configure Build Path...3、选择Source ----->Default output folder选择部署路径
分类:
系统相关 时间:
2014-07-09 17:46:01
阅读次数:
265
Introduction to RedisRedis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys ca...
分类:
其他好文 时间:
2014-07-09 15:35:56
阅读次数:
211
周六去魔都看邓紫棋演唱会,各位看官可能要问,杭州不是也有嚒,为嘛去魔都…..因为po主是逗比哈哈(~ ̄▽ ̄~)
早上睡到自然醒,然后开始做午饭,吃完躺沙发上看电视,看到一点多觉得应该要出发了(演唱会7:30开始,逗比的po主看成了7点= =),于是决定2点出发,到了火车站再买票。上了出租之后,联想起上周末zpp童鞋的悲惨订票遭遇,决定还是看一下车票情况,结果一看就SB了….尼玛!!居然只有五...
分类:
其他好文 时间:
2014-07-09 11:54:37
阅读次数:
302
#import "CoolSegue.h"
@implementation CoolSegue
-(void)perform
{
UIViewController* source = self.sourceViewController;
UIViewController* destination = self.destinationViewController;...
分类:
移动开发 时间:
2014-07-08 21:12:14
阅读次数:
207
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集28——Extending
QML - Signal Support Example
我们经常会在QML代码中使用Animation和bindings,以使得我们的程序具有更好的动态性能。那么,类似Numbe...
分类:
其他好文 时间:
2014-07-08 16:52:25
阅读次数:
243
因为每个月都要升级两台gitlab server, ruby安装的源老是被墙,痛苦无比。所以需要使用国内的镜像在/home/git/gitlab/Gemfile文件中第一行修改为:# source "http://rubygems.org"
source "http://ruby.sdutlinux.org" 特此记录。...
分类:
其他好文 时间:
2014-07-08 16:39:27
阅读次数:
209
系统及软件版本:RHEL6.4IntelClusterStudioXE2013.1步骤:1、安装IntelClusterStudioXE2013.12、安装软件组Developmenttools,命令:yumgroupinstall"Developmenttools"-y3、设置Intel环境变量,命令如下:source/opt/intel/bin/compilervars.shintel64source/opt/intel/impi/..
分类:
其他好文 时间:
2014-07-08 08:24:34
阅读次数:
743