自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (5)
  • 问答 (2)
  • 收藏
  • 关注

转载 Manjaro下的实用命令搜集

Pacman 使用同步仓库只下载已改列表:sudo pacman -Sy有时你可能想要强制下载软件包列表。 为此,请输入:sudo pacman -Syy更新软件更新已安装软件sudo pacman -Su更新软件前检查包列表是否最新:sudo pacman -Syu更新前强制下载包列表:sudo pacman -Syyu查找软件...

2019-06-13 16:37:53 1074

原创 Manjaro下显卡相关的命令搜集

What gpu(s) do you have?inxi -GWhat driver are you currently running?mhwd -liTo show a list of available drivers for your gpu hardwaremhwd -l测试集显的FPSglxgears测试独显的FPSoptirun ...

2019-06-13 16:22:38 4114

原创 source:读取文件 “/etc/profile” 时发生错误解决办法

新装了最火的Linux发行版Manjaro,在/etc/profile中配置了JDK环境变量之后,刷新环境变量时,出现source:读取文件 “/etc/profile” 时发生错误这样的错误,并前面还提示第一行)和}的问题,但是看了文件内容,并没有这个问题。一番搜索之后,发现报错原因是因为我将默认的shell修改为了fish shell的原因。于是,解决办法就是,先将默认shel...

2019-06-13 11:13:03 8672 3

转载 chmod命令文件权限属性设置

chmod命令用来变更文件或目录的权限。在UNIX系统家族里,文件或目录权限的控制分别以读取、写入、执行3种一般权限来区分,另有3种特殊权限可供运用。用户可以使用chmod指令去变更文件与目录的权限,设置方式采用文字或数字代号皆可。符号连接的权限无法变更,如果用户对符号连接修改权限,其改变会作用在被连接的原始文件。权限范围的表示法如下:uUser,即文件或目录的拥有者;gGroup,即...

2019-06-10 17:01:47 1191

原创 git pull提示remote error:CAPTCHA required

在从bitbucket上更新代码的时候,提示失败,错误提示为remote error:CAPTCHA required。出现这个问题的原因一般是因为近期修改过bitbucket的密码或者使用错误的密码多次登录bitbucket,导致bitbucket需要验证码才能登录,然而git客户端都是命令行,当然没办法输入验证码了。解决方案:1.如果是因为多次输入错误密码打开浏览器,在浏览器上...

2019-06-04 16:14:21 7408

PHP pgsql驱动文件

PHP pgsql linux平台驱动文件(so文件),适用于PHP7.2版本。用于PHP连接PostgreSQL数据库。 包含pgsql.so,pdo_pgsql.so两个文件。

2022-05-13

feralpacket.ini.txt

SecureCRT关键词高亮配置文件 配置文件放置路径C:\Users\[你的系统账户名]\AppData\Roaming\VanDyke\Config 将文件后缀名修改为.ini 在session options中设置高亮配置方案为feralpacket

2020-05-13

idea-plugin.zip

idea增强插件,启用此插件后,写代码不会再出现bug /* _ooOoo_ o8888888o 88" . "88 (| -_- |) O\ = /O ____/`---'\____ .' \\| |// `. / \\||| : |||// \ / _||||| -:- |||||- \ | | \\\ - /// | | | \_| ''\---/'' | | \ .-\__ `-` ___/-. / ___`. .' /--.--\ `. . __ ."" '< `.___\__/___.' >'"". | | : `- \`

2019-11-18

RESTfull Web Service中文版

RESTfull Web Service中文版(扫描)

2015-05-07

Android Cookbook

Book Description Jump in and build working Android apps with the help of more than 200 tested recipes. With this cookbook, you’ll find solutions for working with the user interfaces, multitouch gestures, location awareness, web services, and device features such as the phone, camera, and accelerometer. You also get useful steps on packaging your app for the Android Market. Ideal for developers familiar with Java, Android basics, and the Java SE API, this book features recipes contributed by more than three dozen developers from the Android community. Each recipe provides a clear solution and sample code you can use in your project right away. Among numerous topics, this cookbook helps you: Use guidelines for designing a successful Android app Work with UI controls, effective layouts, and graphical elements Learn how to take advantage of Android’s rich features in your app Save and retrieve application data in files, SD cards, and embedded databases Access RESTful web services, RSS/Atom feeds, and information from websites Create location-aware services to find locations and landmarks, and situate them on Google Maps and OpenStreetMap Test and troubleshoot individual components and your entire application

2015-05-07

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除