摘要: 转载:http://blog.csdn.net/csdnnews/article/details/79492272 必懂三大语言:Go、C++、Java 数据显示,超过80%的区块链相关职位对求职者的技能要求在3项及以上。 对于大家所关注的技术岗位来看,除了需要掌握常用开发语言(如Go、C++、Ja 阅读全文
posted @ 2018-03-10 11:56 前进的yoyocool 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 一、设置 run -> 设置 cmd /k lua "$(FULL_CURRENT_PATH)" & PAUSE & EXIT 二、原理: cmd /k 的含义是执行后面的命令,并且执行完毕后保留窗口 cmd /k lua 等价于 开始 –> 运行 –> 输入cmd –> 输入lua $(FULL_ 阅读全文
posted @ 2018-03-10 11:18 前进的yoyocool 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/banchuangshuying/p/5692492.html 这篇文章很详细! 以下是我自己碰到的: 新手入门,简单记录一下ipa提交给苹果公司后,有可能会被驳回的原因,欢迎补充和纠正! 原因: 1、ipa功能缺陷,譬如不能正常登陆、界面打不开 阅读全文
posted @ 2018-03-10 10:58 前进的yoyocool 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UILabel的概念 2、UILabel的基本属性 3、UILabel的高级属性 ViewController.m脚本 //创建UI控件函数 -( 阅读全文
posted @ 2018-03-08 17:52 前进的yoyocool 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UIButton的控件基本概念 2、UIButton的创建方法 3、UIButton的类型 4、可显示图片的UIButton 可将准备好的图片直接 阅读全文
posted @ 2018-03-08 17:47 前进的yoyocool 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、UIButton的事件的概念 2、UIButton的添加方法 3、UIbutton的响应函数 4、多按钮使用同一事件函数 ViewControll 阅读全文
posted @ 2018-03-08 17:38 前进的yoyocool 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIView对象 2、设置UIView的基本属性,如位置 ViewController.m脚本 - (void)viewDidLoad { [ 阅读全文
posted @ 2018-03-08 17:30 前进的yoyocool 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIView对象 2、设置视图的层级关系 ViewController.m脚本 - (void)viewDidLoad { [super vi 阅读全文
posted @ 2018-03-08 17:23 前进的yoyocool 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UIStepper和UISegmentedControl对象和属性 2、设置UIStepper和UISegmentedControl的基本属性 阅读全文
posted @ 2018-03-08 17:10 前进的yoyocool 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1、定义UISlider和UIProgressView对象和属性 2、设置UISlider和UIProgressView的基本属性,如颜色 3、向UI 阅读全文
posted @ 2018-03-08 15:43 前进的yoyocool 阅读(248) 评论(0) 推荐(0) 编辑