周波

Results 29 comments of 周波

@ice1000 I can't agree more

> I also tried to decouple Darcula from Intellij, but gave up after seeing how highly coupled it is to the codebase. > > I wrote a script that extracts...

> You'll have to run it yourself (there are instructions in the gist). To create the full extract we'd need an example swing app that uses every feature, I haven't...

> @kirill-grouchnikov Exactly, probably not a good idea. > > I do hope jetbrains considers decoupling their LAFs. Especially since Jetbrains Runtime is moving to Java 11, they'll be able...

> Updated the script to run on Java 8.. forgot InputStream::transferTo was added in Java 9! > > And will do, @rememberber thanks a lot!gist was blocked in China,not easy...

下载linux的版本,解压,应该可以: http://download.zhoubochina.com/linux/WePush-3.6.3.zip 发送自 Windows 10 版邮件应用 发件人: gococ 发送时间: 2019年8月28日 12:29 收件人: rememberber/WePush 抄送: Subscribed 主题: [rememberber/WePush] 请问有没有32位的wepush?办公电脑是32位的系统。。 (#210) 请问有没有32位的wepush?办公电脑是32位的系统。。 — You are receiving this because you are subscribed to...

可以用这个下载链接:https://github.com/rememberber/WePush/blob/master/download.md “github的release上传自定义包功能”这个之前用过,但是有大小和每个仓库的总容量限制,而且速度不行,所以不用了

@chijincn 非常感谢!使用外部accessToken确实存在问题,已经修复了,会在下一版更新,如果等不及更新,可以clone本项目在项目中运行WePush 另外,使用外部和非外部accessToken两种互相切换时会先让之前缓存的accessToken失效,这个是设计如此,是因为一些多账号切换场景需要如此,不用担心,只是两种模式切换后第一次会失效,然后后面都继续缓存

> > @chijincn 非常感谢!使用外部accessToken确实存在问题,已经修复了,会在下一版更新,如果等不及更新,可以clone本项目在项目中运行WePush > > 另外,使用外部和非外部accessToken两种互相切换时会先让之前缓存的accessToken失效,这个是设计如此,是因为一些多账号切换场景需要如此,不用担心,只是两种模式切换后第一次会失效,然后后面都继续缓存 > > 你好,请问是只修改了`src/main/java/com/fangxuele/tool/push/util/WeWxMpServiceImpl.java`这个文件吗,好像问题依旧。 @chijincn 我测试没问题,测试过程如下: **第一步:** 在获取accessToken(后面简称ACT)的工具类的返回前增加打印ACT到控制台的代码: ![图像 044](https://user-images.githubusercontent.com/4653893/64500654-a5f82d80-d2f0-11e9-9c11-6ad739d4cd74.png) ![图像 045](https://user-images.githubusercontent.com/4653893/64500729-efe11380-d2f0-11e9-9a67-b486764b5d55.png) **第二步:** 配置服务号,发送客服消息,观察控制台打印: ![图像 049](https://user-images.githubusercontent.com/4653893/64502356-50278380-d2f8-11e9-8572-9a0e04cf4e27.png) **第三步:** 再次发送客服消息,观察控制台打印: ![图像 050](https://user-images.githubusercontent.com/4653893/64502515-0ab78600-d2f9-11e9-837a-7c70258f6756.png) 没有变化,说明缓存了 **第四步:** 将该ACT通过外部api接口返回: ![图像...

我没用过gradle,根据你的描述,我推测缺少的依赖应该是那几个需要在本地mvn库安装的jar,你看我wiki里面说的手动安装方法,看对你有没有帮助