资源简介
代码片段和文件信息
package com.fangxuele.tool.push;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import com.fangxuele.tool.push.ui.Init;
import com.fangxuele.tool.push.ui.form.MainWindow;
import com.fangxuele.tool.push.ui.frame.Mainframe;
import javax.swing.*;
/**
* Main Enter!
*/
public class App {
private static final Log log = LogFactory.get();
public static Mainframe mainframe;
public static void main(String[] args) {
// 初始化主题
Init.initTheme();
// 统一设置字体
Init.initGlobalFont();
mainframe = new Mainframe();
mainframe.init();
mainframe.addListeners();
mainframe.setContentPane(MainWindow.mainWindow.mainPanel);
mainframe.setDefaultCloseOperation(Jframe.DO_NOTHING_ON_CLOSE);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 304 2019-03-15 22:53 WePush\.git\config
文件 73 2019-03-15 22:29 WePush\.git\desc
文件 23 2019-03-15 22:53 WePush\.git\HEAD
文件 478 2019-03-15 22:29 WePush\.git\hooks\applypatch-msg.sample
文件 896 2019-03-15 22:29 WePush\.git\hooks\commit-msg.sample
文件 3327 2019-03-15 22:29 WePush\.git\hooks\fsmonitor-watchman.sample
文件 189 2019-03-15 22:29 WePush\.git\hooks\post-update.sample
文件 424 2019-03-15 22:29 WePush\.git\hooks\pre-applypatch.sample
文件 1638 2019-03-15 22:29 WePush\.git\hooks\pre-commit.sample
文件 1348 2019-03-15 22:29 WePush\.git\hooks\pre-push.sample
文件 4898 2019-03-15 22:29 WePush\.git\hooks\pre-reba
文件 544 2019-03-15 22:29 WePush\.git\hooks\pre-receive.sample
文件 1492 2019-03-15 22:29 WePush\.git\hooks\prepare-commit-msg.sample
文件 3610 2019-03-15 22:29 WePush\.git\hooks\update.sample
文件 12445 2019-03-15 22:53 WePush\.git\index
文件 240 2019-03-15 22:29 WePush\.git\info\exclude
文件 184 2019-03-15 22:53 WePush\.git\logs\HEAD
文件 184 2019-03-15 22:53 WePush\.git\logs\refs\heads\master
文件 184 2019-03-15 22:53 WePush\.git\logs\refs\remotes\origin\HEAD
文件 111588 2019-03-15 22:53 WePush\.git\ob
文件 26048331 2019-03-15 22:53 WePush\.git\ob
文件 1460 2019-03-15 22:53 WePush\.git\packed-refs
文件 41 2019-03-15 22:53 WePush\.git\refs\heads\master
文件 32 2019-03-15 22:53 WePush\.git\refs\remotes\origin\HEAD
文件 1698 2019-03-15 22:53 WePush\.travis.yml
文件 1518 2019-03-15 22:53 WePush\install_local_jar_to_repo.bat
文件 1086 2019-03-15 22:53 WePush\LICENSE.txt
文件 1036 2019-03-15 22:53 WePush\memo.md
文件 18578 2019-03-15 22:53 WePush\pom.xm
文件 3960 2019-03-15 22:53 WePush\readme.md
............此处省略143个文件信息
相关资源
- 基于Android的消息推送系统
- Android集成消息推送之MQTT
- GPS通过蓝牙推送位置到APP显示
- Android推送合集
- java实现微信公众号模版消息推送
- java微信模板消息推送,客服消息推送
- Django 使用WebSocket实时消息推送和简易
- java调用apns推送的实现
- Android中利用App实现消息推送机制的代
- 安卓航班Android开发经典教程大总结
- SpringBoot实现Socket.io消息推送(java+h
- Linux下V4L2视频采集与x264编码RTMP推送源
- rabbitmq:基于java、基于springboot、基于
- socketio-netty服务器推送jar包
- java实现邮箱推送消息(JavaMail)的D
- mqtt-client-1.7-uber.jar
- 百度消息推送
- Android 极光推送(第三方支持-04_036)
- DDPush推送
- 腾讯信鸽推送(java版)
- android通过Service实现消息推送客户端
- oracle Socket监听数据库推送信息
- 个推工具类java服务端
- 个推推送
- Android推送
- 百度云推送+微信朋友圈分享
- Android socket编程实现消息推送Server+C
- 极光推送android Demo源码(push)
- android 消息推送系统源码(jpush)
- 消息推送最新demo 服务器
评论
共有 条评论