我们的服务

The services we can provide

小程序开发

原生态开发,功能全定制化,适用于iOS7以上全线系统,适配于iPhone 5以上机型,适配于IPad全线平板电脑。

微信公众号开发

原生态开发,功能全定制化,全面覆盖安卓手机、平板、电视全终端,适用于市场上安卓全主流系统版本。

WEB/WAP开发

PC端网站、手机网站同步开发,资深SEM搜索引擎优化服务,官网、电商、社交、页游,全产品解决方案。

HTML5开发

跨平台超能开发语言,资深UI设计,一个页面展示所有卖点,让流量快速变现,可用于各种营销,为企业快速吸粉。

高性能软件架构

搭建软件最基础底层,性能优化,让软件性能大幅度提升,为您全方位解决软件架构问题

我们还能够...

企业应用,商城开发,解决方案,质量管理,运营维护,UI设计,营销推广......

2019-09-22 10:09:37

需求描述: 软件很小,只有 2个界面,其中一个还是登录界面。 但是涉及后台服务,要求前台退出后,服务稳定运行。 服务的内容也很简单,就是发短信。 正规应用。 展开

需求预算:800.00元

2019-09-22 10:09:37

需求描述: vb写个小程序, 程序运行就检测在程序目录里有没有1.in这个文件 如果有 就检测1.in里的数字是几, 如果是1 就把它改成2 在2的后面 备注上修改的时间 如果是2就改成3 在3的后面 备注上修改的时间 依次类推 如果到了60 就弹出一个提示 到60了 ! 如果没有1.INI这个文件 电脑就直接关机! 展开

需求预算:50.00元

2019-09-22 10:09:36

需求描述: 我需要小程序制作 展开

需求预算:14000.00元

需求描述: 用vc做一个类似360界面的小程序,能数据上传 展开

需求预算:1000.00元

需求描述: 功能要求: 一、 单片机选用STC12C5408 直插28脚。 二、 管脚定义如图 三、 功能说明 1、 AJ1-5为按扭,R5-9是上拉电阻,LED1-5为5个通道的工作指示灯,MT_1-5为输出端,P3.7为蜂鸣器信号输出端。 2、 当按下AJ1时LED1和MT_1输出高电平,同时进入倒计时3分钟。3分钟时间到了自动停止变为低电平,BUZZ输出三次高电平使蜂鸣器嘀嘀响三下。 3、 5个通道功能一样,且可同时工作互不影响。例如:如果按下了第一通道开始进入3分钟倒计时,这时再去按第二通道,第二通道也进入倒计时,而第一通道先到3分钟停止了,第二通道时间还没到,还应正常进行着。 展开

需求预算:200.00元

2019-09-22 10:09:34

需求描述: 参考附件效果,红色框为希望实现的基本效果,要点如下: 1、百分比通过AS脚本接口动态变化(为了达到效果,可以通过界面手工输入数据验证实现效果),图片上的容量变化必须通过AS实现; 2、颜色随着不同的百分比进行变化,60%以下为绿色,60-80%为黄色,达到80%以上变为红色 3、设计一个同系列的柱状图效果 4、完成后提供源程序,包括fla和as脚本 展开

需求预算:100.00元

需求描述: TCP**程序。 程序功能描述: 程序启动监听两个端口,A端口,B端口。A端口收到的数据**给B端口,B端口收到的数据,**给A端口。不要求对内容解析,纯**。 技术要求: 1,程序运行在centos下,要求用c语言编写。 2,全新代码,不得挪用别的程序的代码,代码简洁。 3,使用多线程技术。 3,A,B端口,支持多客户端连接(限5个)。假设A端口有A1,A2连接,B端口,有B1,B2,B3连接。 收到的A1的数据,**给B1,B2,B3,但不能**给A2. 收到的B2数据**给A1,A2,但不能**给B1,B3. 4,使用启动参数,传入两个端口值。 展开

需求预算:500.00元

需求描述: 我想找人做UI 展开

需求预算:1200.00元

需求描述: 1.C#编写实现图文传输显示功能 2.有详细的代码解析和调试过程 展开

需求预算:50.00元

需求描述: 把C#或C++的程序转成VB版的(小程序要源码)! 附说明! 展开

需求预算:100.00元

需求描述: 做一个类似hao123桌面版的小程序, 展开

需求预算:50.00元

2019-09-22 10:09:32

需求描述: 在原有小程序上增加一段差值提取代码,利用线性差值实现 展开

需求预算:100.00元

2019-09-22 10:09:32

需求描述: 写一个**验证码的小程序 展开

需求预算:1.00元

2019-09-22 10:09:31

需求描述: 对于大批量上报数据工作自动化, 展开

需求预算:1200.00元

需求描述: 要求如下 Requirement Manage addresses by adding, searching and removing address entries. Must be implemented features • address entry data structure o name of the person o mobile number of the person o home address of the person • start interactive command line application sh> ./ab ab> _ • use add command to add new address entry ab> add name: xiaoming mobile: 18888888888 address: xiaoming jia address entry added ab> _ • use search command to get one or more address entries ab> search by (name|mobile|address): name name: xiaoming one can search by name, mobile or address, if more than one entires are matched, they should be all displayed. • use remove command to remove one or more address entries ab> delete by (name|mobile|address): name name: xiao.* two address entries deleted ab> _ one can remove by name, mobile or address, if more than one entries are matched, they should be all removed. • get help ab> !help then help message should be displayed, and when encoutering invalid command, help message should also be displayed. • quit from the application ab> !quit sh> _ Nonfunctional requirement • your programme should be object-orinted • your code should be well-formatted o NEVER use tab for indentation • comments for public interface/class/method is a must • please use linked list to store data in memory, when exit the application, you should persist the data to file system. o when application start if you can reload the persistent file is a plus. • please use simple key/value as persistent file format • a big plus if you can implement an address book server within the application(telnet or raw socket protocol). when you start interactive command line application, first it starts a socket server, then takes interactive commands as the input for your socket client. • gcc or g++ should be should be used to compile and generate runable application. If you working on windows, you can use Cygwin. • please provide your steps to build this application o Make file is a plus. • DO NOT store any IDE specific files into git repository • if there is any fault in this readme, please also fix it or submit an issue 展开

需求预算:100.00元