public class GuestResponse { [Required(ErrorMessage = "Please enter your name")] public string Name { get; set; } [Required(Er...
分类:
其他好文 时间:
2014-06-28 19:15:31
阅读次数:
327
来自:http://www.cnblogs.com/myluke/archive/2011/06/25/2090119.htmlspl_autoload_register (PHP 5 >= 5.1.2)spl_autoload_register — 注册__autoload()函数说明 bool ...
分类:
Web程序 时间:
2014-06-28 15:12:53
阅读次数:
197
static class SubFormExtensions{ internal static bool AttachTo(this Form subForm, Panel panel) { if (panel == null || subForm == null) ret...
分类:
其他好文 时间:
2014-06-28 12:24:57
阅读次数:
174
使用AnimateWindow制作淡入淡出效果的窗体命名空间:using System.Runtime.InteropServices;API函数:[DllImport("user32")]private static extern bool AnimateWindow(IntPtr whnd,in...
如何处理被NS_DEPRECATED_IOS标记的selector, 例如:类AVAudioSession中有:- (BOOL)setPreferredHardwareSampleRate:(double)sampleRate error:(NSError **)outError NS_DEPREC...
分类:
移动开发 时间:
2014-06-28 11:16:32
阅读次数:
376
http://blog.csdn.net/hczhiyue/article/details/6264115BitBlt和StretchBlt是CDC类位图操作函数,用于DDB的位图操作。BOOL BitBlt(HDC hdcDest,int nXDest,int nYDest,int nWidth,...
分类:
其他好文 时间:
2014-06-24 08:57:24
阅读次数:
377
iOS6的旋屏控制技巧在iOS5.1 和 之前的版本中, 我们通常利用shouldAutorotateToInterfaceOrientation:来单独控制某个UIViewController的旋屏方向支持,比如:-(BOOL)shouldAutorotateToInterfaceOrientat...
分类:
移动开发 时间:
2014-06-23 08:36:44
阅读次数:
445
真机运行远程推送dome,然后得到下面的device信息
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
// 注册远程推送,设置提示方式Alert:文本,Badge:角标,Sound:声音
[a...
分类:
移动开发 时间:
2014-06-21 20:27:32
阅读次数:
425
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[[UIWindow alloc] init...
分类:
其他好文 时间:
2014-06-20 18:23:14
阅读次数:
160
static BOOL flag=NO; dispatch_queue_t myQueue=dispatch_queue_create("identifier", NULL); dispatch_async(myQueue, ^{ for (int i=0; i<10; i++...
分类:
编程语言 时间:
2014-06-20 16:36:20
阅读次数:
195