处理几项事务
· 阅读需 1 分钟
任务集
- 结营伙伴崩溃问题;
- 极光推送安全审核问题;
- oppo 加 channel id;
- 服务器瘦身;
- 三合一工作方案;先学会
- 联调接口-财务,服务费;
- 结赢伙伴 iOS 证书配置;
- Next.js 的 CRUD,运营后台方案;
- BR_20241227_印章证照使用申请单,http://172.16.160.213:8090/pages/viewpage.action?pageId=67701763
- 更新隐私协议;鑫联盟,结赢伙伴;
- 工时统计;
private void initChannel(){
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
if (nm != null){
NotificationChannelGroup notificationChannelGroup = new NotificationChannelGroup("MyGroupId", "自定义通知组");
nm.createNotificationChannelGroup(notificationChannelGroup);
NotificationChannel notificationChannel = new NotificationChannel("MyChannelId", "自定义通知", NotificationManager.IMPORTANCE_HIGH);
notificationChannel.setGroup("MyGroupId");
notificationChannel.enableLights(true);
notificationChannel.enableVibration(true);
notificationChannel.setSound("android.resource:// 包名 /raw/ 铃声文件", null); // 设置自定义铃声
nm.createNotificationChannel(notificationChannel);
}
}
}
您遇到的错误信息表明,Watchman 服务无法与其套接字进行通信,这通常是由于权限问题或 Watchman 服务未正确运行造成的。以下是一些故障排除和解决此问题的步骤:
检查 Watchman 状态:
watchman version
重启 Watchman:
watchman shutdown-server
watchman watch-del-all
检查权限:
sudo chown -R $(whoami) /usr/local/var/run/watchman
chmod 700 /usr/local/var/run/watchman
完全磁盘访问:
删除状态文件