自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小徕虫的博客

小徕虫

  • 博客(9)
  • 资源 (3)
  • 收藏
  • 关注

原创 Android studio 模拟器

在sdk中已经安装了模拟器后,运行项目时,提示“waiting for target device online”之类的消息时。 我的解决办法是: 1、把sdk中的plantform-tools、emulator卸载了重新安装。(需要注意一点:安装好后platform-tools中一定要有adb) 2、重启电脑 3、关闭杀毒软件等这一类软件。(这个是重点,上面1、2网上大多都说了。现在说哈自

2017-12-29 16:56:48 551

原创 远程复制文件

例如:从37上复制jdk到当前用户目录下scp zhaoyun@192.168.1.37:/home/zhaoyun37/software/jdk-8u152-linux-x64.tar.gz ~/jdk-8u152-linux-x64.tar.gz

2017-12-29 16:46:04 132

原创 删除open-jdk环境

在配置环境时,系统中已经有了OpenJdk,而我们需要的是oracle的JDK,这时就需要进行卸载。 ··· sudo rpm -qa|grep jdk sudo rpm -e –nodeps java-1.6.0-openjdk-1.6.0.0-1.66.1.13.0.el6.x86_64 sudo rpm -e –nodeps java-1.7.0-openjdk-1.7.0.45-2.

2017-12-29 16:42:05 360

原创 android开发环境配置

前提已经有了jdk开发环境,略过。下载android studio https://dl.google.com/dl/android/studio/install/2.3.3.0/android-studio-bundle-162.4069837-windows.exeandroid sdk 如果在studio中已包含则不用下载安装安装android stu

2017-12-26 16:33:47 974

原创 手动安装jar到本地仓库-ojdbc6-11.2.0.3.jar

我们在使用oracle数据库时,需要ojdbc驱动程序。 我们需要通过maven手工地安装到本地仓库。 以下以11.2.0.3版本为例进行操作说明。下载ojdbc.jar包 这个当然是最好去官网下载了。我看了一哈http://mvnrepository.com这个仓库上有,具体页面地址为: http://mvnrepository.com/artifact/oracle/ojdbc6/11.

2017-12-25 11:56:01 26079 1

原创 修改maven本地默认仓库位置

描述在安装了maven后,有时还是会把包下载到了 userHome/.m2/repository目录解决把安装目录下的conf/setting.xml复制到.m2目录下即可实践OK

2017-12-24 22:50:16 1274

原创 win10 安装ubuntu7 双系统

win10 安装ubuntu7 双系统文件准备下载Ubuntu.desktop.iso 从windows中划分一块分区出来,根据需要来确定大小空间,最少20GB左右,我大概划了200gb,足够用了。不要格式化,未使用即可。使用UltraISO制作U盘启动把iso写入到U盘安装开机启动时选择从U盘启动,就可以安装ubuntu了配置以下说哈关键配置 + 磁盘类型时选择“其他,自定义” + 将

2017-12-24 21:32:19 185

原创 终端连接centos后不显示用户名路径而是显示-bash-4.1$

描述:新建普通用户后,用终端连接后,不显示用户名及路径,而是显示-bash-4.1$解决办法:在用户的home目录下编辑 .bash_profile文件,增加这样一行:export PS1='[\u@\h \W]\$ '解决问题!

2017-12-18 17:11:07 2162

原创 linux 环境配置(备忘)

centos jdk安装配置(备忘)1、下载jdk包,当然是到oracle官网下载。2、解压tar -zxf jdk-8u151-linux-x64.tar.gz3、环境变量配置# .bash_profile# Get the aliases and functionsif [ -f ~/.bashrc ]; then . ~/.bashrcfi#...

2017-12-18 17:03:00 173

Sender.java 源码

解决:received unexpected response ’ ’ for key ‘archive’ 异常。 orabbix-1.2.3.jar

2021-09-16

orabbix-1.2.3_modified.jar

解决:received unexpected response ’ ’ for key ‘archive’ 异常。 orabbix-1.2.3.jar

2021-09-16

unlocker-2.0.8

Mac OS X Unlocker for VMware V2.0 ================================= Introduction --------------- Unlocker 2 is designed for Workstation 11, Player 7, ESXi 6 and Fusion 7. If you are using an earlier product please continue using Unlocker 1 Version 2 has been tested against: * Workstation 11/12 on Windows and Linux * Player 7 & Workstation Player 12 on Windows and Linux * Fusion 7/8 on Mavericks and Yosemite * ESXi 6.0 Windows ---------- On Windows you will need to either run cmd.exe as Administrator or using Explorer right click on the command file and select "Run as administrator". win-install.cmd - patches VMware win-uninstall.cmd - restores VMware win-update-tools.cmd - retrieves latest OS X guest tools Thanks --------- Thanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife (MSoK) for all the testing and support. Thanks also to Sam B for finding the solution for ESXi 6 and helping me with debugging expertise. Sam also wrote the code for patching ESXi ELF files. http://www.insanelymac.com/forum/files/file/339-unlocker/ and you can send email to me.

2016-07-29

空空如也

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

TA关注的人

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