上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 68 下一页
摘要: 阅读全文
posted @ 2015-10-20 09:37 特洛伊-Micro 阅读(250) 评论(0) 推荐(0)
摘要: Unit TestsSteve Dower edited this pageon 14 Jul·3 revisionsPages38HomeAzure Remote DebuggingAzureSDKBottle and Azure Table Storage on AzureBottle and ... 阅读全文
posted @ 2015-10-19 18:08 特洛伊-Micro 阅读(508) 评论(0) 推荐(0)
摘要: 下载地址:http://pan.baidu.com/s/1dDAZJxvSharpDevelop 3.1 now supports converting C# and VB.NET code to IronPython. It can convert a single file or an enti... 阅读全文
posted @ 2015-10-19 17:54 特洛伊-Micro 阅读(5220) 评论(1) 推荐(0)
摘要: VMware Network Adapter VMnet1和VMnet8 被防火墙认定为未识别的网络,阻隔,无法使用端口映射,虚拟机的80端口无法传入,数据包只能出不能入。且公用网络被限制不能修改为家庭或工作网络。解决办法:1,进入注册表[HKEY_LOCAL_MACHINE\SYSTEM\Curr... 阅读全文
posted @ 2015-10-19 13:17 特洛伊-Micro 阅读(2750) 评论(1) 推荐(0)
摘要: Who is locking my SQL database?|Deploy a database project with TFS BuildVisual Studio 2012 running slow1 CommentThree months in and my Visual Studio 2... 阅读全文
posted @ 2015-10-18 12:29 特洛伊-Micro 阅读(482) 评论(0) 推荐(0)
摘要: SELECT 表名 = case when a.colorder=1 then d.name else '' end, 表说明 = case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号... 阅读全文
posted @ 2015-10-13 11:02 特洛伊-Micro 阅读(347) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2015-10-08 10:15 特洛伊-Micro 阅读(1041) 评论(0) 推荐(0)
摘要: 注意:在vs2015中进行画板之间的导航的时候,使用CTRL+鼠标左键进行导航的设定。使用 NavigationController 进行 画板的链接。。。。使用 Storyboard Segue 实作 UIViewController 的切换 (实例)博客分类:Phone / IOS / Obje... 阅读全文
posted @ 2015-09-19 22:49 特洛伊-Micro 阅读(473) 评论(0) 推荐(0)
摘要: Storyboard里面的几种Segue区别及视图的切换:push,modal,popover,replace和custom一、视图切换类型介绍在storyboard中,segue有几种不同的类型,在iphone和ipad的开发中,segue的类型是不同的。在iphone中,segue有:push,... 阅读全文
posted @ 2015-09-19 22:43 特洛伊-Micro 阅读(388) 评论(0) 推荐(0)
摘要: ViewControllerViewController是IOS开发中MVC模式中的C,ViewController是view的controller,ViewController的职责主要包括管理内部各个view的加载显示和卸载,同时负责与其他ViewController的通信和协调。在IOS中,有... 阅读全文
posted @ 2015-09-19 16:19 特洛伊-Micro 阅读(461) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 68 下一页