摘要:
SELECT 表名 = case when a.colorder=1 then d.name else '' end, 表说明 = case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Data; 5 using System.IO; 6 using System.Net; 7 using S... 阅读全文
摘要:
注意:在vs2015中进行画板之间的导航的时候,使用CTRL+鼠标左键进行导航的设定。使用 NavigationController 进行 画板的链接。。。。使用 Storyboard Segue 实作 UIViewController 的切换 (实例)博客分类:Phone / IOS / Obje... 阅读全文
摘要:
Storyboard里面的几种Segue区别及视图的切换:push,modal,popover,replace和custom一、视图切换类型介绍在storyboard中,segue有几种不同的类型,在iphone和ipad的开发中,segue的类型是不同的。在iphone中,segue有:push,... 阅读全文
摘要:
ViewControllerViewController是IOS开发中MVC模式中的C,ViewController是view的controller,ViewController的职责主要包括管理内部各个view的加载显示和卸载,同时负责与其他ViewController的通信和协调。在IOS中,有... 阅读全文
摘要:
iOS的应用程序的生命周期,还有程序是运行在前台还是后台,应用程序各个状态的变换,这些对于开发者来说都是很重要的。 iOS系统的资源是有限的,应用程序在前台和在后台的状态是不一样的。在后台时,程序会受到系统的很多限制,这样可以提高电池的使用和用户体验。//开发app,我们要遵循apple公司的一些指... 阅读全文
摘要:
地址:http://caniuse.com/#feat=cors 阅读全文
摘要:
文件所在目录C:\Users\admin\Documents\IISExpress\config或者C:\Program Files\IIS Express\AppServer\//加载语言文件//iis 需要注册以下文档//appcmd set config /section:staticCont... 阅读全文
摘要:
******************没用Mac 的机子,也只能靠虚拟机了**********1 安装VMware 10 从网上下载即可2 下载MAC OS 10.9.5的安装镜像,网上有很多,最好使用懒人安装版 (.sdr文件)3 下载VMware 对 MAC OS 的解锁工具 unlock-a... 阅读全文