码迷,mamicode.com
首页 > 其他好文
如何让VS2013编写的程序
总体分c++程序和c#程序1、c++程序这个用C++编写的程序可以经过设置后在XP下运行,主要的“平台工具集”里修改就可以。额外说明:(1)程序必须为Dotnet 4.0及以下版本。(XP只支持Dotnet4.0及以下版本,不支持Dotnet 4.5)(2)用C#编写的程序,无需进行如下设置,只要在...
分类:其他好文   时间:2015-09-13 14:38:06    阅读次数:237
UISegmentedControl
//创建数组存放选项信息 NSArray *array=[[NSArray alloc]initWithObjects:@"one",@"two",@"three", nil]; //初始化 UISegmentedControl *segment=[[UISegmentedControl alloc...
分类:其他好文   时间:2015-09-13 14:38:51    阅读次数:261
DG449 High Voltage Single SPDT Analog Switch in SOT23-8
DESCRIPTIONThe DG449 is a dual supply single-pole/double-throw (SPDT) switches.On resistance is 38 ? and flatness is 2.6 ? max over the specified anal...
分类:其他好文   时间:2015-09-13 14:36:23    阅读次数:275
MiS603开发板 第十六章 图像之VGA接口测试
作者:MiS603开发团队 日期:20150911 公司:南京米联电子科技有限公司 论坛:www.osrc.cn 网址:www.milinker.com 网店:http://osrc.taobao.com EAT博客:http://blog.chinaaet.com/whilebreak 博客园:h...
分类:其他好文   时间:2015-09-13 14:37:51    阅读次数:1447
何为 REST?
何为 REST?REST 是设计基于命名资源 — 例如,以 Uniform Resource Locators(URL)、Uniform Resource Identifiers(URI)和 Uniform Resource Names(URN)的形式 — 而非消息的松耦合 Web 应用程序的一种风...
分类:其他好文   时间:2015-09-13 14:38:30    阅读次数:196
MiS603开发板 第十五章 MCB DDR3内存测试
作者:MiS603开发团队 日期:20150911 公司:南京米联电子科技有限公司 论坛:www.osrc.cn 网址:www.milinker.com 网店:http://osrc.taobao.com EAT博客:http://blog.chinaaet.com/whilebreak 博客园:h...
分类:其他好文   时间:2015-09-13 14:38:09    阅读次数:513
UISwitch
UISwitch *myswitch=[[UISwitch alloc]initWithFrame:CGRectMake(100, 40, 0, 0)]; //打开时颜色 myswitch.onTintColor=[UIColor redColor]; //关闭时颜色 myswitch.tintC....
分类:其他好文   时间:2015-09-13 14:37:58    阅读次数:133
MiS603开发板 第十三章 千兆网RGMII PHY测试
作者:MiS603开发团队 日期:20150911 公司:南京米联电子科技有限公司 论坛:www.osrc.cn 网址:www.milinker.com 网店:http://osrc.taobao.com EAT博客:http://blog.chinaaet.com/whilebreak 博客园:h...
分类:其他好文   时间:2015-09-13 14:36:04    阅读次数:685
单例模式
单例模式(Singleton):保证在整个应用程序的生命周期中,任何一个时刻,单例类的实例都只存在一个饿汉式(推荐):public class Singleton { // 类加载时生成实例对象,避免多线程时出问题 // 私有方法,避免被外部类直接访问 // 静态属性,保证...
分类:其他好文   时间:2015-09-13 14:36:54    阅读次数:196
Volley框架使用(POST)
需要在MyApplication(继承Application)中配置;public static RequestQueue requestQueue; @Override public void onCreate() { super.onCreate(); V...
分类:其他好文   时间:2015-09-13 14:36:05    阅读次数:169
1.2交叉工具链
什么事交叉工具链 交叉工具的集合 交叉工具 创建hello.c #include Int main() { Printf("hello wworld\n"); return 0; } [root@cfm880 ~]# cd /home/S3-ARM/Part1/lesson2 [root@cfm88...
分类:其他好文   时间:2015-09-13 14:35:54    阅读次数:420
jtagger Versatile multiprogrammer for FPGAs, MCUs, etc.
jtagger Versatile multiprogrammer for FPGAs, MCUs, etc.Well, it's not really just a jtagger, but I've been calling it that.It's also been christened t...
分类:其他好文   时间:2015-09-13 14:36:33    阅读次数:148
2015.09.13-2
常用js总结:function obj$(id) 根据id得到对象function val$(id) 根据id得到对象的值function trim(str) 删除左边和右边空格function ltrim(str) 删除左边空格function rtrim (str) 删除右边空格function...
分类:其他好文   时间:2015-09-13 14:36:01    阅读次数:152
MiS603开发板 第九章 IP-CORE BRAM
作者:MiS603开发团队 日期:20150911 公司:南京米联电子科技有限公司 论坛:www.osrc.cn 网址:www.milinker.com 网店:http://osrc.taobao.com EAT博客:http://blog.chinaaet.com/whilebreak 博客园:h...
分类:其他好文   时间:2015-09-13 14:34:39    阅读次数:337
最小化安装centos7不能执行ifconfig命令的解决方法
操作环境虚拟机:VirtualBox 5.0.4 for Windows操作系统:CentOS-7-x86_64-Minimal-1503-01.iso问题描述登录系统之后,输入ifconfig查看IP地址,却提示命名没有找到。解决方法1、将虚拟机的网络连接方式设置成桥接网卡2、启动默认网卡cd /...
分类:其他好文   时间:2015-09-13 14:35:18    阅读次数:140
大话设计模式笔记 装饰模式
装饰模式(Decorator),动态地给一个对象添加一些额外的职责,就增加功能来说,装饰模式比生成子类更为灵活。package decoratePattern;public abstract class Component { public abstract void Operation();...
分类:其他好文   时间:2015-09-13 14:33:18    阅读次数:134
MiS603开发板 第十四章 UDP协议网络传输
作者:MiS603开发团队 日期:20150911 公司:南京米联电子科技有限公司 论坛:www.osrc.cn 网址:www.milinker.com 网店:http://osrc.taobao.com EAT博客:http://blog.chinaaet.com/whilebreak 博客园:h...
分类:其他好文   时间:2015-09-13 14:35:47    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!