摘要: 在2010年之前,我都是用Blend创建动画,添加触发器实现自动动画,后来写成代码创建的方式。如今Blend已经集成到Visual Studio安装镜像中了,最新的VS2015安装,Blend的操作界面已经十分接近VS,难怪有人吐槽Win10 Insider Preview(10025之前版本)的图... 阅读全文
posted @ 2015-05-28 10:15 Bob-wei 阅读(417) 评论(0) 推荐(1) 编辑
摘要: //将下面的代码插入到pch文件中即可#ifndef __OPTIMIZE__# define NSLog(…) NSLog(__VA_ARGS__)#else# define NSLog(…) {}#endifNSLog打印格式:%@ 对象 %d,%i 整数 %u ... 阅读全文
posted @ 2015-05-24 11:45 Bob-wei 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 辅助功能选项access.cpl添加硬件向导hdwwiz.cpl添加或删除程序appwiz.cpl管理工具control admintools自动更新wuaucpl.cplBluetooth文件传送向导fsquirt计算器calc证书管理控制台certmgr.msc字符映射表charmap磁盘检查工... 阅读全文
posted @ 2015-05-21 10:30 Bob-wei 阅读(414) 评论(0) 推荐(0) 编辑
摘要: #if DEBUG const string logfile = "demo.log"; try { using (var sw = new System.IO.Strea... 阅读全文
posted @ 2015-05-20 15:49 Bob-wei 阅读(286) 评论(0) 推荐(0) 编辑
摘要: /*C# 6.0 demohttps://github.com/dotnet/roslyn/wiki/Languages-features-in-C%23-6-and-VB-14*/ using System;using System.Collections.Generic;using System... 阅读全文
posted @ 2015-05-19 17:14 Bob-wei 阅读(486) 评论(0) 推荐(0) 编辑
摘要: 1.BuildRelease.bat用于不开启VS直接编译、部署、创建和恢复快照 WindowsPhone APP,注册WindowsPhone手机。进行了编译和部署的效果:BuildRelease.bat 1 @echo off 2 pushd "%~dp0" 3 title Build R... 阅读全文
posted @ 2015-05-09 09:41 Bob-wei 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 1. 关于VS2015RC有两个版本,它们都包含了Windows 10 SDK。社区版:免费,可以开发Windows UAP应用、iOS和Android应用。在 帮助->注册产品 菜单可以登陆一个微软账户,获得180天的许可。企业版:MSDN账户收费,功能最强大。在 帮助->注册产品 菜单可以登陆一... 阅读全文
posted @ 2015-05-05 11:11 Bob-wei 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 1.获得“Install OS X Yosemite.app” 2.准备一个8GB的U盘,用磁盘工具“抹掉”,格式默认的“Mac OS 扩展(日志式)”,名称输入: Untitled 3.假设“Install OS X Yosemite.app”在桌面上,打开终端,输入 sudo ./Desktop 阅读全文
posted @ 2015-05-01 23:53 Bob-wei 阅读(2806) 评论(0) 推荐(0) 编辑
摘要: 下载[.ShellClassInfo]LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21798IconResource=%SystemRoot%\system32\imageres.dll,-184文档[.ShellClassIn... 阅读全文
posted @ 2015-04-30 17:49 Bob-wei 阅读(2753) 评论(0) 推荐(0) 编辑
摘要: 最新ESD:http://ms-vnext.net/Win10esds/公开下载:http://ms-vnext.net/Win10esds/urls/----------------更新 -----------10162ESD请用迅雷离线下载:专业版X64:http://bg.v4.sh.dl.w... 阅读全文
posted @ 2015-04-29 14:32 Bob-wei 阅读(1782) 评论(0) 推荐(0) 编辑