码迷,mamicode.com
首页 >  
搜索关键字:clean the working    ( 4168个结果
接口3
抽奖 领取奖项 0 && $_clean['prizeId'] > 0 ) { $_info['state'] = 0; $_info['info'] = ''; mysql_query("BEGIN"); $flag=0; ...
分类:其他好文   时间:2014-10-20 21:01:14    阅读次数:186
Creating Apps With Material Design —— Working with Drawables
在可绘制了以下功能帮助您实现材料设计你的应用程序:     可绘制着色     突出的颜色提取     矢量可绘 这一课将告诉您如何使用您的应用程序这些功能。 色调绘制对象资源 采用Android5.0(API等级21)以上,则可以着色定义为透明遮罩位图和九补丁。您可以调整它们的色彩资源或主题属性,以便于解决颜色资源(例如,机器人:ATTR/ colorPrimary)。通常情况下,您将创建这些资...
分类:移动开发   时间:2014-10-20 17:25:27    阅读次数:225
接口2
搜索 3 && $_clean['type'] View Code提交评论 0 && strlen($_clean['phone']) != 11 && $_clean['title'] != '' && $_clean['comments'] != '' ) { $_info['st...
分类:其他好文   时间:2014-10-20 14:46:27    阅读次数:226
git remove cache
若在提交.gitignore之前,不小心提交了无用的文件入repo,可以用以下命令在repo中去除这些文件git rm -r --cached git add .git commit -m '.gitignore is now working'源地址:http://stackoverflow.com...
分类:系统相关   时间:2014-10-20 11:39:33    阅读次数:204
svn 创建本地仓库
1. svnadmin create ~/repository2. svnserve -d -r ~/repository3. svn checkout file://~/repository $WORKING_DIR4. cd $WORKING_DIR5. svn add your files t...
分类:其他好文   时间:2014-10-20 09:58:45    阅读次数:198
Currency Exchange(最短路_Beelman_Ford)
Currency Exchange Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 20482   Accepted: 7352 Description Several currency exchange points are working in our city. ...
分类:其他好文   时间:2014-10-19 14:23:32    阅读次数:364
POJ 1860 Currency Exchange(最短路)
Currency Exchange Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 20482   Accepted: 7352 Description Several currency exchange points are working in our city...
分类:其他好文   时间:2014-10-19 14:21:07    阅读次数:245
eclipse 代码清理 代码格式化 代码凝视
Code Style包含两个方面:代码清理,代码规范化。代码清理能够參考:http://www.ibm.com/developerworks/cn/opensource/os-eclipse-clean/http://jiajun.iteye.com/blog/287803代码清理过程:进入ecli...
分类:系统相关   时间:2014-10-19 14:11:08    阅读次数:259
android程序名改不了
============问题描述============ 我想把app的程序名改为222222222222,可是它在桌面显示的总是其中的activity的名称11111,不过在应用程序列表里显示的是222222222222,我把app卸载了重装,clean也试过了,eclipse和虚拟机也重启过了,...
分类:移动开发   时间:2014-10-18 23:36:15    阅读次数:215
AndroidMainFest.xml file missing!
今天在导入项目的时候出现了这样的错误: 只需要一步 就搞定: projecct --->  clean  重新编译一下即可搞定了。...
分类:移动开发   时间:2014-10-17 22:02:19    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!