From abbbf954521bddba18129691e69cec9f1c24cff1 Mon Sep 17 00:00:00 2001 From: Zhenguo Date: Fri, 21 Aug 2015 15:53:43 +0800 Subject: [PATCH 01/65] [NewFeature] Add ChannelUtil.java --- .idea/inspectionProfiles/Project_Default.xml | 11 ++ .../inspectionProfiles/profiles_settings.xml | 7 + .idea/workspace.xml | 136 +++++++++------ src/com/ihongqiqu/util/ChannelUtil.java | 158 ++++++++++++++++++ 4 files changed, 257 insertions(+), 55 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 src/com/ihongqiqu/util/ChannelUtil.java diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..472262c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..3b31283 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d053e2d..70038e3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -32,10 +32,7 @@