Git Product home page Git Product logo

Yummyship

当前版本 1.0.0 beta

最后更新时间 2012-09-30

简要说明

admin     			--- 后台
data      			--- 图片存放路径(包括封面图、步骤图、缩略图、用户头像等)
gather    			--- 原来开发用于在线采集封面,后期可能废弃
themes    			--- 前台主题目录
var       			--- 内核文件(注意类的命名方式 :文件夹名_类名 ,第一个字母要大写)
var/init.php		--- 初始化入口
var/Byends 			--- Widget 基类
var/Widget			--- 扩展类,这里的类一般需要 继承 Abstract 数据抽象类
var/OAuth			--- 第三方登录

.htaccess			--- rewrite 规则
config.inc.php		--- 数据库配置
index.php			--- 首页入口
install_.php		--- 安装程序

约定书写规范

1、变量命名:普通变量驼蜂写法,第二个单词首字母大写,以此类推

eg: $instanceUser

预定义常量 :一律大写加 下划线

eg: define( 'BYENDS_ADMIN_URL',				BYENDS_BASE_URL.__BYENDS_ADMIN_DIR__ );

布尔值常量:一律大写

eg: true false null

2、条件语句

if () {
	//
}
elseif () {
	//
}
else {
	//
}

yummyship's Projects

2048 icon 2048

2048 for Android(2048 安卓版)

aidreampainter icon aidreampainter

借助百度飞桨的文心大模型实现,可以将一个梦境(故事)画出来。

ametro icon ametro

Maps of transit systems all over the world – subways, metro, buses, trains, and other. Uses maps from pMetro.

anchorimageview icon anchorimageview

课本点读 An ImageView that anchors points according to the pixels, locates the anchored area.

ancientpoetry icon ancientpoetry

一款致力于让古诗文爱好者更便捷的获取古诗文相关资料的APP

android-subway icon android-subway

安卓自定义View实现北京地铁线路图,a custom view draw beijing subway for android

androidquick icon androidquick

做外包用的快速开发库--微信、支付宝支付(含签名,下单)、自定义View(验证码/密码,九宫格图片上传等)、换肤、图片预览、RxJava、EventBus、JetPack、CameraX、base层封装等

answer icon answer

医学考试APP、模拟考试、随机抽题题、错题练习、题库导入

answer-1 icon answer-1

移动端的考试系统源码,实现做题,查看解析,提交答案的流程操作,采用任务栈的形式显现做题原理。android考试系统源码,模拟考试答题 欢迎star, 本系统目前版本是离线版本,模拟做题都是通过写死的,在后期的维护中将通过搭建后台服务器,显现动态做题,以及不同学科的做题,当然,也是开源的,喜欢的小伙伴也可以继续关注,有你想不到的以为哦

anywheregpt-android icon anywheregpt-android

Anywhere GPT, the ultimate mobile app with seamless AI assistance 💻 at your fingertips! Say goodbye to screen-switching! 🔥📱🤖

appupdater icon appupdater

🚀 AppUpdater一个专注于App更新,一键傻瓜式集成App版本升级的轻量开源库。(无需担心通知栏适配;无需担心重复点击下载;无需担心App安装等问题;这些AppUpdater都已帮您处理好。)

banner icon banner

🔥🔥🔥Banner 2.0 来了!Android广告图片轮播控件,内部基于ViewPager2实现,Indicator和UI都可以自定义。

bmaplite icon bmaplite

BmapLite 基于百度地图SDK、高德地图SDK开发的可换源的地图app,Bmap的简版,不含导航组件

bmaplite-1 icon bmaplite-1

BmapLite 基于百度地图SDK、高德地图SDK开发的可换源的地图app,Bmap的简版,不含导航组件

bookpage icon bookpage

Android自定义View实现翻页效果,并附带实现教程

bookreader icon bookreader

:closed_book: "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~

bustool icon bustool

模仿车来了的一款公交线路查询APP UI(界面)

buttomtab icon buttomtab

底部tab导航栏中间凸起、动态配置替换底部导航栏Tab图标、

calendarview icon calendarview

Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.

cdtu icon cdtu

大一时针对我校开发的校园客户端,方便学生查课表、成绩、一卡通消费记录等等。遵循MD开发原则,数据大多通过抓包获取,现开源(已屏蔽学校相关信息)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.