自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

王人冉的博客

行多远,方为执着;思多久,方为远见

  • 博客(13)
  • 资源 (85)
  • 收藏
  • 关注

原创 阿里云 ubuntu14 软件环境配置

tomcat8.5.16安装一、通过二进制包(tar.gz)安装下载:https://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.16/bin/ tar zxvf apache-tomcat-8.5.16.tar.gz 移动sudo mv apache-tomcat-8.5.16/ /usr/aliyun/a...

2018-05-28 19:44:51 407 2

原创 Android Studio Didn't find class "com.xx.xx.MainActivity" on path: DexPathList

如果只是AndroidManifest.xml中忘了注册Activity(一般这种情况都是直接复制拷贝过来的文件)的话,还发现不了的话,只能说你太low了 解决办法: 查看AS 使用的jdk是AS自带的还是你自己安装的,改为自己安装的。删除build文件夹,删除.idel文件夹,clean项目,rebuild项目。ok...

2018-05-26 22:00:37 2132

原创 android 开源库recyclerview-animators源码无法编译的问题

github中 开源库clone到本地,导入到as中后无法编译 https://github.com/wasabeef/recyclerview-animators解决:使用链接中的gradle,替换掉项目中对应的gradle即可 在这里感谢一如既往的帮助。...

2018-05-19 20:36:40 457

转载 ejabberd 源码安装及简明配置

ejabberd 简明配置 (2012-03-08 18:48:52) http://blog.sina.com.cn/s/blog_6d2cab390100zop7.html 标签: ejabberd 关于ejabberd可参考 http://www.ejabberd.im/。 1.安装ejabberd 到 http://www.process-one.net/en/ejabberd...

2018-05-17 07:20:01 891

原创 一步一步带你安装ejabberd-18.04

网上有很多关于ejabberd安装的教程,但是按照网上的教程均会出现各种问题(小编对于ejabberd是零基础),所以总结下自己安装ejabberd的过程,为此卸载重新安装首先上个效果图:安装成功后,喜悦一、官网下载https://www.process-one.net/en/ejabberd/downloads 根据自己实际系统,自行下载合适软件(二进制文件) 二、将下载文件...

2018-05-16 23:26:47 7401

原创 linux上 协议 抓包

网卡信息:# ifconfigeth1 Link encap:Ethernet HWaddr 00:0C:29:22:D9:BC inet addr:192.168.1xx.xxx Bcast:192.168.103.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fe22:d9bc...

2018-05-14 10:18:25 529

转载 「Ubuntu命令」安装和卸载

「Ubuntu命令」安装和卸载方案 ubuntu14.04 mousycoder 2015年07月09日发布赞 | 4收藏 | 308.8k 次浏览Ubuntu是最常用的Linux系统之一,其中很多新手在安装软件的过程中,由于对Linux不熟悉,往往不知道如何卸载干净,导致硬盘越来越大。废话不多说,直接上干货!https://segmentfault.com/a/11...

2018-05-14 04:49:26 2572

转载 基于社交网络的用户与基于物品的协同过滤推荐算法

基于社交网络的用户与基于物品的协同过滤推荐算法-java https://blog.csdn.net/scnuxiaotao/article/details/52104812 2016年08月03日 16:25:27 阅读数:3314 完整工程+数据源:https://github.com/scnuxiaotao/recom_sys [java] view plain copy imp...

2018-05-14 04:27:55 1202

转载 微信小程序

目前为止最全的微信小程序项目实例https://blog.csdn.net/zuoliangzhu/article/details/53862576置顶2016年12月24日 21:10:41阅读数:197954wx-gesture-lock  微信小程序的手势密码WXCustomSwitch 微信小程序自定义 Switc

2018-05-09 09:22:04 643

原创 Tigase学习

1、Tigase启动入口类: src/main/java/tigase/server/XMPPServer.javainit.properties中 –sm-plugins sm:SessionManagerCData : Connector Data 只是猜测,不清楚对不对Tsung压力测试 Tsung下载下载:http://tsung.erlang-projects...

2018-05-08 20:09:32 5100

原创 Tigase用户登录

src/main/java/tigase/db/jdbc/TigaseCustomAuth.java/** * Performs user login. Normally used when there is a special SP used for this * purpose. This is an alternative way to a method requ...

2018-05-05 15:22:59 3198

转载 AS中Git与GitHub的使用入门

AS中Git与GitHub的使用入门2016年08月10日 02:17:13阅读数:13491一直想把自己的写的开源小项目放到github中,这两天才花时间来学学git。遇到些问题,百度了很多才解决。跟SVN一样,值得写一篇总结记录下,虽然上资源很多,但作为入门,自己遇到的写出来完全不一样。https://blog.csdn.net/a10615/article/details/52135617一...

2018-05-04 16:50:27 3113

原创 官网下载地址

gradle官网下载地址 https://gradle.org/releases/ http://services.gradle.org/distributions/

2018-05-04 15:29:25 278

2018年11月全国省市县行政区域最新划分数据库

全国省市县行政区域最新划分数据库,根据国家统计局2018年11月份提供的最新数据完成的总结,详情可见https://blog.csdn.net/w690333243/article/details/85756017,使用此开发的可见https://www.pgyer.com/dowawqx

2019-01-18

redis-desktop-manager-0.8.8.384.exe

redis-desktop-manager-0.8.8.384.exe redis可视化软件

2019-01-13

openfire-4.3.0-1.x86_64

openfire-4.3.0-1.x86_64.rpm, 为CentOS 安装 提供,开发即时消息使用

2019-01-13

ArangoDB学习资料,API文档

ArangoDB学习资料,API文档,3.3.19,AQL Docs,HTTP API Docs,General ArangoDB Manual

2018-11-09

tigase服务端packet从120到130服务器路由日志

tigase跨服器发送消息流程日志,120服务器的账号发送消息给130服务器的账号

2018-08-31

mongoVUE1.6.9

mongodb可视化工具,mongoVUE1.6.9版本,开发mongodb数据库相关

2018-08-31

Navicat,Mysql5.5,Xshell5,Xftp5,Wireshark64-2.4.

Navicat10 Mysql5.5 Xshell5 Xftp5 Wireshark-win64-2.4.2工具

2018-05-23

recyclerview-animators

github上recyclerview-animators无法编译问题解决 https://github.com/wasabeef/recyclerview-animators https://blog.csdn.net/w690333243/article/details/80377651

2018-05-19

smack4.1.6连接openfire,tigase,ejabberd所需jar包

jxmpp-core-0.5.0-alpha7 jxmpp-util-cache-0.5.0-alpha7 smack-android-4.1.6 smack-core-4.1.6 smack-extensions-4.1.6 smack-im-4.1.6 smack-sasl-provided-4.1.6 smack-tcp-4.1.6

2018-05-15

apache-maven-3.5.2

apache-maven-3.5.2 eclipse配置maven见https://www.cnblogs.com/tangshengwei/p/6341462.html maven中settings.xml文件已经修改好,只需在eclipse中配置即可

2018-04-27

Smack打印XMPP协议到日志文件

android项目中打印xmpp协议(收发的报文)到日志文件,只需将代码中使用的Log.debug替换为你自己输入到日志文件的代码即可,详情见https://blog.csdn.net/w690333243/article/details/79963639

2018-04-16

openfire4.2.3源码

openfire最新源代码4.2.3版本,或者去官网下载 http://www.igniterealtime.org/

2018-03-30

dom4jjar包

dom4j.jar_1.6.1最新版jar包 另外附上下载地址,可以自己下载 http://www.mvnrepository.com/artifact/dom4j/dom4j/1.6.1

2018-03-28

Openfire4.2.3

openfire最新版本源代码,openfire4.2.3源码,也可以自己去github下载 https://github.com/igniterealtime/Openfire

2018-03-25

smack_4_2_3

smack最新版代码,smack4.2.3,xmpp库文件,配合openfire实现即时通讯

2018-03-25

openfire-4.2.3-1.x86_64.rpm

openfire-4.2.3-1.x86_64,linux版本,openfire4.2.3最新版本

2018-03-25

openfire_4_2_3_bundledJRE_x64.exe

最新版openfre4.2.3,windows版本,64位,带jre,官网下载地址 http://www.igniterealtime.org/downloads/index.jsp

2018-03-25

jquery3.2.1 jquery.form.js

你可自行去 https://github.com/jquery-form/form/tree/master/src下载 http://malsup.com/jquery/form/#download 参考http://blog.csdn.net/zzq58157383/article/details/7718956 或http://jquery.com/

2018-03-04

python3.6x64_PyDev 6.0

python-3.6.0-amd64 PyDev 6.0.0 http://blog.csdn.net/jkwwwwwwwwww/article/details/51338230

2018-01-18

Navicat_mysql-5.5.13_x64

Navicat for Mysql 11.0 mysql-5.5.13-winx64,Navicat附加有注册license_file和注册方法,mysql5.5 x64

2018-01-15

mongodb-windows-x86_64-5.0.3-signed.msi

mongodb-windows-x86_64-5.0.3-signed.msi,官网下载实在是太慢了,我下载了几天,老是中断,今天终于下载好了

2021-10-17

ArangoDB3-3.5.3_win64.exe

ArangoDB3-3.5.3_win64.exe Arangodb数据库 windows安装包 https://blog.csdn.net/w690333243/article/details/103497010 https://blog.csdn.net/w690333243/category_8362951.html

2019-12-11

GraphCourse_DemoData_ArangoDB-1.zip

arangodb中使用的航班数据 GraphCourse_DemoData_ArangoDB-1.zip 参考博客 https://blog.csdn.net/w690333243/article/details/103497010

2019-12-11

react-native-facebook.zip

https://github.com/jitsi/jitsi-maven-repository/tree/master/releases/com/facebook/react/react-native-locale-detector https://github.com/jitsi/jitsi-maven-repository/tree/master/releases/com/facebook/react/react-native-locale-detector/1.0.0-jitsi-1 https://github.com/jitsi/jitsi

2019-10-31

flutter_sdk.zip

flutter sdk,dart skd,文件,只需要解压后,按照文章配置即可 https://mp.csdn.net/mdeditor/100518606,共有3个压缩包

2019-09-03

flutter_sdk.z02

flutter sdk,dart skd,文件,只需要解压后,按照文章配置即可 https://mp.csdn.net/mdeditor/100518606,共有3个压缩包

2019-09-03

flutter_sdk.z01

flutter sdk,dart skd,文件,只需要解压后,按照文章配置即可 https://mp.csdn.net/mdeditor/100518606

2019-09-03

psi_robo3t_spark2.8_forkinstall.zip

psi-1.3-win64-setup.exe,robo3t-1.3.1-windows-x86_64-7419c406.exe,ForkInstaller.exe,spark_2_8_3.exe

2019-06-03

SQLiteExpertPro 5.2.0.zip

SQLiteExpertPro 5.2.0,SQLiteExpertPro 5.2.0,SQLiteExpertPro 5.2.0破解版,含注册码

2019-05-27

tigase-server-8.0.0-b10083-dist-max.zip

tigase部署文件,部署到Centos使用,如果不会用可以留言

2019-05-25

tigase-server_配置好的.zip

tigase-server 配置相关内容 https://blog.csdn.net/w690333243/article/details/90550837

2019-05-25

反编译工具.zip

apktool_2.4.0.jar,dex2jar-2.0.zip,jd-gui-windows-1.5.0.zip,jd-gui-1.5.0.jar https://blog.csdn.net/w690333243/article/details/90380455

2019-05-20

mysql-8.0.16-winx64

mysql-8.0.16-winx64,mysql最新版本8.0.16,windows版本

2019-05-07

openfire_4_3_2_bundledJRE_x64

openfire_4_3_2_bundledJRE_x64,openfire最新版本 windows软件

2019-05-07

editplus_12768

editplus_12768,破解版,带注册码,仅供个人学习使用

2019-04-28

source inght4.0破解版+截图工具

source inght4.0破解版,亲测可用,仅用于个人学习,企业请去官网购买正版 https://download.csdn.net/download/weixin_43965571/10932008 截图工具

2019-04-28

音频文件加密,解密

音频文件加密、解密。https://download.csdn.net/download/u012964281/8233079 整理成gradle,手动在设置中开启权限,将raw下音频文件放到手机存储根目录

2019-04-10

WeChatSdkSample_5.3.1

微信支付SDK5.3.1 最新的demo,官网下载的不能用,自己新建的项目。官网下载链接 博客https://blog.csdn.net/w690333243/article/details/88369996 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319167&token;=&lang=zh_CN https://res.wx.qq.com/op_res/dl_hmdniBHBL1Jh2zHwHaZ-FM8YE9hTH6H6U7NKwbshR0QSgb7vH5aL4zwhtGqEt

2019-03-09

Retrofit+OkHttp+RxAndroid

Retrofit+OkHttp+RxAndroid,仅供自己参考的代码,最好自己看原博客

2019-02-26

mips64el-linux-android

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

2019-02-25

空空如也

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

TA关注的人

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