会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
androllen
不要让现实侵蚀了你的善良
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
2016年2月26日
iOS- 制作U盘安装Mac OS X 系统
摘要: 需要: 1.下载Yomitate.app or Capitan.app 跳转到官网或者第三方。 2.准备一台Mac 电脑 3.准备一个8G U盘。 安装: 步骤1.将Yomitate.app 拖到应用程序里。 打开lanch就能看到 步骤2.插上U盘,抹掉U盘数据。 打开磁盘工具,抹U盘。 选择U盘
阅读全文
posted @ 2016-02-26 17:34 androllen
阅读(1322)
评论(0)
推荐(0)
2016年1月28日
Win10 Migrate apps to the Universal Windows Platform (UWP)
摘要: https://msdn.microsoft.com/en-us/library/mt148501.aspx
阅读全文
posted @ 2016-01-28 23:55 androllen
阅读(213)
评论(0)
推荐(0)
Win10 UI入门窗口由默认500px to 320px
摘要: https://code.msdn.microsoft.com/Layout-for-windows-that-ba648e1c/ https://msdn.microsoft.com/library/windows/apps/hh465371.aspx 调整大小以缩窄布局指南 https://ms
阅读全文
posted @ 2016-01-28 17:58 androllen
阅读(449)
评论(0)
推荐(0)
2016年1月19日
Win10 UI入门RelativePanel
摘要: <Rectangle Fill="Yellow" Width="50" Height="50" RelativePanel.AlignHorizontalCenterWithPanel="True" RelativePanel.AlignVerticalCenterWithPanel="True"
阅读全文
posted @ 2016-01-19 12:17 androllen
阅读(326)
评论(0)
推荐(0)
2016年1月6日
wp8 入门到精通 仿美拍评论黑白列表思路
摘要: static bool isbool = false; private void BindGameDelete() { Tile tile = new Tile(); List<Color> list = new List<Color>(); list.Add(Colors.Blue); list.
阅读全文
posted @ 2016-01-06 18:24 androllen
阅读(258)
评论(0)
推荐(0)
2015年12月18日
Win10 UI介绍之Titlebar
摘要: 活动状态 非活动状态 var titleBar = ApplicationView.GetForCurrentView().TitleBar; titleBar.BackgroundColor = Colors.Azure; titleBar.ForegroundColor = Colors.Gra
阅读全文
posted @ 2015-12-18 16:15 androllen
阅读(375)
评论(0)
推荐(0)
2015年12月16日
SVN-功能介绍之切换
摘要: 当初新建项目IMyYa 提交到svn 目录下file:///H:/svn/truck/IMyYa现在svn 目录版本库中调整为file:///H:/svn/truck/Win8/IMyYa 与之前不同多加了个目录 Win8提问:我要在我的项目副本 如何切换到 Svn版本库中?解决:1.右键 项目点击...
阅读全文
posted @ 2015-12-16 10:59 androllen
阅读(504)
评论(0)
推荐(0)
2015年12月14日
android 入门-库的生成jar 和引用jar
摘要: 开发环境1.eclipse2.android studio步骤1.在eclipse 生成 jar包2.在android studio 引用 jar包实现步骤1.在eclipse 创建一个lib 库项目2.Add com.cc.lib folder to src folder, then add CL...
阅读全文
posted @ 2015-12-14 17:41 androllen
阅读(257)
评论(0)
推荐(0)
2015年12月3日
android 入门-git之上传本地代码到github
摘要: github部分: 1.首先去github网站 上注册一个用户 2.说明 https://guides.github.com/activities/hello-world/ 2.点击 New repository 3. 这个时候会在github 产生一个开源文件 4. 5.找到你的项目地址,打开gi
阅读全文
posted @ 2015-12-03 12:50 androllen
阅读(343)
评论(0)
推荐(0)
2015年11月25日
Java 初学记录之一 快速输入
摘要: 1. sysout 按回车System.out.println();
阅读全文
posted @ 2015-11-25 14:04 androllen
阅读(256)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
公告