Wesley13 Wesley13
4年前
UITabBarController的简单使用
UITabBarController的使用步骤初始化UITabBarController设置UIWindow的rootViewController为UITabBarController根据具体情况,通过addChildViewController方法添加对应个数的子控制器通常而言,UITabBarController一般作为应用程序的
Wesley13 Wesley13
4年前
Java 高级应用编程 第一章 工具类
一、JavaAPIJavaAPI简介1、API(ApplicationProgrammingInterface)应用程序接口2、Java中的API,就是JDK提供的各种功能的Java类3、JDK帮助文档   JAVA\_API\_CN.chm   官网地址http://www.oracle.com/tech
Stella981 Stella981
4年前
Android BLE 总结-源码篇(BluetoothLeAdvertiser)
在做AndroidBLE的应用程序时,我们发出广播数据是调用BluetoothLeAdvertiser的startAdvertising方法,如下所示:\java\viewplain(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fan
Easter79 Easter79
4年前
SpringMVC+MongoDB+Maven整合(微信回调Oauth授权)
!(https://static.oschina.net/uploads/space/2017/0608/101116_IFgH_1444646.png)!(https://static.oschina.net/uploads/space/2017/0608/101131_5yQk_1444646.jpg)个人小程序。里面是基于百度大脑腾讯优图
Easter79 Easter79
4年前
SpringBoot学习(五)
SpringBoot的核心1、入口类和@SpringBootApplicationSpringBoot的项目一般都会有\Application的入口类,入口类中会有main方法,这是一个标准的Java应用程序的入口方法。而@SpringBootApplication注解是SpringBoot的核心
邢德全 邢德全
1年前
企业是保留传统的MES还是换新的MES?
从传统应用程序切换到现代化新的MES系统可能会大大降低整体IT成本,从消除与硬件相关的开支,降低管理成本,到适应更新的系统功能以改变过程模型。
Ansible部署Node_exporter
Ansible是基于Python开发的自动化运维工具,集合了众多运维工具(puppet、cfengine、chef、func、fabric)的优点,实现了批量系统配置、批量程序部署、批量运行命令等功能。