在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → cocos2d-x 捕鱼达人源码.rar

cocos2d-x 捕鱼达人源码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:44.76M
  • 下载次数:1
  • 浏览次数:59
  • 发布时间:2021-12-04
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
cocos2d-x 捕鱼达人源码 游戏框架
【实例截图】
【核心代码】
4744302542956593063.rar
└── Windows项目
├── cocos2d-win32.vc2010.sdf
├── cocos2d-win32.vc2010.sln
├── cocos2d-win32.vc2010.suo
├── Debug.win32
│   ├── FishingJoy_Final.exe
│   ├── FishingJoy_Final.ilk
│   ├── FishingJoy_Final.pdb
│   ├── FishingJoy_FirstIteration.exe
│   ├── FishingJoy_FirstIteration.ilk
│   ├── FishingJoy_FirstIteration.pdb
│   ├── FishingJoy_SecondIteration.exe
│   ├── FishingJoy_SecondIteration.ilk
│   ├── FishingJoy_SecondIteration.pdb
│   ├── FishingJoy_ThirdIteration.exe
│   ├── FishingJoy_ThirdIteration.ilk
│   ├── FishingJoy_ThirdIteration.pdb
│   ├── glew32.dll
│   ├── glew32.lib
│   ├── iconv.dll
│   ├── libcocos2d.dll
│   ├── libcocos2d.exp
│   ├── libcocos2d.lib
│   ├── libcocos2d.pdb
│   ├── libCocosDenshion.dll
│   ├── libCocosDenshion.exp
│   ├── libCocosDenshion.lib
│   ├── libCocosDenshion.pdb
│   ├── libcurl.dll
│   ├── libcurl_imp.lib
│   ├── libiconv.lib
│   ├── libjpeg.lib
│   ├── libpng.lib
│   ├── libtiff.dll
│   ├── libtiff.lib
│   ├── libxml2.dll
│   ├── libxml2.lib
│   ├── libzlib.lib
│   ├── pthreadVCE2.dll
│   ├── pthreadVCE2.lib
│   ├── UserDefault.xml
│   └── zlib1.dll
├── FishingJoy
│   ├── FishingJoy_Final
│   │   ├── BackgroundLayer.cpp
│   │   ├── BackgroundLayer.h
│   │   ├── Bullet.cpp
│   │   ├── Bullet.h
│   │   ├── Cannon.cpp
│   │   ├── Cannon.h
│   │   ├── CannonLayer.cpp
│   │   ├── CannonLayer.h
│   │   ├── Classes
│   │   │   ├── AppDelegate.cpp
│   │   │   └── AppDelegate.h
│   │   ├── Counter.cpp
│   │   ├── Counter.h
│   │   ├── Fish.cpp
│   │   ├── Fish.h
│   │   ├── FishingJoyData.cpp
│   │   ├── FishingJoyData.h
│   │   ├── FishingJoy_Resources
│   │   │   ├── background.png
│   │   │   ├── bg_music.mp3
│   │   │   ├── fishingjoy_resource.plist
│   │   │   ├── fishingjoy_resource.png
│   │   │   ├── progress_bar.png
│   │   │   ├── progress_bg.png
│   │   │   ├── sound_button.mp3
│   │   │   ├── sound_shot.mp3
│   │   │   ├── star_particle.plist
│   │   │   ├── static_data.plist
│   │   │   └── title.png
│   │   ├── FishingNet.cpp
│   │   ├── FishingNet.h
│   │   ├── FishLayer.cpp
│   │   ├── FishLayer.h
│   │   ├── GameScene.cpp
│   │   ├── GameScene.h
│   │   ├── GoldCounterLayer.cpp
│   │   ├── GoldCounterLayer.h
│   │   ├── ios
│   │   │   ├── AppController.h
│   │   │   ├── AppController.mm
│   │   │   ├── main.m
│   │   │   ├── RootViewController.h
│   │   │   └── RootViewController.mm
│   │   ├── MenuLayer.cpp
│   │   ├── MenuLayer.h
│   │   ├── PanelLayer.cpp
│   │   ├── PanelLayer.h
│   │   ├── PersonalAudioEngine.cpp
│   │   ├── PersonalAudioEngine.h
│   │   ├── Prefix.pch
│   │   ├── ProgressBar.cpp
│   │   ├── ProgressBar.h
│   │   ├── ProgressProtocol.h
│   │   ├── Resources
│   │   │   ├── CloseNormal.png
│   │   │   ├── CloseSelected.png
│   │   │   ├── Default.png
│   │   │   ├── HelloWorld.png
│   │   │   ├── Icon@2x.png
│   │   │   ├── Icon-72.png
│   │   │   ├── Icon.png
│   │   │   ├── Icon-Small@2x.png
│   │   │   ├── Icon-Small-50.png
│   │   │   ├── Icon-Small.png
│   │   │   ├── Info.plist
│   │   │   └── iTunesArtwork
│   │   ├── ScheduleCountDown.cpp
│   │   ├── ScheduleCountDown.h
│   │   ├── ScheduleCounterProtocol.h
│   │   ├── StartScene.cpp
│   │   ├── StartScene.h
│   │   ├── StaticData.cpp
│   │   ├── StaticData.h
│   │   ├── TouchLayer.cpp
│   │   ├── TouchLayer.h
│   │   ├── Weapon.cpp
│   │   ├── Weapon.h
│   │   └── win32
│   │   ├── Debug.win32
│   │   │   ├── AppDelegate.obj
│   │   │   ├── BackgroundLayer.obj
│   │   │   ├── Bullet.obj
│   │   │   ├── CannonLayer.obj
│   │   │   ├── Cannon.obj
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── Counter.obj
│   │   │   ├── FishingJoyData.obj
│   │   │   ├── FishingJoy_Final.exe.embed.manifest
│   │   │   ├── FishingJoy_Final.exe.embed.manifest.res
│   │   │   ├── FishingJoy_Final.exe.intermediate.manifest
│   │   │   ├── FishingJoy_Final.lastbuildstate
│   │   │   ├── FishingJoy_Final.log
│   │   │   ├── FishingJoy_Final_manifest.rc
│   │   │   ├── FishingJoy_Final.write.1.tlog
│   │   │   ├── FishingNet.obj
│   │   │   ├── FishLayer.obj
│   │   │   ├── Fish.obj
│   │   │   ├── GameScene.obj
│   │   │   ├── GoldCounterLayer.obj
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link-cvtres.read.1.tlog
│   │   │   ├── link-cvtres.write.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   ├── main.obj
│   │   │   ├── MenuLayer.obj
│   │   │   ├── mt.command.1.tlog
│   │   │   ├── mt.read.1.tlog
│   │   │   ├── mt.write.1.tlog
│   │   │   ├── PanelLayer.obj
│   │   │   ├── PersonalAudioEngine.obj
│   │   │   ├── ProgressBar.obj
│   │   │   ├── rc.command.1.tlog
│   │   │   ├── rc.read.1.tlog
│   │   │   ├── rc.write.1.tlog
│   │   │   ├── ScheduleCountDown.obj
│   │   │   ├── StartScene.obj
│   │   │   ├── StaticData.obj
│   │   │   ├── TouchLayer.obj
│   │   │   ├── vc100.idb
│   │   │   ├── vc100.pdb
│   │   │   └── Weapon.obj
│   │   ├── FishingJoy_Final.vcxproj
│   │   ├── FishingJoy_Final.vcxproj.filters
│   │   ├── FishingJoy_Final.vcxproj.user
│   │   ├── main.cpp
│   │   └── main.h
│   ├── FishingJoy_FirstIteration
│   │   ├── BackgroundLayer.cpp
│   │   ├── BackgroundLayer.h
│   │   ├── Bullet.cpp
│   │   ├── Bullet.h
│   │   ├── Cannon.cpp
│   │   ├── Cannon.h
│   │   ├── CannonLayer.cpp
│   │   ├── CannonLayer.h
│   │   ├── Classes
│   │   │   ├── AppDelegate.cpp
│   │   │   └── AppDelegate.h
│   │   ├── Fish.cpp
│   │   ├── Fish.h
│   │   ├── FishingJoyData.cpp
│   │   ├── FishingJoyData.h
│   │   ├── FishingJoy_Resources
│   │   │   ├── background.png
│   │   │   ├── bg_music.mp3
│   │   │   ├── fishingjoy_resource.plist
│   │   │   ├── fishingjoy_resource.png
│   │   │   ├── progress_bar.png
│   │   │   ├── progress_bg.png
│   │   │   ├── sound_button.mp3
│   │   │   ├── sound_shot.mp3
│   │   │   ├── star_particle.plist
│   │   │   ├── static_data.plist
│   │   │   └── title.png
│   │   ├── FishingNet.cpp
│   │   ├── FishingNet.h
│   │   ├── FishLayer.cpp
│   │   ├── FishLayer.h
│   │   ├── GameScene.cpp
│   │   ├── GameScene.h
│   │   ├── ios
│   │   │   ├── AppController.h
│   │   │   ├── AppController.mm
│   │   │   ├── main.m
│   │   │   ├── RootViewController.h
│   │   │   └── RootViewController.mm
│   │   ├── MenuLayer.cpp
│   │   ├── MenuLayer.h
│   │   ├── PanelLayer.cpp
│   │   ├── PanelLayer.h
│   │   ├── Prefix.pch
│   │   ├── Resources
│   │   │   ├── CloseNormal.png
│   │   │   ├── CloseSelected.png
│   │   │   ├── Default.png
│   │   │   ├── HelloWorld.png
│   │   │   ├── Icon@2x.png
│   │   │   ├── Icon-72.png
│   │   │   ├── Icon.png
│   │   │   ├── Icon-Small@2x.png
│   │   │   ├── Icon-Small-50.png
│   │   │   ├── Icon-Small.png
│   │   │   ├── Info.plist
│   │   │   └── iTunesArtwork
│   │   ├── StaticData.cpp
│   │   ├── StaticData.h
│   │   ├── Weapon.cpp
│   │   ├── Weapon.h
│   │   └── win32
│   │   ├── Debug.win32
│   │   │   ├── AppDelegate.obj
│   │   │   ├── BackgroundLayer.obj
│   │   │   ├── Bullet.obj
│   │   │   ├── CannonLayer.obj
│   │   │   ├── Cannon.obj
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── FishingJoyData.obj
│   │   │   ├── FishingJoy_FirstIteration.exe.embed.manifest
│   │   │   ├── FishingJoy_FirstIteration.exe.embed.manifest.res
│   │   │   ├── FishingJoy_FirstIteration.exe.intermediate.manifest
│   │   │   ├── FishingJoy_FirstIteration.lastbuildstate
│   │   │   ├── FishingJoy_FirstIteration.log
│   │   │   ├── FishingJoy_FirstIteration_manifest.rc
│   │   │   ├── FishingJoy_FirstIteration.write.1.tlog
│   │   │   ├── FishingNet.obj
│   │   │   ├── FishLayer.obj
│   │   │   ├── Fish.obj
│   │   │   ├── GameScene.obj
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link-cvtres.read.1.tlog
│   │   │   ├── link-cvtres.write.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   ├── main.obj
│   │   │   ├── MenuLayer.obj
│   │   │   ├── mt.command.1.tlog
│   │   │   ├── mt.read.1.tlog
│   │   │   ├── mt.write.1.tlog
│   │   │   ├── PanelLayer.obj
│   │   │   ├── rc.command.1.tlog
│   │   │   ├── rc.read.1.tlog
│   │   │   ├── rc.write.1.tlog
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── StaticData.obj
│   │   │   ├── vc100.idb
│   │   │   ├── vc100.pdb
│   │   │   └── Weapon.obj
│   │   ├── FishingJoy_FirstIteration.vcxproj
│   │   ├── FishingJoy_FirstIteration.vcxproj.filters
│   │   ├── FishingJoy_FirstIteration.vcxproj.user
│   │   ├── main.cpp
│   │   └── main.h
│   ├── FishingJoy_SecondIteration
│   │   ├── BackgroundLayer.cpp
│   │   ├── BackgroundLayer.h
│   │   ├── Bullet.cpp
│   │   ├── Bullet.h
│   │   ├── Cannon.cpp
│   │   ├── Cannon.h
│   │   ├── CannonLayer.cpp
│   │   ├── CannonLayer.h
│   │   ├── Classes
│   │   │   ├── AppDelegate.cpp
│   │   │   └── AppDelegate.h
│   │   ├── Fish.cpp
│   │   ├── Fish.h
│   │   ├── FishingJoyData.cpp
│   │   ├── FishingJoyData.h
│   │   ├── FishingJoy_Resources
│   │   │   ├── background.png
│   │   │   ├── bg_music.mp3
│   │   │   ├── fishingjoy_resource.plist
│   │   │   ├── fishingjoy_resource.png
│   │   │   ├── progress_bar.png
│   │   │   ├── progress_bg.png
│   │   │   ├── sound_button.mp3
│   │   │   ├── sound_shot.mp3
│   │   │   ├── star_particle.plist
│   │   │   ├── static_data.plist
│   │   │   └── title.png
│   │   ├── FishingNet.cpp
│   │   ├── FishingNet.h
│   │   ├── FishLayer.cpp
│   │   ├── FishLayer.h
│   │   ├── GameScene.cpp
│   │   ├── GameScene.h
│   │   ├── ios
│   │   │   ├── AppController.h
│   │   │   ├── AppController.mm
│   │   │   ├── main.m
│   │   │   ├── RootViewController.h
│   │   │   └── RootViewController.mm
│   │   ├── MenuLayer.cpp
│   │   ├── MenuLayer.h
│   │   ├── PanelLayer.cpp
│   │   ├── PanelLayer.h
│   │   ├── Prefix.pch
│   │   ├── Resources
│   │   │   ├── CloseNormal.png
│   │   │   ├── CloseSelected.png
│   │   │   ├── Default.png
│   │   │   ├── HelloWorld.png
│   │   │   ├── Icon@2x.png
│   │   │   ├── Icon-72.png
│   │   │   ├── Icon.png
│   │   │   ├── Icon-Small@2x.png
│   │   │   ├── Icon-Small-50.png
│   │   │   ├── Icon-Small.png
│   │   │   ├── Info.plist
│   │   │   └── iTunesArtwork
│   │   ├── StaticData.cpp
│   │   ├── StaticData.h
│   │   ├── TouchLayer.cpp
│   │   ├── TouchLayer.h
│   │   ├── Weapon.cpp
│   │   ├── Weapon.h
│   │   └── win32
│   │   ├── Debug.win32
│   │   │   ├── AppDelegate.obj
│   │   │   ├── BackgroundLayer.obj
│   │   │   ├── Bullet.obj
│   │   │   ├── CannonLayer.obj
│   │   │   ├── Cannon.obj
│   │   │   ├── cl.command.1.tlog
│   │   │   ├── CL.read.1.tlog
│   │   │   ├── CL.write.1.tlog
│   │   │   ├── FishingJoyData.obj
│   │   │   ├── FishingJoy_SecondIteration.exe.embed.manifest
│   │   │   ├── FishingJoy_SecondIteration.exe.embed.manifest.res
│   │   │   ├── FishingJoy_SecondIteration.exe.intermediate.manifest
│   │   │   ├── FishingJoy_SecondIteration.lastbuildstate
│   │   │   ├── FishingJoy_SecondIteration.log
│   │   │   ├── FishingJoy_SecondIteration_manifest.rc
│   │   │   ├── FishingJoy_SecondIteration.write.1.tlog
│   │   │   ├── FishingNet.obj
│   │   │   ├── FishLayer.obj
│   │   │   ├── Fish.obj
│   │   │   ├── GameScene.obj
│   │   │   ├── link.command.1.tlog
│   │   │   ├── link-cvtres.read.1.tlog
│   │   │   ├── link-cvtres.write.1.tlog
│   │   │   ├── link.read.1.tlog
│   │   │   ├── link.write.1.tlog
│   │   │   ├── main.obj
│   │   │   ├── MenuLayer.obj
│   │   │   ├── mt.command.1.tlog
│   │   │   ├── mt.read.1.tlog
│   │   │   ├── mt.write.1.tlog
│   │   │   ├── PanelLayer.obj
│   │   │   ├── rc.command.1.tlog
│   │   │   ├── rc.read.1.tlog
│   │   │   ├── rc.write.1.tlog
│   │   │   ├── StaticData.obj
│   │   │   ├── TouchLayer.obj
│   │   │   ├── vc100.idb
│   │   │   ├── vc100.pdb
│   │   │   └── Weapon.obj
│   │   ├── FishingJoy_SecondIteration.vcxproj
│   │   ├── FishingJoy_SecondIteration.vcxproj.filters
│   │   ├── FishingJoy_SecondIteration.vcxproj.user
│   │   ├── main.cpp
│   │   └── main.h
│   └── FishingJoy_ThirdIteration
│   ├── BackgroundLayer.cpp
│   ├── BackgroundLayer.h
│   ├── Bullet.cpp
│   ├── Bullet.h
│   ├── Cannon.cpp
│   ├── Cannon.h
│   ├── CannonLayer.cpp
│   ├── CannonLayer.h
│   ├── Classes
│   │   ├── AppDelegate.cpp
│   │   └── AppDelegate.h
│   ├── Counter.cpp
│   ├── Counter.h
│   ├── Fish.cpp
│   ├── Fish.h
│   ├── FishingJoyData.cpp
│   ├── FishingJoyData.h
│   ├── FishingJoy_Resources
│   │   ├── background.png
│   │   ├── bg_music.mp3
│   │   ├── fishingjoy_resource.plist
│   │   ├── fishingjoy_resource.png
│   │   ├── progress_bar.png
│   │   ├── progress_bg.png
│   │   ├── sound_button.mp3
│   │   ├── sound_shot.mp3
│   │   ├── star_particle.plist
│   │   ├── static_data.plist
│   │   └── title.png
│   ├── FishingJoy.xcodeproj
│   │   ├── project.pbxproj
│   │   ├── project.xcworkspace
│   │   │   ├── contents.xcworkspacedata
│   │   │   └── xcuserdata
│   │   │   ├── h4x.xcuserdatad
│   │   │   │   └── UserInterfaceState.xcuserstate
│   │   │   ├── mus.xcuserdatad
│   │   │   │   └── UserInterfaceState.xcuserstate
│   │   │   ├── Ringo_D.xcuserdatad
│   │   │   │   └── UserInterfaceState.xcuserstate
│   │   │   └── windytrack.xcuserdatad
│   │   │   └── UserInterfaceState.xcuserstate
│   │   └── xcuserdata
│   │   ├── h4x.xcuserdatad
│   │   │   └── xcschemes
│   │   │   ├── FishingJoy.xcscheme
│   │   │   └── xcschememanagement.plist
│   │   ├── mus.xcuserdatad
│   │   │   └── xcschemes
│   │   │   ├── FishingJoy.xcscheme
│   │   │   └── xcschememanagement.plist
│   │   ├── Ringo_D.xcuserdatad
│   │   │   └── xcschemes
│   │   │   ├── FishingJoy.xcscheme
│   │   │   └── xcschememanagement.plist
│   │   └── windytrack.xcuserdatad
│   │   ├── xcdebugger
│   │   │   └── Breakpoints.xcbkptlist
│   │   └── xcschemes
│   │   ├── FishingJoy.xcscheme
│   │   └── xcschememanagement.plist
│   ├── FishingNet.cpp
│   ├── FishingNet.h
│   ├── FishLayer.cpp
│   ├── FishLayer.h
│   ├── GameScene.cpp
│   ├── GameScene.h
│   ├── GoldCounterLayer.cpp
│   ├── GoldCounterLayer.h
│   ├── ios
│   │   ├── AppController.h
│   │   ├── AppController.mm
│   │   ├── main.m
│   │   ├── RootViewController.h
│   │   └── RootViewController.mm
│   ├── MenuLayer.cpp
│   ├── MenuLayer.h
│   ├── PanelLayer.cpp
│   ├── PanelLayer.h
│   ├── PersonalAudioEngine.cpp
│   ├── PersonalAudioEngine.h
│   ├── Prefix.pch
│   ├── Resources
│   │   ├── CloseNormal.png
│   │   ├── CloseSelected.png
│   │   ├── Default.png
│   │   ├── HelloWorld.png
│   │   ├── Icon@2x.png
│   │   ├── Icon-72.png
│   │   ├── Icon.png
│   │   ├── Icon-Small@2x.png
│   │   ├── Icon-Small-50.png
│   │   ├── Icon-Small.png
│   │   ├── Info.plist
│   │   └── iTunesArtwork
│   ├── ScheduleCountDown.cpp
│   ├── ScheduleCountDown.h
│   ├── ScheduleCounterProtocol.h
│   ├── StaticData.cpp
│   ├── StaticData.h
│   ├── TouchLayer.cpp
│   ├── TouchLayer.h
│   ├── Weapon.cpp
│   ├── Weapon.h
│   └── win32
│   ├── Debug.win32
│   │   ├── AppDelegate.obj
│   │   ├── BackgroundLayer.obj
│   │   ├── Bullet.obj
│   │   ├── CannonLayer.obj
│   │   ├── Cannon.obj
│   │   ├── cl.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── Counter.obj
│   │   ├── FishingJoyData.obj
│   │   ├── FishingJoy_ThirdIteration.exe.embed.manifest
│   │   ├── FishingJoy_ThirdIteration.exe.embed.manifest.res
│   │   ├── FishingJoy_ThirdIteration.exe.intermediate.manifest
│   │   ├── FishingJoy_ThirdIteration.lastbuildstate
│   │   ├── FishingJoy_ThirdIteration.log
│   │   ├── FishingJoy_ThirdIteration_manifest.rc
│   │   ├── FishingJoy_ThirdIteration.write.1.tlog
│   │   ├── FishingNet.obj
│   │   ├── FishLayer.obj
│   │   ├── Fish.obj
│   │   ├── GameScene.obj
│   │   ├── GoldCounterLayer.obj
│   │   ├── link.18708-cvtres.read.1.tlog
│   │   ├── link.18708-cvtres.write.1.tlog
│   │   ├── link.18708.read.1.tlog
│   │   ├── link.18708.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link-cvtres.read.1.tlog
│   │   ├── link-cvtres.write.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.write.1.tlog
│   │   ├── main.obj
│   │   ├── MenuLayer.obj
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── PanelLayer.obj
│   │   ├── PersonalAudioEngine.obj
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   ├── ScheduleCountDown.obj
│   │   ├── StaticData.obj
│   │   ├── TouchLayer.obj
│   │   ├── vc100.idb
│   │   ├── vc100.pdb
│   │   └── Weapon.obj
│   ├── FishingJoy_ThirdIteration.vcxproj
│   ├── FishingJoy_ThirdIteration.vcxproj.filters
│   ├── FishingJoy_ThirdIteration.vcxproj.user
│   ├── main.cpp
│   └── main.h
└── ipch
└── fishingjoy_final-59995f0b
└── fishingjoy_final-53ca0310.ipch

50 directories, 503 files

标签:

实例下载地址

cocos2d-x 捕鱼达人源码.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警