- 浏览: 339046 次
- 性别:
- 来自: 武汉
最新评论
-
leslie89757:
[img][img][img][img][img][img][ ...
CocoaPods 安装使用 -
hanmeizhi:
very useful to me. Thanks
Dismissing MPMoviePlayerViewController the right way -
luzj:
这个考虑不周全, 在iOS5的键盘高度就不是这个值了,这样写死 ...
UITextView: move view when keyboard appears -
xjg19870111:
不错。
objective-c NSString 常用操作 -
juedui0769:
现在已经不行了!
android源码下载
文章列表
1. 下载ZBarSDK 添加到工程
2. 添加需要的framework
3. #import "ZBarSDK.h" 添加协议 ZBarReaderDelegate
4.
ZBarReaderViewController *reader = [ZBarReaderViewController new];
reader.readerDelegate = self;
ZBarImageScanner *scanner = reader.scanner;
[scanner setSymbology ...
jbpm4.x 启动流程提交首节点任务注意事项
- 博客分类:
- java
在流程启动获得流程实例ID后,一般根据流程实例ID找到首节点任务会比较准确,并且最好同时根据首节点任务名称这两个条件获得任务,并且是返回唯一记录。
还有一些做法是通过查找任务接口获得findPersonalTasks,我个人觉得那样不是很准确,好像当申请人在审批的时候,同时有被回退修改的任务时会有点冲突。而且个人不太喜欢用taskList.get(0);这种方式去获得一个任务。最好要任务查询接口中的返回唯一记录接口。熟悉Hibernate的朋友应该不会陌生这个方法uniqueResult()。
附程序参考:
Task task = null;
TaskQuery taskQue ...
1. iphone/ipad 禁止系统自动休眠
//禁止自动休眠可以通过这一句话搞定:
[UIApplication sharedApplication].idleTimerDisabled=YES;
//当然一定要慎用,记着退出程序时把自动休眠功能开启
UIApplication sharedApplication].idleTimerDisabled=NO;
2. 精灵碰撞检测
CGRect projectileRect = CGRectMake(projectile.position.x , projectile.position.y , projectile.conte ...
1、JDK的选用
weblogic9.2版本所使用的jdk为jdk150_12,如果项目中使用jdk1.6的话,就只能访问到http://localhost:7001/console
而进入项目后会报Error 404或500错误,而项目本身在tomcat或其他应用服务器是没有问题的。
这时就需要将weblogic9.2所使用的jdk与IDE工具安装的jdk统一为1.5的,也可以使用weblogic自带的jdk。
2、autodeploy
1) 要先启动服务,在部署项目,自动部署才会起效。
2) 自动部署的项目删除后,再重新部署部署不成功,报访问null错误,且在console中无法删除自动部署 ...
weblogic9.2与jstl兼容问题
- 博客分类:
- java
weblogic9.2与jstl兼容问题
在weblogic.xml加入
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
即可
Weblogic9.2 不支持用 MyEclipse 自动生成2.5版本的web.xml,如下:
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.s ...
JBPM4.4 开发环境配置
- 博客分类:
- JBPM
1. 创建一个ORACLE数据库,使用“D:\jbpm-4.4\install\src\db\create”目录下的“jbpm.oracle.create.sql”创建数据库表
2. 新建工程,新建USER LABRARY,将jbpm.jar和lib下的所有jar添加到用户库中
3. 添加JPBM必须配置文件,进入D:\jbpm-4.4\examples\src 将该目录下所有配置文件拷贝到项目src下
删除windows本地服务
- 博客分类:
- java
如果软件卸载不干净,某些软件可能会在注册表里留有服务信息,这些服务会随系统启动而启动,可以通过以下方法彻底删除Windows 7多余的服务:打开注册表编辑器,定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services,Services下有很多以服务名称命名的子项,根据需要删除即可。友情提示:删除前强烈建议做好备份,以防万一,删除后一定要重启。
For all those who learn Objective C with GNUstep…
Mostly you will learn using For-Each statement , for manipulating NSMutableArray.
But with GNUstep, it is not possible.
The for each statement looks like this,
1 for(NSObject *st in myMutableArrayObject) {
2 NSLog(@"%@",[st myMethod ...
大多数时候我们使用uiimage时候用
[UIImage imageNamed:@"xxxx.png"];
但是这样会创建一个自动释放池,一般用路径来初始化uiimage
UIImage *image=[[UIImage alloc] initWithContentsOfFile:[[[NSBundle mainBundle] bundlePath] stringByAppendingPathComponent:@"xxx.png"]];
UIImageView *imageView = [[UIImageView alloc] initWith ...
There have been numerous times when I have HATED Interface Builder. It can be a pain to launch when all you want to change to change is 1 little thing in an NIB. It can be extremely slow. If you change 1 thing you have the risk to have to reconnect all Outlets and Actions and there have been times wh ...
回滚段表空间文件损坏修复记录
- 博客分类:
- java
1. 回滚段状态为:“needs recovery(需要恢复)”;
2. 回滚段表空间脱机,数据文件脱机
3. 删除回滚段表空间提示“ORA-01548: active rollback segment 'RBS_01' found, terminate dropping”不能删除
4. alter rollback segment RBS_01 offline;
提示:“ORA-01598: rollback segment 'RBS_01' is not online”
5. 删除回滚段,提示“回滚段不可用”
处理办法:
①、创建pfile并使用pfile启动数据库
1. create pf ...
http://forums.toucharcade.com
自己译的,不是很准确,请先浏览原本版规!
论坛规则:
论坛主要用于讨论iphone和ipod touch游戏,其他任何事情都是次要的,那么请将这个话题放在首位
不要引起麻烦
不要增加斑竹的工作量
不要发垃圾信息
理性发表言论
具体规则:
不要在本站发布关于你的网站/博客/播客/youtube频道的广告。(签名链接可以接受), Self promotion is strictly prohibited.
欢迎开发者发布应用声明,但是请标识你自己为开发者
只允许开发人员发布推广码
不要乞求推广码或者beta版测试
不要侮辱他人-如果你 ...
DanC posted a great read (PDF) on how interaction designers might benefit from studying game design.
A brief sample, the Levels pattern:
Levels (aka contexts for mediated learning)
This is the very first screen of Super Mario Bros. It demonstrates the use of a simple constrained environment that l ...
虚线:
CGContextSetStrokeColorWithColor(myContext, [UIColor blackColor].CGColor);
CGContextSetLineDash (myContext,phase,lengths,2);
CGContextClosePath(myContext);
CGContextStrokePath(myContext);
切线:
An arc may be drawn by specifying two tangent points and a radius using the CGContextAddArcToPoint() ...