アライさん ノート
アライさん なのだ
Toggle navigation
アライさん ノート
Homepage
Tags
前台Service
12345678910111213141516171819202122232425262728293031323334private fun startForeground() { val channelId = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { .........
Posted by アライさん on 2019年10月22日
动态设置drawable中xml样式的值
seekbar_thumb.xml 123456789101112131415161718<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"andro.........
Posted by アライさん on 2019年10月22日
启动其他App指定页面
被启动的页面: 1234567891011<activity android:name=".wifi.WifiActivity"> <intent-filter> <data android:host="zhibankeji.com" android:scheme=.........
Posted by アライさん on 2019年10月22日
获取手机中的媒体文件
12345678910111213141516171819202122String selection = MediaStore.Files.FileColumns.MEDIA_TYPE + "=" + MediaStore.Files.FileColumns.MEDIA_TYPE_IMAGE + " OR " .........
Posted by アライさん on 2019年10月22日
Shell&linux命令
将终端的输出输出到文件1git branch -a > ~/diff.txt 延迟执行命令12echo 'touch ~/aaa.txt' | at now+2 minutes sleep 10; touch ~/aaa.txt //延迟10秒 开始菜单地址1~/.local/share/applications/ 滚动终端1shift + page.........
Posted by アライさん on 2019年10月22日
manjaro中文
选择中文环境manjaro settings manager中选装对应语言包 12.etc/profile export LANG=zh_CN.UTF-8 ...
Posted by アライさん on 2019年10月22日
ssh复制粘贴文件
Hey, password is required here. 9cfc4211cb8e1147ed4c7680863a07a7defffd193fe20fbff2ba9c613ef2d95ef6f9396035563cb12600d6f6ae0c5ce33ae93ded6e11882d13b73bb1281b7521be5d3645a03c3.........
Posted by アライさん on 2019年10月22日
ubuntu boot空间不足
查询现有版本 1dpkg --get-selections | grep linux-image 用uname列出当前所用 1uname -a 用如下卸载 12sudo apt-get purge linux-image-4.4.0-104-genericsudo dpkg -P linux-image-extra-3.5.0-17-generic ...
Posted by アライさん on 2019年10月22日
ubuntu安装openvpn
sudo apt install network-manager-openvpn-gnome 网路中选择添加vpn,从文件导入 ...
Posted by アライさん on 2019年10月22日
ubuntu终端代理
全局代理1sudo vim ~/.bashrc 添加: 123export http_proxy="http://127.0.0.1:2002"export https_proxy="http://127.0.0.1:2002"export no_proxy="localhost,127.0.0.1,localaddress,.lo.........
Posted by アライさん on 2019年10月22日
← Newer Posts
Older Posts →
About me
アライさん なのだ
Tags
android系统相关
android
iOS开发
linux
macOS
flutter
其他技术
git
hexo
算法
错误记录
nodejs
react
vue
typescript
Recent posts
vue实战
typescript知识点
react_node.js开发实战
redux
react基础