会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
千彧
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
40
下一页
2018年5月18日
github 版本控制 android studio
摘要: 注:本教程实验于android studio 3.1.2 1、下载git :https://gitforwindows.org/ 安装 git。 2、配置git 3、配置github 4、上传项目 (1) (2)建立git仓库 (3)选择上传文件 (4)上传成功 5、更新项目,提交 (1) (2)
阅读全文
posted @ 2018-05-18 11:03 千彧
阅读(358)
评论(0)
推荐(0)
2018年5月17日
java URI 编码解码
摘要: 1 import java.io.UnsupportedEncodingException; 2 /** 3 * url转码、解码 4 */ 5 public class UrlUtil { 6 private final static String ENCODE = "GBK"; 7 /** 8 * URL 解码 9 * 10 ...
阅读全文
posted @ 2018-05-17 08:47 千彧
阅读(978)
评论(0)
推荐(0)
2018年5月15日
Gradle sync failed: Connection timed out: connect
摘要: 打开AS的project试图,找到gradle目录下的wrapper下面的gradle wrapper.properities找到: distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-milestone-1-a
阅读全文
posted @ 2018-05-15 07:36 千彧
阅读(8523)
评论(0)
推荐(0)
2018年5月14日
Could not get unknown property 'packageForR' for task ':app:processDebugReso
摘要: butterknife 注解框架的问题 删除项目中的有关butterknife 的 apply plgin、classpath 字段 把注解框架改为最新版本 implementation 'com.jakewharton:butterknife:8.8.1' annotationProcessor
阅读全文
posted @ 2018-05-14 21:53 千彧
阅读(4146)
评论(0)
推荐(0)
ubuntu搭建mysql
摘要: 步骤1 – 安装MySQL 在 Ubuntu 16.04 中,默认情况下,只有最新版本的 MySQL 包含在 APT 软件包存储库中。在撰写本文时,那是 MySQL 5.7 要安装它,只需更新服务器上的包索引并安装默认包 apt-get。 系统将提示您在安装过程中创建 root 密码。选择一个安全的
阅读全文
posted @ 2018-05-14 14:56 千彧
阅读(169)
评论(0)
推荐(0)
ubuntu搭建ftp
摘要: 腾讯云服务器linux Ubuntu操作系统安装ftp服务器vsftpd Ubuntu Server 16.04.1 LTS 64位 登录服务器 xshell 登录服务器 用户名如果没自定义默认:ubuntu 安装vsftpd服务器 $ sudo apt-get install vsftpd -y
阅读全文
posted @ 2018-05-14 14:39 千彧
阅读(158)
评论(0)
推荐(0)
ubuntu搭建nginx
摘要: 1、下载nginx压缩包 2、上传、解压 3、安装 make install 4、启动,停止 ,重启 服务 可以在 键入 service nginx 在回车查看 5、到/etc/nginx/nginx.conf更改配置文件。 1、更改第一行 user 后面名字为当前登录用户 2、往下寻找 inclu
阅读全文
posted @ 2018-05-14 10:30 千彧
阅读(1956)
评论(0)
推荐(0)
2018年5月13日
依赖库引入记录
摘要: implementation 'com.android.support:percent:27.1.1'// 百分比布局 implementation'com.android.support:recyclerview-v7:27.1.1'// 滚动栏 implementation'com.android.support:cardview-v7:27.1.1'// ...
阅读全文
posted @ 2018-05-13 10:40 千彧
阅读(128)
评论(0)
推荐(0)
滑动栏效果
摘要: 1 2 7 8 11 12 18 19 20 21 22 23 24 29 30 35 36 37 38 39
阅读全文
posted @ 2018-05-13 09:38 千彧
阅读(122)
评论(0)
推荐(0)
RecyclerView 可以与CollapsingToolbarLayout一起使用
摘要: Item 布局 MyRecyclerView >> MyAdapter >> ViewHolder
阅读全文
posted @ 2018-05-13 09:33 千彧
阅读(466)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
40
下一页
公告