- 博客(7)
- 收藏
- 关注
关于项目管理上的几个问题(越级管理和开发风格)
关于项目管理上的几个问题1.关于越级管理的问题比如你是一个项目组长,你上面还有一个开发组主管,如果你的主管总是不经过你指挥你的组员的话(是指挥组员做你们项目相关的工作,非其它与相目无关的工作),你会不会觉得会导致你的工作变的混乱?2.关于技术管理者喜欢让你们按他的习惯或风格来开发项目的问题如果你上面直接管理者总是喜欢你们按他的风格来开发项目,会不会觉得很郁闷?而事实...
2011-04-26 15:58:08
237
Launcher中取得桌面所有图标的左上角坐标
[code="java"]/** * 取得所有桌面图标的左上角坐标值 * @ author: 叶里的猫 *@return 返回坐标数组 */ public int [][] getAllChildCoordinate(){ int size = this.getChildCount() ; int ...
2011-02-17 11:49:08
217
原创 android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE
String android.content.Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE"Broadcast Action: Resources for a set of packages are currently un...
2011-01-13 20:21:00
10835
原创 android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE
String android.content.Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE = "android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE"Broadcast Action: Resources for a set of packages (which were previous...
2011-01-13 20:15:34
25114
原创 android.intent.action.PACKAGE_CHANGED
String android.content.Intent.ACTION_PACKAGE_CHANGED = "android.intent.action.PACKAGE_CHANGED"Broadcast Action: An existing application package has been changed (e.g. a component has been enabled ...
2011-01-13 19:55:48
1944
原创 android.intent.action.PACKAGE_REMOVED
String android.content.Intent.ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"Broadcast Action: An existing application package has been removed from the device. The data contains ...
2011-01-13 19:45:36
2262
原创 android.intent.action.PACKAGE_ADDED
String android.content.Intent.ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"Broadcast Action: A new application package has been installed on the device. The data contains the name o...
2011-01-13 19:41:00
5546
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人