上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 51 下一页

2018年6月24日

记一次数据读取的问题

摘要: 业务场景是这样的: 调用批量修改用户金币的方法userService.batchUpdateAccount(userAc... 阅读全文

posted @ 2018-06-24 16:55 愤怒的苹果ext 阅读(44) 评论(0) 推荐(0)

2018年6月23日

nginx make报错Makefile:8: recipe for target 'build' failed

摘要: 编译安装nginx时使用./configure --prefix=/usr/local/nginx --with-pcre=/usr/local/pcre 没有报错,然后在make,发现异常,报错信息如下: root@iZwz91qim1yorfi3qvql46Z:~/software/nginx- 阅读全文

posted @ 2018-06-23 10:42 愤怒的苹果ext 阅读(82) 评论(0) 推荐(0)

nginx make报错Makefile:8: recipe for target 'build' failed

摘要: 编译安装nginx时使用./configure --prefix=/usr/local/nginx --with-pcre=/usr... 阅读全文

posted @ 2018-06-23 10:42 愤怒的苹果ext 阅读(42) 评论(0) 推荐(0)

2018年6月3日

FactoryBean详解

摘要: 一、首先来看看FactoryBean与BeanFactory: 这个两个拼写起来很相似,比较容易搞混,是反过来的。FactoryBe... 阅读全文

posted @ 2018-06-03 18:55 愤怒的苹果ext 阅读(173) 评论(0) 推荐(0)

2018年5月25日

使用wireshark抓取websocket包和http的包

摘要: 由于我的是android手机,我这里就写的利用wireshark抓android手机websocket的包(目前不知道ios是不... 阅读全文

posted @ 2018-05-25 23:06 愤怒的苹果ext 阅读(208) 评论(0) 推荐(0)

ThreadLocal

摘要: 什么是ThreadLocal 翻译过来中文意思就叫线程局部变量(thread local variable),就是为每个线程都创... 阅读全文

posted @ 2018-05-25 22:39 愤怒的苹果ext 阅读(33) 评论(0) 推荐(0)

2018年5月20日

android studio报错Gradle project sync failed. Please fix your project and try again

摘要: Android Studio导入项目或者新建项目想运行的时候可能会报错Gradle project sync failed. Pl... 阅读全文

posted @ 2018-05-20 16:56 愤怒的苹果ext 阅读(111) 评论(0) 推荐(0)

2018年5月12日

dubbo调用出现Caused by: java.lang.AbstractMethodError

摘要: dubbo消费者调用提供者出现: java.lang.AbstractMethodError: com.xxx.xxx.servic... 阅读全文

posted @ 2018-05-12 00:07 愤怒的苹果ext 阅读(200) 评论(0) 推荐(0)

2018年5月6日

手写精简版的java线程池

摘要: 一、谈谈池化技术 简单点来说,就是预先保存好大量的资源,这些是可复用的资源,你需要的时候给你。对于线程,内存,oracle的连接对象... 阅读全文

posted @ 2018-05-06 14:48 愤怒的苹果ext 阅读(47) 评论(0) 推荐(0)

2018年5月2日

python3 socket上传文件

摘要: 一、建立两个进程的TCP连接这里用到了struct库对文件信息进行处理。这里的struct类似于c中的结构体,可以把变量转换成具有c... 阅读全文

posted @ 2018-05-02 22:04 愤怒的苹果ext 阅读(36) 评论(0) 推荐(0)

上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 51 下一页

导航