码迷,mamicode.com
首页 >  
搜索关键字:result source    ( 27559个结果
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 22:15:03    阅读次数:357
gen already exists but is not a source folder. Convert to a source folder or rename it.
异常提示:gen already exists but is not a source folder. Convert to a source folder or rename it.错误原因:我在导入以前的项目的时候出现了这个异常,原因是.classpath文件(这个文件在eclipse中是看不到...
分类:其他好文   时间:2014-05-19 21:43:51    阅读次数:303
bzoj 2631 LCT
/************************************************************** Problem: 2631 User: wangyucheng Language: C++ Result: Accepted Time:184...
分类:其他好文   时间:2014-05-19 11:27:24    阅读次数:320
C#执行cmd命令
1 public class Console : IRun 2 { 3 public Console(){ 4 this.TimeOut = 3000; 5 } 6 public string Result 7 ...
分类:其他好文   时间:2014-05-19 10:54:35    阅读次数:202
startActivityForResult()的一些问题
1.用startActivityForResult() 启动一个singleTask任务时,系统是会立即返回结果的,onActivityResult()会收到RESULT_CANCELED,所以不要用此函数启动一个加载模式为singleTask的activity。因为当用户按下键盘上的Back键时,...
分类:其他好文   时间:2014-05-17 14:41:14    阅读次数:317
【蓝桥杯】经典的八皇后问题
import java.util.ArrayList; import java.util.List; class Test8Queens3 { public static StringBuffer result = new StringBuffer(); public static List list = new ArrayList(); public static int...
分类:其他好文   时间:2014-05-16 02:53:39    阅读次数:332
unity3d关于怎样动态改变物体 shader
material=newMaterial(Shader.Find("Custom/Alpha"));material.SetFloat("_Shininess",materialAlpha);voidOnRenderImage(RenderTexturesource,RenderTexturedestination){Graphics.Blit(source,destination,material);}
分类:其他好文   时间:2014-05-16 02:28:04    阅读次数:572
action里设置session
UserDao userDao = new UserDao();User u = userDao.login(user); // 调用登录方法。result = new HashMap();if(u != null){ result.put("result", true); ServletActi....
分类:其他好文   时间:2014-05-16 00:15:00    阅读次数:331
ubuntu12.04上搭建darwin streaming server6.03
1:下载darwin源代码DarwinStreamingSrvr6.0.3-Source.tar,补丁patch dss-6.0.3.patch$wgethttp://dss.macosforge.org/downloads/DarwinStreamingSrvr6.0.3-Source.tar$w...
分类:Windows程序   时间:2014-05-15 22:34:00    阅读次数:580
2004-view-animation-shake
介绍EditText颤抖的动画效果 Animation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except...
分类:其他好文   时间:2014-05-15 18:12:00    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!