#Region Project Attributes #ApplicationLabel: SortByDateFileTest #VersionCode: 20140627 #VersionName: 'SupportedOrientations possible values: unsp...
分类:
移动开发 时间:
2014-07-16 23:11:55
阅读次数:
320
//IOS7.0中利用- (CGRect)boundingRectWithSize:(CGSize)size options:(NSStringDrawingOptions)options attributes:(NSDictionary *)attributes context:(NSString...
分类:
移动开发 时间:
2014-07-13 11:31:16
阅读次数:
209
部分IE游览器下无法通过getAttribute取值? alert(form.getAttribute('name')); IE6、7中错误 alert(form.getAttributeNode('name').nodeValue);看看jQ的解决方案能力判断 support.attributes...
分类:
其他好文 时间:
2014-07-12 13:43:36
阅读次数:
182
在“修改”时,出现这个问题,后台点击修改时,应该是文本框出现一些初始值 BLL.manager bll = new BLL.manager(); Model.manager model = bll.GetModel(_id); ddlRoleId.Sele...
分类:
其他好文 时间:
2014-07-07 14:15:55
阅读次数:
342
TestCaseAttribute (NUnit 2.5) TestCase特性有两个效果,包括标记一个方法使用参数并且在调用的时候提供内置数据。示例如下,本示例会使用不同数据集执行3次: [TestCase(12,3,4)][TestCase(12,2,6)][TestCase(12,4,3).....
分类:
其他好文 时间:
2014-07-07 08:36:53
阅读次数:
172
iOS7 中的UIViewControllers设置了automaticallyAdjustsScrollViewInsets。如果是YES,scrollview会根据status bar, navigation bar以及tool bar或者tab bar的高度自动调整。可以通过在storyboard的右侧进行设置,在Attributes Inspector中,不勾选“Adjust Scroll...
分类:
移动开发 时间:
2014-07-04 08:00:39
阅读次数:
539
http://stackoverflow.com/questions/6625667/jquery-click-get-value-of-attributes-of-a-href/* Add a listner to Group buttons */ $('a.preActNav').clic...
分类:
Web程序 时间:
2014-07-02 20:22:43
阅读次数:
302
C++ API CreateMutex找出当前系统是否已经存在指定进程的实例。如果没有则创建一个互斥体。CreateMutex()函数可用来创建一个有名或无名的互斥量对象。HANDLE CreateMutex( LPSECURITY_ATTRIBUTES lpMutexAttributes, /.....
分类:
其他好文 时间:
2014-06-27 21:34:58
阅读次数:
292
#Region Project Attributes #ApplicationLabel: ProgressBarTest #VersionCode: 20140626 #VersionName: 'SupportedOrientations possible values: unspecif...
分类:
移动开发 时间:
2014-06-27 18:22:43
阅读次数:
694
#Region Project Attributes #ApplicationLabel: ListViewTest #VersionCode: 20140625 #VersionName: 'SupportedOrientations possible values: unspecified...
分类:
移动开发 时间:
2014-06-26 15:29:31
阅读次数:
419