实例介绍
实现了完整的新闻的web服务端和Android客户端, web使用MySQL数据口存储新闻Json数据,对客户端发出的请求, 用servlet响应新闻数据,客户端获取后,进行解析展示。此外还添加了 评论。分享的功能。
【实例截图】
【核心代码】
xiaowu-news-client-master
└── xiaowu-news-client-master
├── MySQL数据库文件
│ └── android.sql
├── README.md
├── 小巫新闻客户端源代码
│ └── XiaoWuNewsClient
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── xiaowu
│ │ │ │ └── news
│ │ │ │ ├── AddSubscriptionActivity.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── CommentsActivity$1.class
│ │ │ │ ├── CommentsActivity$NewsCommentsOnClickListener.class
│ │ │ │ ├── CommentsActivity.class
│ │ │ │ ├── ConstomTextView$1.class
│ │ │ │ ├── ConstomTextView$DownloadPicThread.class
│ │ │ │ ├── ConstomTextView.class
│ │ │ │ ├── custom
│ │ │ │ │ └── ConstomSimpleAdapter.class
│ │ │ │ ├── FinancialActivity$1.class
│ │ │ │ ├── FinancialActivity.class
│ │ │ │ ├── HotNewsActivity$1.class
│ │ │ │ ├── HotNewsActivity.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$4.class
│ │ │ │ ├── MainActivity$LoadNewsAsyncTack.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── model
│ │ │ │ │ ├── Category.class
│ │ │ │ │ ├── FinancialCagory.class
│ │ │ │ │ ├── HotNewsCategory.class
│ │ │ │ │ └── Parameter.class
│ │ │ │ ├── NewsDetailActivity$1.class
│ │ │ │ ├── NewsDetailActivity$NewsBodyOntouchListener.class
│ │ │ │ ├── NewsDetailActivity$NewsDetailOnClickListener.class
│ │ │ │ ├── NewsDetailActivity$UpdateNewsThread.class
│ │ │ │ ├── NewsDetailActivity.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$array.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── SearchNewsActiity$1.class
│ │ │ │ ├── SearchNewsActiity.class
│ │ │ │ ├── service
│ │ │ │ │ └── SyncHttp.class
│ │ │ │ ├── SubscribeActivity$1.class
│ │ │ │ ├── SubscribeActivity.class
│ │ │ │ ├── TabHostActivity.class
│ │ │ │ ├── thread
│ │ │ │ │ └── PostCommentsThread.class
│ │ │ │ ├── update
│ │ │ │ │ ├── ParseXmlService.class
│ │ │ │ │ ├── UpdateManager$1.class
│ │ │ │ │ ├── UpdateManager$2.class
│ │ │ │ │ ├── UpdateManager$3.class
│ │ │ │ │ ├── UpdateManager$4.class
│ │ │ │ │ ├── UpdateManager$DownloadApkThread.class
│ │ │ │ │ └── UpdateManager.class
│ │ │ │ └── util
│ │ │ │ ├── DensityUtil.class
│ │ │ │ └── StringUtil.class
│ │ │ └── version.xml
│ │ ├── classes.dex
│ │ ├── jarlist.cache
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── ic_action_search.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── button_normal.9.png
│ │ │ │ ├── button_pressed.9.png
│ │ │ │ ├── ic_action_search.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── image_button_function.9.png
│ │ │ │ ├── image_button_function_down.9.png
│ │ │ │ ├── image_button_function_selected.9.png
│ │ │ │ ├── image_button_operate_disabled.png
│ │ │ │ ├── image_button_operate.png
│ │ │ │ ├── image_button_operate_selected.png
│ │ │ │ ├── image_button_operate_small.png
│ │ │ │ ├── image_button_operate_small_selected.png
│ │ │ │ ├── image_categorybar_background.png
│ │ │ │ ├── image_categorybar_item_selected_background.9.png
│ │ │ │ ├── image_categorybar_right_arrow.png
│ │ │ │ ├── image_financial_index_table_title_background.png
│ │ │ │ ├── image_list_icon_collapse.png
│ │ │ │ ├── image_list_icon_expand.png
│ │ │ │ ├── image_list_open_item.png
│ │ │ │ ├── image_list_open_item_selected.png
│ │ │ │ ├── image_list_selected_background.9.png
│ │ │ │ ├── image_list_separator_line.png
│ │ │ │ ├── image_prompt_smiley.png
│ │ │ │ ├── image_search_searchbox.png
│ │ │ │ ├── image_search_search_button.png
│ │ │ │ ├── image_search_search_button_selected.png
│ │ │ │ ├── image_subscription_welcome_background.png
│ │ │ │ ├── image_tabbar_background.png
│ │ │ │ ├── image_tabbar_button_financial_index_down.png
│ │ │ │ ├── image_tabbar_button_financial_index.png
│ │ │ │ ├── image_tabbar_button_financial_index_selected.png
│ │ │ │ ├── image_tabbar_button_hot_news_down.png
│ │ │ │ ├── image_tabbar_button_hot_news.png
│ │ │ │ ├── image_tabbar_button_hot_news_selected.png
│ │ │ │ ├── image_tabbar_button_news_home_down.png
│ │ │ │ ├── image_tabbar_button_news_home.png
│ │ │ │ ├── image_tabbar_button_news_home_selected.png
│ │ │ │ ├── image_tabbar_button_search_news_down.png
│ │ │ │ ├── image_tabbar_button_search_news.png
│ │ │ │ ├── image_tabbar_button_search_news_selected.png
│ │ │ │ ├── image_tabbar_button_subscription_down.png
│ │ │ │ ├── image_tabbar_button_subscription.png
│ │ │ │ ├── image_tabbar_button_subscription_selected.png
│ │ │ │ ├── image_titlebar_background.png
│ │ │ │ ├── image_titlebar_button_next_disabled.png
│ │ │ │ ├── image_titlebar_button_next.png
│ │ │ │ ├── image_titlebar_button_next_selected.png
│ │ │ │ ├── image_titlebar_button_previous_disabled.png
│ │ │ │ ├── image_titlebar_button_previous.png
│ │ │ │ ├── image_titlebar_button_previous_selected.png
│ │ │ │ ├── image_titlebar_button_refresh.png
│ │ │ │ ├── image_titlebar_button_refresh_selected.png
│ │ │ │ ├── image_titlebar_button_subscribe.png
│ │ │ │ ├── image_titlebar_button_subscribe_selected.png
│ │ │ │ ├── image_toolbar_background.png
│ │ │ │ ├── image_toolbar_button_favorites.png
│ │ │ │ ├── image_toolbar_button_favorites_remove.png
│ │ │ │ ├── image_toolbar_button_favorites_selected.png
│ │ │ │ ├── image_toolbar_button_liked.png
│ │ │ │ ├── image_toolbar_button_like.png
│ │ │ │ ├── image_toolbar_button_like_selected.png
│ │ │ │ ├── image_toolbar_button_share.png
│ │ │ │ ├── image_toolbar_button_share_selected.png
│ │ │ │ ├── image_viewer_btn_bg_nor.9.png
│ │ │ │ ├── image_viewer_btn_bg_press.9.png
│ │ │ │ ├── image_widget_horizontal_separator.png
│ │ │ │ ├── image_widget_hot_list_separator_line.png
│ │ │ │ ├── news_reply_img_btn_background.png
│ │ │ │ ├── reply_button_normal.9.png
│ │ │ │ ├── reply_button_pressed.9.png
│ │ │ │ ├── send_input_normal.9.png
│ │ │ │ └── send_input_pressed.9.png
│ │ │ └── drawable-xhdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── resources.ap_
│ │ └── XiaoWuNewsClient.apk
│ ├── gen
│ │ └── com
│ │ └── xiaowu
│ │ └── news
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ ├── android-support-v4.jar
│ │ └── Baidu_MobAds_SDK_3.0.jar
│ ├── lint.xml
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ ├── push_left_in.xml
│ │ │ ├── push_left_out.xml
│ │ │ ├── push_right_in.xml
│ │ │ └── push_right_out.xml
│ │ ├── color
│ │ │ ├── category_item_title_selector.xml
│ │ │ ├── financial_list_item_title_selector.xml
│ │ │ ├── newslist_item_digest_selector.xml
│ │ │ ├── newslist_item_ptime_selector.xml
│ │ │ ├── newslist_item_source_selector.xml
│ │ │ ├── newslist_item_title_selector.xml
│ │ │ ├── newslist_loadmore_btn_selector.xml
│ │ │ └── sublist_item_title_selector.xml
│ │ ├── drawable
│ │ │ ├── begin_subsciption_selector.xml
│ │ │ ├── btn_send_reply_selector.xml
│ │ │ ├── btn_titlebar_refresh_selector.xml
│ │ │ ├── btn_titlebar_subscribe_selector.xml
│ │ │ ├── image_icon_collapse_selector.xml
│ │ │ ├── image_icon_expand_selector.xml
│ │ │ ├── image_tabbar_button_financial_index_selector.xml
│ │ │ ├── image_tabbar_button_hot_news_selector.xml
│ │ │ ├── image_tabbar_button_news_home_selector.xml
│ │ │ ├── image_tabbar_button_search_news_selector.xml
│ │ │ ├── image_tabbar_button_subscription_selector.xml
│ │ │ ├── list_open_item_btn_selector.xml
│ │ │ ├── news_comments_titlebar_btn_news_selector.xml
│ │ │ ├── newsdetail_titlebar_btn_comments_selector.xml
│ │ │ ├── newsdetail_titlebar_btn_next_selector.xml
│ │ │ ├── newsdetail_titlebar_btn_privious_selector.xml
│ │ │ ├── newsdetail_toolbar_btn_share_selector.xml
│ │ │ ├── newsdetail_toolbar_favorites_selector.xml
│ │ │ ├── newslist_item_go_detail_selector.xml
│ │ │ ├── news_list_item_selector.xml
│ │ │ └── search_button_selector.xml
│ │ ├── drawable-hdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── drawable-ldpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ ├── button_normal.9.png
│ │ │ ├── button_pressed.9.png
│ │ │ ├── ic_action_search.png
│ │ │ ├── ic_constom.jpg
│ │ │ ├── ic_launcher.png
│ │ │ ├── image_button_function.9.png
│ │ │ ├── image_button_function_down.9.png
│ │ │ ├── image_button_function_selected.9.png
│ │ │ ├── image_button_operate_disabled.png
│ │ │ ├── image_button_operate.png
│ │ │ ├── image_button_operate_selected.png
│ │ │ ├── image_button_operate_small.png
│ │ │ ├── image_button_operate_small_selected.png
│ │ │ ├── image_categorybar_background.png
│ │ │ ├── image_categorybar_item_selected_background.9.png
│ │ │ ├── image_categorybar_right_arrow.png
│ │ │ ├── image_financial_index_table_title_background.png
│ │ │ ├── image_list_icon_collapse.png
│ │ │ ├── image_list_icon_expand.png
│ │ │ ├── image_list_open_item.png
│ │ │ ├── image_list_open_item_selected.png
│ │ │ ├── image_list_selected_background.9.png
│ │ │ ├── image_list_separator_line.png
│ │ │ ├── image_prompt_smiley.png
│ │ │ ├── image_search_searchbox.png
│ │ │ ├── image_search_search_button.png
│ │ │ ├── image_search_search_button_selected.png
│ │ │ ├── image_subscription_welcome_background.png
│ │ │ ├── image_tabbar_background.png
│ │ │ ├── image_tabbar_button_financial_index_down.png
│ │ │ ├── image_tabbar_button_financial_index.png
│ │ │ ├── image_tabbar_button_financial_index_selected.png
│ │ │ ├── image_tabbar_button_hot_news_down.png
│ │ │ ├── image_tabbar_button_hot_news.png
│ │ │ ├── image_tabbar_button_hot_news_selected.png
│ │ │ ├── image_tabbar_button_news_home_down.png
│ │ │ ├── image_tabbar_button_news_home.png
│ │ │ ├── image_tabbar_button_news_home_selected.png
│ │ │ ├── image_tabbar_button_search_news_down.png
│ │ │ ├── image_tabbar_button_search_news.png
│ │ │ ├── image_tabbar_button_search_news_selected.png
│ │ │ ├── image_tabbar_button_subscription_down.png
│ │ │ ├── image_tabbar_button_subscription.png
│ │ │ ├── image_tabbar_button_subscription_selected.png
│ │ │ ├── image_titlebar_background.png
│ │ │ ├── image_titlebar_button_next_disabled.png
│ │ │ ├── image_titlebar_button_next.png
│ │ │ ├── image_titlebar_button_next_selected.png
│ │ │ ├── image_titlebar_button_previous_disabled.png
│ │ │ ├── image_titlebar_button_previous.png
│ │ │ ├── image_titlebar_button_previous_selected.png
│ │ │ ├── image_titlebar_button_refresh.png
│ │ │ ├── image_titlebar_button_refresh_selected.png
│ │ │ ├── image_titlebar_button_subscribe.png
│ │ │ ├── image_titlebar_button_subscribe_selected.png
│ │ │ ├── image_toolbar_background.png
│ │ │ ├── image_toolbar_button_favorites.png
│ │ │ ├── image_toolbar_button_favorites_remove.png
│ │ │ ├── image_toolbar_button_favorites_selected.png
│ │ │ ├── image_toolbar_button_liked.png
│ │ │ ├── image_toolbar_button_like.png
│ │ │ ├── image_toolbar_button_like_selected.png
│ │ │ ├── image_toolbar_button_share.png
│ │ │ ├── image_toolbar_button_share_selected.png
│ │ │ ├── image_viewer_btn_bg_nor.9.png
│ │ │ ├── image_viewer_btn_bg_press.9.png
│ │ │ ├── image_widget_horizontal_separator.png
│ │ │ ├── image_widget_hot_list_separator_line.png
│ │ │ ├── news_reply_img_btn_background.png
│ │ │ ├── reply_button_normal.9.png
│ │ │ ├── reply_button_pressed.9.png
│ │ │ ├── send_input_normal.9.png
│ │ │ └── send_input_pressed.9.png
│ │ ├── drawable-xhdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── add_subscription_layout.xml
│ │ │ ├── category_item_layout.xml
│ │ │ ├── comments_layout.xml
│ │ │ ├── comments_list_item_layout.xml
│ │ │ ├── financial_category_item_layout.xml
│ │ │ ├── financial_index_layout.xml
│ │ │ ├── financial_list_item_layout.xml
│ │ │ ├── hot_news_category_item_layout.xml
│ │ │ ├── hot_news_layout.xml
│ │ │ ├── hot_news_list_item_layout.xml
│ │ │ ├── hotnews_list_item_layout.xml
│ │ │ ├── loadmore_layout.xml
│ │ │ ├── maintabs.xml
│ │ │ ├── newsbody_layout.xml
│ │ │ ├── newsdetails_layout.xml
│ │ │ ├── news_home_layout.xml
│ │ │ ├── newslist_item_layout.xml
│ │ │ ├── news_reply_frame_layout.xml
│ │ │ ├── search_news_layout.xml
│ │ │ ├── softupdate_progress.xml
│ │ │ ├── sublist_item_layout.xml
│ │ │ └── subscription_layout.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ ├── values
│ │ │ ├── array.xml
│ │ │ ├── attrs.xml
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── drawables.xml
│ │ │ ├── ids.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-large
│ │ └── dimens.xml
│ └── src
│ ├── com
│ │ └── xiaowu
│ │ └── news
│ │ ├── AddSubscriptionActivity.java
│ │ ├── CommentsActivity.java
│ │ ├── ConstomTextView.java
│ │ ├── custom
│ │ │ └── ConstomSimpleAdapter.java
│ │ ├── FinancialActivity.java
│ │ ├── HotNewsActivity.java
│ │ ├── MainActivity.java
│ │ ├── model
│ │ │ ├── Category.java
│ │ │ ├── FinancialCagory.java
│ │ │ ├── HotNewsCategory.java
│ │ │ └── Parameter.java
│ │ ├── NewsDetailActivity.java
│ │ ├── SearchNewsActiity.java
│ │ ├── service
│ │ │ └── SyncHttp.java
│ │ ├── SubscribeActivity.java
│ │ ├── TabHostActivity.java
│ │ ├── thread
│ │ │ └── PostCommentsThread.java
│ │ ├── update
│ │ │ ├── ParseXmlService.java
│ │ │ └── UpdateManager.java
│ │ └── util
│ │ ├── DensityUtil.java
│ │ └── StringUtil.java
│ └── version.xml
├── 服务端源代码
│ └── web
│ ├── src
│ │ ├── com
│ │ │ └── szy
│ │ │ └── web
│ │ │ ├── dao
│ │ │ │ ├── CategoryDAO.java
│ │ │ │ ├── CommentDAO.java
│ │ │ │ ├── Config.properties
│ │ │ │ ├── NewsDAO.java
│ │ │ │ ├── SqlManager.java
│ │ │ │ └── UserDAO.java
│ │ │ ├── model
│ │ │ │ ├── Category.java
│ │ │ │ ├── Comment.java
│ │ │ │ └── News.java
│ │ │ ├── servlet
│ │ │ │ ├── GetCategoriesServlet.java
│ │ │ │ ├── GetCommentsServlet.java
│ │ │ │ ├── GetNewsServlet.java
│ │ │ │ ├── GetSpecifyCategoryNewsServlet.java
│ │ │ │ └── PostCommentServlet.java
│ │ │ └── util
│ │ │ └── TextUtility.java
│ │ └── org
│ │ └── json
│ │ ├── CDL.java
│ │ ├── Cookie.java
│ │ ├── CookieList.java
│ │ ├── HTTP.java
│ │ ├── HTTPTokener.java
│ │ ├── JSONArray.java
│ │ ├── JSONException.java
│ │ ├── JSONML.java
│ │ ├── JSONObject.java
│ │ ├── JSONStringer.java
│ │ ├── JSONString.java
│ │ ├── JSONTokener.java
│ │ ├── JSONWriter.java
│ │ ├── Test.java
│ │ ├── XML.java
│ │ └── XMLTokener.java
│ ├── test
│ │ ├── CategoryDAOTest.java
│ │ ├── NewsDAOTest.java
│ │ ├── ReplayDAOTest.java
│ │ └── UserDAOTest.java
│ └── WebRoot
│ ├── images
│ │ └── logo.png
│ ├── index.jsp
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── WEB-INF
│ ├── classes
│ │ ├── CategoryDAOTest.class
│ │ ├── com
│ │ │ └── szy
│ │ │ └── web
│ │ │ ├── dao
│ │ │ │ ├── CategoryDAO.class
│ │ │ │ ├── CommentDAO.class
│ │ │ │ ├── Config.properties
│ │ │ │ ├── NewsDAO.class
│ │ │ │ ├── SqlManager.class
│ │ │ │ └── UserDAO.class
│ │ │ ├── model
│ │ │ │ ├── Category.class
│ │ │ │ ├── Comment.class
│ │ │ │ └── News.class
│ │ │ ├── servlet
│ │ │ │ ├── GetCategoriesServlet.class
│ │ │ │ ├── GetCommentsServlet.class
│ │ │ │ ├── GetNewsServlet.class
│ │ │ │ ├── GetSpecifyCategoryNewsServlet.class
│ │ │ │ └── PostCommentServlet.class
│ │ │ └── util
│ │ │ └── TextUtility.class
│ │ ├── NewsDAOTest.class
│ │ ├── org
│ │ │ └── json
│ │ │ ├── CDL.class
│ │ │ ├── Cookie.class
│ │ │ ├── CookieList.class
│ │ │ ├── HTTP.class
│ │ │ ├── HTTPTokener.class
│ │ │ ├── JSONArray.class
│ │ │ ├── JSONException.class
│ │ │ ├── JSONML.class
│ │ │ ├── JSONObject$Null.class
│ │ │ ├── JSONObject.class
│ │ │ ├── JSONString.class
│ │ │ ├── JSONStringer.class
│ │ │ ├── JSONTokener.class
│ │ │ ├── JSONWriter.class
│ │ │ ├── Test$Beany.class
│ │ │ ├── Test.class
│ │ │ ├── XML.class
│ │ │ └── XMLTokener.class
│ │ ├── ReplayDAOTest.class
│ │ └── UserDAOTest.class
│ ├── lib
│ │ ├── junit.jar
│ │ └── mysql-connector-java-5.1.6-bin.jar
│ └── web.xml
└── 项目截图
├── DOM解析XMLpng.png
├── UI设计(1).png
├── UI设计(2).png
├── UI设计(3).png
├── UI设计(4).png
├── UI设计(5).png
├── 实现分页查看信息和实现加载更多的功能-代码编写(二).png
├── 展示新闻回复内容.png
├── 市场联盟.png
├── 底部菜单实现1.png
├── 底部菜单实现2.png
├── 底部菜单实现3.png
├── 底部菜单实现4.png
├── 底部菜单实现5.png
├── 异步更新新闻列表-代码编写(三).png
├── 异步更新新闻详细信息(1).png
├── 异步更新新闻详细信息(2).png
├── 异步更新新闻详细信息(3).png
├── 异步更新新闻详细信息(4).png
├── 新闻回复功能(1).png
├── 新闻回复功能(2).png
├── 新闻回复功能(3).png
├── 新闻回复功能(4).png
├── 显示新闻详细内容-代码编写(四).png
├── 最终效果2.png
├── 最终效果3.png
├── 最终效果图1.png
├── 最终界面.png
├── 添加广告(1).png
├── 添加广告.png
├── 百度SDK jar包导入.png
├── 自定义TextView(1).png
├── 自定义TextView.png
├── 获取新闻列表 - 代码编写(一).png
├── 软件自动更新(1).png
├── 软件自动更新(2).png
└── 软件自动更新.png
76 directories, 431 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论