Activity的加载模式是在清单文件AndroidManifest.xml文件中进行设置<activityandroid:name="...."android:label="@string/app_name"android:launchMode="singleTask"(Activity的加载模式)android:theme="@android:style/Theme.Light.NoTitleBar"></activity>1、sta..
分类:
其他好文 时间:
2014-08-07 07:26:09
阅读次数:
1065
如博文标题,根据某些条件对GridView控件中,对符合条件的值画上删除线效果。实现这些要求,只人捕获到哪些符合要求的数据即可。GridView控件是在TemplateField模版显示数据,Insus.NET并没有使用任一控件,如label或literal等控件来呈现数据。稍后在写OnRowDat...
分类:
其他好文 时间:
2014-08-06 17:23:31
阅读次数:
202
nsobject--uiresponder--uiviewuiresponder类定义了一些操作uiview有三个属性: frame, bounds, centercenter用于改变控件位置, bounds 用于改变控件大小UILabel控件:类似于c#的label。CGRect frame = ...
分类:
其他好文 时间:
2014-08-06 14:16:01
阅读次数:
196
.detail_row?{
????overflow?:hidden;
????font-size?:12px;
}
.detail_col_one,?.detail_col_two,?.detail_col_three,?.detail_col_four,.one-row-label,?.one-row-content?{
????margin-bo...
分类:
其他好文 时间:
2014-08-06 02:06:20
阅读次数:
1254
设置cell高度- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NoticeMessage* msg = [arrayNoticeMessage obje....
分类:
移动开发 时间:
2014-08-05 13:25:09
阅读次数:
240
在开机时,系统会启动PhoneApp类,那是因为在AndroidManifest.xml文件中配置了
<application
android:name="PhoneApp"
android:icon="@drawable/ic_launcher_phone"
android:label="@string/phoneAppLabel"...
分类:
移动开发 时间:
2014-08-05 11:17:49
阅读次数:
250
在GridView中,我们 有时候要绑定值。前台绑定的代码可以这样 ' DataTextField="Name" DataValueField="ID" runat="ser...
分类:
其他好文 时间:
2014-08-04 21:14:07
阅读次数:
187
随机预装Win8的电脑,磁盘为GPT格式的,如果需要安装Win7等早期版本系统,需要转换为MBR格式的,使用Diskpart命令即可完成转换。 操作步骤: 注意:转换磁盘格式需要清空磁盘中的所有分区和数据,在操作前,请保存好磁盘中所有重要数据。 1.使用Win7光盘或者U盘引导,进入系统安装界...
#-*-coding:utf-8-*-#python:2.x__author__='Administrator'fromdecimalimport*fromPyQt4.QtGuiimport*fromPyQt4.Qtimport*fromPyQt4.QtCoreimport*frompngsimpo...
分类:
其他好文 时间:
2014-08-03 20:24:36
阅读次数:
931
BUG:打开下载菜单,标题栏瞬间显示"文档";
把AndroidManifast.xml里
android:label="@string/app_label"
android:supportsRtl="true">
中的 android:label="@string/app_label" 去掉了,全编后下载到手机里,再进下载,此时actionbar会先显示一下document...
分类:
其他好文 时间:
2014-08-03 10:20:55
阅读次数:
150