Welcome![Sign In][Sign Up]
Location:
Search - mysql sdk

Search list

[PHPSAE SDK Linux Mac 1.0.3

Description: php mysql
Platform: | Size: 40144 | Author: LynnWongWH@gmail.com | Hits:

[ERP-EIP-OA-Portalnoticemanager

Description: 这是一个公告管理系统,管理员能实现对公告的增删改查等功能,数据库服务器为MySQL v 5.0.45。 开发平台为Eclipse SDK v 3.2.2。 -Notice This is a management system, administrators can achieve the notice of additions or deletions to search and other functions, the database server for MySQL v 5.0.45. Development platform for the Eclipse SDK v 3.2.2.
Platform: | Size: 1718272 | Author: 蓝琳 | Hits:

[JSP/JavaJBOSS

Description: 环境配置说明 Jboss4.2.3 Java ee 5 MySql5.0 安装jdk,我的目录为C:\Sun\SDK 安装jboss.我的目录为D:\jboss4.2.3 安装mysql 配置环境变量JBOSS_HOME D:\jboss4.2.3 配置环境变量 JAVA_HOME C:\Sun\SDK\jdk JBOSS的JMS配置 由于没有用到集群所以用JBOSS的default应用即可。-Environment configuration Jboss4.2.3 Java ee 5 MySql5.0 installed jdk, my directory is C: \ Sun \ SDK install jboss. My directory is D: \ jboss4.2.3 install mysql configuration environment variable JBOSS_HOME D: \ jboss4.2.3 configuration environment variable JAVA_HOME C: \ Sun \ SDK \ jdk JBOSS configuration of the JMS is not used because of the cluster so the default application used to JBOSS.
Platform: | Size: 3072 | Author: tulip | Hits:

[MySQLmysql

Description: mysql sdk-mysql sdk
Platform: | Size: 3978240 | Author: zheng | Hits:

[CSharpQuickSharp-SDK-2.0.0.12565

Description: QuickSharp是一个很小型的 C# 集成开发环境,提供了一个代码编辑器,主要功能有代码自动完成、语法着色、内置编译和执行、支持 ASP.NET 和 SQL Server 、MySQL 和 SQLite 数据库。-QuickSharp is a very small C# integrated development environment, provides a code editor, the main function code completion, syntax coloring, built-in compilation and execution in support of ASP.NET and SQL Server, MySQL and SQLite databases.
Platform: | Size: 4777984 | Author: ilove86 | Hits:

[MySQLmysqlbb-020806_dev2.0-dlls-1.1

Description: 仅用于virtools dev 2.1 解压dll文件到<path to virtools>\BuildingBlocks\文件夹,然后重启virtools。-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ These dlls are only for dev 2.1 ! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copy these dlls into the <path to virtools>\BuildingBlocks\ directory. restart virtools. now you have a "mySQL" entry in the buildingblocks list. Use of the buildingblock should be self-explanatory for anyone who knows what mysql*is*, if not, email me at wizzleteet@hotmail.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ note: I release these binaries as free software, I intend to release it in the near future as GPL, but I don t know what the ramifications are of using the virtools SDK.
Platform: | Size: 161792 | Author: saintdom | Hits:

[MySQLmysqlBB_sources-1.1

Description: 这是mysql BB for virtools 2.1的源代码,注意仅适用于dev 2.1版本。其它版本需要修改后重新编译,有功夫和工夫的高手可自行编译,希望能再共享出来。- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ This is the source codes of mysql BB for virtools dev 2.1 ! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copy these dlls into the <path to virtools>\BuildingBlocks\ directory. restart virtools. now you have a "mySQL" entry in the buildingblocks list. Use of the buildingblock should be self-explanatory for anyone who knows what mysql*is*, if not, email me at wizzleteet@hotmail.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ note: I release these binaries as free software, I intend to release it in the near future as GPL, but I don t know what the ramifications are of using the virtools SDK.
Platform: | Size: 863232 | Author: saintdom | Hits:

[androidWoLiaoClient_WoLiaoServer

Description: 手机聊天软件分为两部分:手机客户端和PC服务器端 1.WoLiaoClient为手机客户端代码,运行环境为Eclipse+ADT,使用的Android SDK为2.1 2.WoLiaoServer为PC服务器端代码,运行环境为Eclipse, 服务器端需要配合着MySQL数据库 3.woliao.sql为MySQL数据库的sql文件,账号为root,密码为空-Source code ofan project like QQ on android
Platform: | Size: 2043904 | Author: quanfang lu | Hits:

[Other Web CodeMysqljdbc

Description: jdbc连接java,实现Mysql数据库的连接,SDK的微博数据的获取系统的实现。-The jdbc connection java Mysql database connection the SDK micro-Bo data acquisition system to achieve.
Platform: | Size: 4096 | Author: 华瑾 | Hits:

[JSP/JavaNoticeManager

Description: 这是一个公告管理系统,管理员能实现对公告的增删改查等功能,数据库服务器为MySQL v 5.0.45。 开发平台为Eclipse SDK v 3.2.2。- -Notice This is a management system, administrators can achieve the notice of additions or deletions to search and other functions, the database server for MySQL v 5.0.45. Development platform for the Eclipse SDK v 3.2.2.
Platform: | Size: 1714176 | Author: jacky | Hits:

[androidandroid_wangshangyuyue

Description: android网上预约挂号服务端和客户端毕业设计源码采用eclipse开发,SDK版本4.3,供制作android毕业设计的同学做参考。导入工程后一定要引入SDK包。 本系统实现了病人在安卓手机上登录、注册、挂号、查看医生信息等功能。实现原理是app端与web服务端做交互,然后web服务端再去调用mysql数据库里面的内容,维护mysql数据内容的时候直接在web服务端进行维护。 注意,本项目暂时没有数据库,只有j2ee服务端源码和安卓客户端源码,你可以查看src\com\hospital下的model层里面的字段建表,共四个表,几个字段。有mysql基础的人半小时内肯定可以把表建起来。-android online appointment registration service and client graduation project source code using eclipse development, SDK version 4.3, designed for the production of android graduate students reference. After importing the project must be introduced into the SDK package. The system realizes the patient on Android phones login, registration, registration, view the doctor information and other functions. App end principle is to do with a web server interaction, and then go call mysql web server inside the content, data content when maintenance mysql web server directly for maintenance. Note that this project has no , only j2ee server source code and Android client source code, you can view the model layer src \ com \ hospital built under the table inside the field, a total of four tables, a few fields. There mysql-based tables can certainly build up within half an hour.
Platform: | Size: 2306048 | Author: 王伟 | Hits:

[WEB CodeSDK4.1.0-WebService

Description: 亿美SDK系列是嵌入型短信应用引擎,方便快捷的与企业现有的网站、CRM、OA、ERP等系统或进行无缝对接,支持Oracle、SQL Server、Access、Mysql、Sybase等主流数据库,封装了CMPP2.0的短消息通讯协议,提高企业资料的安全性,降低开发周期和成本,轻松实现短消息网关的连接和企业移动商务应用。-Billion in the United States and the SDK series is embedded SMS application engine, convenient and enterprises of the existing sites, CRM, OA, ERP and other systems or for seamless docking, supported by Oracle, SQL server, access, mysql, Sybase, etc. mainstream encapsulates CMPP2.0 short message communication protocol, the security of enterprise information, reduce the development cycle and cost, easy short message gateway of the connection and enterprise mobile commerce application.
Platform: | Size: 6030336 | Author: zzpudn50 | Hits:

[androidStudentBookSystem_a5

Description: 直连mysql的图书馆管理系统源码是一个Android直连mysql的图书管理系统,遗憾的是,目前只有Android客户端,作者没有把数据库导出来跟客户端放在一起,有兴趣和mysql基础的朋友可以根据DBUtil.java类里面的表名和字段名新建一个mysql数据库,关于Android上是否可以直连mysql数据库网上一直有争议,甚至某大神放话“想Android直连mysql的都是猴子请来的逗逼”,的却即使Android可以直连mysql也是存在很多安全隐患的,因为密码需要写死在程序里面,别人反编译以后很容易获取数据库的用户名密码干些坏事,但是如果是内网使用或者公司内部使用的话应该问题不大,本项目有Android通过jdbc连接mysql的实现代码,但是javaapk没有做有效性测试,网上说直连需要注意下面几点:1. 关闭mysql服务器的防火墙。2. 加入mysql的jdbc包,添加到libs文件夹内。3.ADT和SDK为16及16以下,17以上的不能访问。4.手机和mysq服务器互相ping通。5.添加网络权限 。6.在Thread中连接访问mysql,防止ANR。7.设置mysql允许远程连接。 -Direct source library management system MySQL is a library management system with direct Android mysql, unfortunately, currently only the Android client, the author does not have the derived together with the client, and interested friends can according to the DBUtil.java MySQL foundation class inside the table name and field name of a new MySQL on whether Android can be directly connected to the MySQL online has been controversial, even a great God said to direct Android MySQL is a monkey funny forced, but even if the Android can be directly connected to MySQL is also there are many security risks, because the password needs to be coded in the program, after others decompile easy access to user name password do bad, but if it is used inside the intranet or the company should not be a problem, this project is Andr Oid through JDBC to connect mysql implementation code, but javaapk did not test the validity, said that the on-line direct need to pay attention to the following several
Platform: | Size: 5231616 | Author: nga | Hits:

[Education soft system万岳线上教育系统源码v1.1.4试用版

Description: 一、线上教育系统源码 源码开源,支持个性化定制,快速搭建部署线上教育独立品牌。 多终端网校授课系统,支持大班课、小班课、一对一授课模式, 还原真实线下教学场景。 二、万岳线上教育系统源码应用场景 小班课 支持16位学员和老师同时视频连麦,内置白板、课堂测试、在线抢答等多种趣味教学工具。可实现一对一、一对多互动教学模式。 包含:直播授课、教学白板、屏幕共享、连麦互动、随堂测试、在线抢答 大班课 包含语音大班课和视频大班课两种模式,万人可同时在线;语音大班课支持视频、音频、PPT教学方式,而视频大班课主要以讲座形式展现。 包含:直播授课、文字互动、课堂展示、语音互动、教学白板、屏幕共享 双师教学 主讲老师线上授课,辅导老师答疑督学、维持课堂纪律,从而构建健康的授课直播环境。 包含:直播授课、课件共享、连麦互动、教学白板、屏幕共享 内容付费 拥有知识付费和课程付费两种模式,内容分为视频、图文和语音三种展现形式, 学员能通过免费、密码、付费三种方式获取相关课程。 包含:直播授课、课件共享、连麦互动、教学白板、屏幕共享 三、万岳线上教育系统源码功能展示 录播回看 系统能将课程直播实况全程录下,学员可凭此功能及时参与补课。 网课购买 网课以视频、音频或图文形式展示,课程分类一目了然,学员可凭意愿购买。 营销工具 预设各类优惠劵、团购劵、限时促销等营销工具和方案,助力学员网课购买。 教学白板 含画笔、文本框、橡皮擦等,支持PPT展示、书写标记、共享桌面等操作。 随堂测试 含三种课堂问卷,分为选择题、判断题和应用题,讲师可在开课前预设问卷。 屏幕共享 在小班课模式中,讲师可在直播间内共享自己的电脑桌面,并邀请学员操作。 课程管理 后台可对课程进行快速分类和排序操作,并统计当前课程评价和打分人数。 学员管理 后台能对学员ID、学习进度、测试成绩等进行全面统计,掌控学员状态。 互动视频连麦 小班课中,学员可申请上台与讲师视频连麦,最多支持16名学员同时连麦。 四、万岳线上教育系统源码产品参数 万岳线上教育系统源码开发语言 Android端APP:Java ios端APP:Object-c  管理后台服务端:php 采用框架:ThinkPHP 万岳线上教育系统源码服务器参数 数据库:Mysql 缓存服务器:Redis 聊天服务器:Socket 万岳线上教育系统源码传输协议和媒体格式 推流 :RTMP 拉流 RTMP和HTTP 音频格式:ACC 视频格式:H.264 万岳线上教育系统源码服务器配置 操作系统:linux CentOS 服务器,建议购买境内的服务器 万岳线上教育系统源码使用三方的服务 编解码:腾讯云直播SDK 存储:七牛云提供,每月免费10G的流量和10G的存储服务 服务器:推荐使用阿里云、腾讯云 分发:腾讯云CDN,  使用腾讯云的编解码SDK,绑定使用腾讯云的CDN分发业务 域名:阿里云、腾讯云(使用阿里云的服务器要再阿里云备案,腾讯云同理) 租赁中国境内范围内的服务器需要域名做备案,使用非境内的服务器-无需备案 物流:阿里云市场:快递查询接口 登录:QQ,微信,短信。QQ,微信去腾讯开放平台申请,短信去对应的短信接口平台申请接入 支付:Android 微信支付,支付宝支付,iOS applepay
Platform: | Size: 45279495 | Author: wanyuekeji | Hits:

CodeBus www.codebus.net