YiAn Zhang

Results 4 comments of YiAn Zhang

@harolCalzada `p = Paginator(objects, request=request)` Just add the number of pages you need to page in this line of code.

https://github.com/jamespacileo/django-pure-pagination/issues/51

我也遇到了同样的问题,如果您解决了,能否告知一下,谢谢! @lihao1995

不是有代码遗漏,是 Android 8.0 之后,对于广播的发送与接收变严格了,需要加入Component参数。 ``` Intent intent = new Intent("com.example.broad"); intent.setComponent(new ComponentName("com.example.broadcasttest","com.example.broadcasttest.MyBroadcastReceiver")); sendBroadcast(intent); ```