绿叶萌飞
绿叶萌飞
全部文章
分类
Android(41)
Android Studio(13)
eclipse(1)
javascript(1)
java基础(19)
java并发编程(1)
JVM(2)
leetcode(11)
linux命令行(译文)(38)
MySQL(1)
PTA(8)
个人js代码笔记——不详细解释(10)
其他(1)
周记随笔(7)
多线程(2)
我的android学习笔记(22)
数据结构与算法(85)
编程时光(5)
编程语言(20)
蓝桥杯(5)
计算机常用基础(1)
计算机网络(9)
迁移牛客网说明(1)
归档
标签
去牛客网
登录
/
注册
新手lcy
博客见这里https://liuchenyang0515.blog.csdn.net
全部文章
(共304篇)
读取或写入其他app的文件数据(hacker操作)
首先,我们创建文件(android6.0及以下,也就是API 23及以下示范) import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import java.io.BufferedWriter; imp...
2020-01-01
0
532
android studio的模拟器waiting for target device to come online原因
android studio的模拟器一直waiting for target device to come online,demo也运行不上去 如图所示: 你很可能运行的android 6.0 (API 23)模拟器 解决方案就是你先打开模拟器,再把运行项目就好了,或者模拟器开...
2020-01-01
0
939
android学习笔记----SQLite数据库
目录 用SQLite语句执行: 利用SQLiteDatabase中自带的增删改查操作: SQLite数据库的事务介绍: 目录一二的增删改查源码地址:https://github.com/liuchenyang0515/CreateDB3 目录三事务介绍的源码地址:https:...
2020-01-01
0
747
第一章 引言
引言 I want to tell you a story. 我想给大家讲个故事。 No, not the story of how, in 1991, Linus Torvalds wrote the first version of the Linuxkernel. You c...
2020-01-01
1
1537
第二章 : 什么是 shell
什么是 shell When we speak of the command line, we are really referring to the shell. Theshell is a program that takes keyboard commands and passes t...
2020-01-01
0
406
第三章:文件系统中跳转
文件系统中跳转 The first thing we need to learn to do (besides just typing) is how tonavigate the file system on our Linux system. In this chapter we wil...
2020-01-01
0
350
第四章:探究操作系统
探究操作系统 Now that we know how to move around the file system, it’s time for a guided tour of ourLinux system. Before we start however, we’re going t...
2020-01-01
0
473
第五章:操作文件和目录
操作文件和目录 At this point, we are ready for some real work! This chapter will introducethe following commands: 此时此刻,我们已经准备好了做些真正的工作!这一章节将会介绍以下命令: ...
2020-01-01
0
583
第六章:使用命令
使用命令 Up to this point, we have seen a series of mysterious commands, each with its ownmysterious options and arguments. In this chapter, we will a...
2020-01-01
0
494
第七章:重定向
重定向 In this lesson we are going to unleash what may be the coolest feature of the commandline. It’s called I/O redirection. The “I/O” stands for i...
2020-01-01
0
566
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页