会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
androllen
不要让现实侵蚀了你的善良
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
2016年3月31日
Win10 控件入门-按钮
摘要: http://www.myexception.cn/wpf/2040450.html
阅读全文
posted @ 2016-03-31 18:00 androllen
阅读(243)
评论(0)
推荐(0)
2016年3月30日
使用sublimehighlight 将文本 转化html
摘要: a = "aaa" b = "bbb" c = "ccc" final = a + b + c print final import sys print(sys.version) print("hello world ~") import os print(os.defpath) name = ""
阅读全文
posted @ 2016-03-30 16:10 androllen
阅读(561)
评论(0)
推荐(0)
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
阅读(1386)
评论(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
阅读(235)
评论(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
阅读(474)
评论(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
阅读(354)
评论(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
阅读(275)
评论(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
阅读(407)
评论(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
阅读(529)
评论(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
阅读(281)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
公告