码迷,mamicode.com
首页 >  
搜索关键字:bundle    ( 4177个结果
Linux/CentOS下安装MySql RPM Bundle
一、下载对应的版本的MySql安装文件 1、下载路径:https://dev.mysql.com/downloads/mysql/ 2、选择对应的Linux版本和x86/x64位的安装文件 查看Linux的版本信息可以参考:查看CentOS/Linux的版本信息 我下载的是:mysql-5.7.20 ...
分类:数据库   时间:2017-12-03 21:00:56    阅读次数:577
Fragment2
package com.example.week;import android.support.v4.app.Fragment;import android.os.Bundle;import android.support.annotation.Nullable;import android.vie ...
分类:其他好文   时间:2017-12-03 20:55:15    阅读次数:165
MainActivity
package com.example.week;import android.os.Bundle;import android.support.v4.app.FragmentActivity;import android.support.v7.app.AppCompatActivity;impor ...
分类:其他好文   时间:2017-12-03 20:50:50    阅读次数:187
jdbc总结
转载于:http://ask.csdn.net/questions/274857?sort=votes_count 1. JDBC的简介 1.1 jdbc:Java DataBase Connectivity,Java数据库的连接 1.2 比如有一台电脑,想在电脑上安装显卡,需要显卡的驱动,由显卡生 ...
分类:数据库   时间:2017-12-02 23:16:02    阅读次数:268
TouTiao开源项目 分析笔记3
1.搭建NewsTabLayout片段 1.1.加载布局 @Nullable @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle sav ...
分类:其他好文   时间:2017-12-02 20:20:43    阅读次数:264
Mysql-xtrabackup 与MySQL5.7 binlog 实现数据即时点恢复
Mysql-xtrabackup 与MySQL5.7 binlog 实现数据即时点恢复 一、数据库准备 1. rpm -e mariadb-libs postfix tar xf mysql-5.7.14-1.el7.x86_64.rpm-bundle.tar 2. 安装 yum install m ...
分类:数据库   时间:2017-12-02 16:15:04    阅读次数:262
Unity 5 官方打包管理工具 Asset Bundle Manager
http://blog.csdn.net/suifcd/article/details/51570003 Unity5在Asset bundle 打包管理上采用了全新的方式,不需要再对每个文件进行MD5比对,unity已经帮我们做好了,对需要打包的资源AssetBundle属性就行了,同事Unity ...
分类:编程语言   时间:2017-11-30 16:15:53    阅读次数:206
Button(按钮)与ImageButton(图像按钮)
本节引言: 今天给大家介绍的Android基本控件中的两个按钮控件,Button普通按钮和ImageButton图像按钮; 其实ImageButton和Button的用法基本类似,至于与图片相关的则和后面ImageView相同,所以本节 只对Button进行讲解,另外Button是TextView的 ...
分类:其他好文   时间:2017-11-30 15:09:40    阅读次数:238
ListView Item多布局的实现
本节引言: 本节是ListView这个小节的最后一节,给大家带来的是ListView多布局Item的实现, 何为ListView Item多布局,打个比方,QQ这种聊天列表: 假如他是用一个ListView做的,那么一个ListView上不就有两种不同的Item咯! 一左一右,嘿嘿,本节就来教大家如 ...
分类:其他好文   时间:2017-11-30 15:08:17    阅读次数:217
Android基础
1, protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);#任何的项目都需要覆写父类的onCreate方法 setContentView(R.layout.activity_main);#显示出你所定义的布局,或指在当前活动中加载你所需要的布局 }2,创造加载布局 res
分类:移动开发   时间:2017-11-28 11:53:14    阅读次数:200
4177条   上一页 1 ... 73 74 75 76 77 ... 418 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!