1.publish2.update print_lolPS:for Step 1.write the code in to a py file. put the py file into a folder named nester. new a py file named 'setup' and t...
分类:
编程语言 时间:
2014-09-09 10:44:28
阅读次数:
309
intrectX,rectY;intrectSize=90;colorrectColor;colorbaseColor;booleanrectOver=false;voidsetup(){size(640,360);rectColor=color(0);baseColor=color(102);rectX=width/2-rectSize/2;rectY=height/2-rectSize/2;}voiddraw(){update(mouseX,mouseY);noStroke();if(rectOver){..
分类:
移动开发 时间:
2014-09-08 11:00:17
阅读次数:
697
最终效果如图:
cocos2d V3 只要实现了- (void)update:(CCTime)delta方法,
就会自动调用它,无需手动调用
foreach 或者说for in遍历的时侯,不能增删成员
封装的 子弹类,继承自CCSprite
//
// Bullet.h
// 31_cocos2D入门
//
// Created by beyon...
分类:
移动开发 时间:
2014-09-07 23:50:56
阅读次数:
457
Data Object(class) impliment INotifyPropertyChanged; then the Object can update BindingSource.Implimentation public abstract class NotifyProperyChan.....
分类:
其他好文 时间:
2014-09-07 22:23:45
阅读次数:
275
对象①锁:每条SQL语句②隔离:事务锁①并发问题丢失更新未确认的读取(脏读)不一致的分析(非重复读):多次读取相同的数据(行)不一致(其他用户更改update)幻像读:多次读取有不存在和新增的数据(其他用户插入insert或删除delete)隔离级别隔离级别脏读不可重复读取幻像说明未提交读(read...
分类:
数据库 时间:
2014-09-07 22:20:55
阅读次数:
376
要出差了,于是把抽屉里的老Kindle Touch拿出来想升个级,baidu说多看费电,果断卸了用原生。但是原生里面升级选项“update your kindle”是灰色的,没法点,怎么办?试了半天,发现了解决方法,不敢独享,特贴如下:1、按购物车进入网上商店(必须联网,最好是WIFI)2、等sho...
分类:
其他好文 时间:
2014-09-07 22:18:25
阅读次数:
249
1.Add the PPA:$ sudo add-apt-repository ppa:webupd8team/java2.Update the repo index:$ sudo apt-get update3.install jdk:Install Java 8$ sudo apt-get in...
分类:
其他好文 时间:
2014-09-07 12:11:15
阅读次数:
199
1 public class DoubleClick : MonoBehaviour 2 { 3 float timelost = 0; 4 void Update() 5 { 6 if (Input.GetKeyDown(KeyCode.D)) 7 ...
分类:
其他好文 时间:
2014-09-07 10:57:24
阅读次数:
183
背景:
原本在学校跟随导师做项目的时候,就一直在使用版本管理,主要是用来记录项目的修改,项目成员之间的沟通和交流。使用的服务端是Visual SVN,客户端是TortoiseSVN,常用的TortoiseSVN指令也仅限于SVN Update和SVN Commit,前者用来从服务器更新,以期望查看其他同学的修改,后者用来将自己的修改提交到服务器,使得团队共享修改。...
分类:
其他好文 时间:
2014-09-07 07:39:04
阅读次数:
296
This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 12.0.0.v201106281929-138431. Please update ADT to the ...
分类:
移动开发 时间:
2014-09-06 23:45:54
阅读次数:
369