Welcome![Sign In][Sign Up]
Location:
Search - php m

Search list

[WEB Codeck-erp-0.21.1.tar

Description: CK-ERP is a CRM/ERP/MRP/accounting system with 22 modules - Admin,i18n, ContactMgmt,CRM,CustomerSelfService,VRM, MRP,Warehouse,Inventory,Service, Ledger,BankRec,Payables,Receivables,PO,SO,Quotation, POS(Cashier),POS(Mgr), HR,StaffSelfService & Payroll. -CK-ERP is a CRM/ERP/MRP/accounting syste m with 22 modules- Admin, i18n, ContactMgmt. CRM, CustomerSelfService, VRM, MRP, Warehouse, Inventory, Service, Ledger, BankRec, Payables, Receivables, PO, SO, Quotation, POS (Cashier), POS (Mgr), HR, StaffSelfService
Platform: | Size: 1582080 | Author: 汪金 | Hits:

[WEB CodePHP-MAC

Description: 这样获取客户端的网卡MAC的! 经测试,本方法可获取一个或一个MAC信息 1、从index.htm中直接下载运行goMac.bat 2、goMac.bat调用ipconfig获取MAC,并把MAC信息保存生成c:\addmac.htm 3、goMac.bat运行c:\addmac.htm 4、c:\addmac.htm自动把MAC信息GET到addmac.php 5、addmac.php处理相关的MAC信息-such access client MAC! Tested, the method will be able to acquire one or a MAC information, index.htm directly from the download operation goMac.bat 2, goMac.bat call PC access MAC, MAC and the preservation of information generated c : \ addmac.htm 3, goMac.bat running c : \ addmac.htm 4, c : \ addmac.htm automatically GET MAC information to addmac.php 5, addmac.php MAC address related information
Platform: | Size: 2048 | Author: | Hits:

[WEB CodeMvc

Description: 一个轻量级的mvc框架,本人经过研究zendframework后,实现的 M+V(smarty)+C-Mvc framework for a lightweight, I zendframework after study, the achievement of the M+ V (smarty)+ C
Platform: | Size: 4096 | Author: shuyinglee | Hits:

[WEB Codemac

Description: PHP 获取网卡的MAC地址 PHP获取客户端MAC地址-PHP access to the network card
Platform: | Size: 3072 | Author: jian1 | Hits:

[Internet-NetworkGoogleMapAPI

Description: PHP版本的GOOGLE MAP API 重新将GOOGLE地图JS类封装实现服务器端的功能-PHP version of the GOOGLE MAP API re JS class encapsulates GOOGLE map server-side functions to achieve
Platform: | Size: 26624 | Author: 逍遥 | Hits:

[OS programcameral

Description: 具体包括了 使用的是普通的电脑摄像头,因为是用m语言写的,所以兼容各个版本。 原创地址(我在ilovematlab发了帖子了,下载人很多,所以在这里也发出来,给大家共享): http://www.ilovematlab.cn/viewthread.php?tid=38743&highlight= 包含内容: 摄像头的预览和抓图 摄像头图片的保存 定时器的应用 m文件建立gui控件。 方便初学者学习。-Specifically includes the use of an ordinary PC camera, because it is written with the m language, therefore, compatible with all versions. Original address (I ilovematlab made a post, and download many people, so come here, also issued for everyone to share): http://www.ilovematlab.cn/viewthread.php?tid=38743& highlight = contains the content: video the head camera image preview and drawings of the application of the preservation of the timer m document creation gui controls. Easy for beginners to learn.
Platform: | Size: 2048 | Author: 竹笑 | Hits:

[MySQLtourism_photoblog

Description: this a website that i wrote for a school project. it is a photo-blog for tourism, with administrator account it was written in php and it requires a mysql server (mysql_connect) the admin files are in the sub-folder m-admin. dbconnector.php specifies the database connexion settings-this is a website that i wrote for a school project. it is a photo-blog for tourism, with administrator account it was written in php and it requires a mysql server (mysql_connect) the admin files are in the sub-folder m-admin. dbconnector.php specifies the database connexion settings
Platform: | Size: 1191936 | Author: Shrek | Hits:

[Booksphp-m-zh

Description: php中文技术手册 最新版,学习PHP必备书籍-php latest version of the Chinese technical manuals to learn PHP essential books
Platform: | Size: 18508800 | Author: 李龙 | Hits:

[WEB Codemd5

Description: 解决了ASP在传统MD5加密中文时的编码问题,使之与PHP用MD5加密后的字符完全一样-Solve the ASP in the traditional Chinese character coding MD5 encryption question, so use the MD5 encrypted with PHP' s character exactly the same
Platform: | Size: 3072 | Author: 吴迪 | Hits:

[WEB CodeFusionCharts_Evaluation

Description: FusionCharts是InfoSoft Global公司的一个产品,InfoSoft Global 公司是专业的Flash图形方案提供商,他们还有几款其他的,基于Flash技术的产品,都非常的漂亮。 FusionCharts free 是一个跨平台,跨浏览器的flash图表组件解决方案,能够被 ASP.NET, ASP, PHP, JSP, ColdFusion, Ruby on Rails, 简单 HTML 页面甚至PPT调用。你不需要知道任何关于flash编程的知识,你只需要知道你所用的编程语言就可以了。-FusionCharts v3 helps you create animated and interactive Flash charts for web and desktop applications. It livens up your applications by converting monotonous data into exciting visuals.
Platform: | Size: 19286016 | Author: 陈明塑 | Hits:

[Linux-Unixviooma-scm

Description: 唯玛进销存软件,linux版本下的开源财务管理软件,功能丰富-CD M Invoicing software, linux, open source versions of financial management software, feature-rich
Platform: | Size: 541696 | Author: zjg | Hits:

[WEB Codestruts4php_3.0

Description: 虽然现在有很多php的开源框架 但我觉得struts才是 MVC领域的鼻祖和完美实现者。 这些天我就php着手做了一个十分类似于struts2的MVC框架 所实现的功能大致如下: 1集成了smarty为前端表示模板(可自由扩展) 2所有的请求都以action为中心做处理 3实现了多种action返回处理的方式 默认有:dispatcher ,redirect,actionChain和json (可自由扩展) 4集成了AJAX 默认接受和返回json格式的数据 (可自由扩展) 5实现了action的前后拦截器机制(可自由扩展) 6实现了基于xml的字段校验机制(可自由扩展) 7支持多级别的语言国际化 默认有三个级别:action级别 ,package级别 和全局级别 6可扩展多种缓存机制,默认为memcache 这个框架功能大致如此 当然我也对xml标签的命名做了一些思考 使其能更符合我们中国人的编程习惯 呵呵 -Though there are many open-source php framework but I think struts is MVC and the originator of the field to achieve the perfect person. These days I started to do a php very similar to the MVC framework struts2 The functions implemented as follows: 1 for the front-end that integrates a smarty template (free expansion) 2 all requests are made ​ ​ to handle action center 3 to achieve a variety of ways to handle the default action to return there: dispatcher, redirect, actionChain and json (free expansion) 4 integrated AJAX tacit acceptance and return json format data (free expansion) 5 before and after implementation of the action mechanism of the interceptor (free expansion) 6 implements the field based on xml validation mechanism (free expansion) 7 supports multi-language international level there are three levels of default: action level, package level and global level 6 can be extended multiple caching mechanism defaults to memcache The framework features m
Platform: | Size: 32768 | Author: name | Hits:

[WEB Codem

Description: 雅黑科技探针最大的优点:每秒更新,不用刷网页。有一个负责的站长,会对探针进行长期支持和更新。用于Linux系统(不推荐使用于Windows系统)。 可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息,1秒钟刷新一次。以及包括服务器IP地址,Web服务器环境监测,php等信息。-Elegant black technology probes of the biggest advantages: updates per second, not brush page. There is a responsible webmaster, will probe the long-term support and updates. For Linux systems (not recommended for Windows systems). You can view real-time server disk resources, memory usage, network traffic, system load, the server time and other information, a second refresh time. And including the server IP address, Web server environment monitoring, php and other information.
Platform: | Size: 8192 | Author: xueming | Hits:

[WEB Codexflvtaoke_v2.1

Description: 幸福女-PHP淘宝客购物分享网站,采用skymvc框架,支持qq 微博登陆 支持uc绑定,支持关键词搜索淘宝商品,支持绑定微博账号发布,支持手机访问,客户端可以从appcan直接生成。幸福女淘宝客安装与使用:   安装http://localhot/install   想重新安装 请删除 /config/install.lock   安装完请删除该目录   管理后台index.php?m=admin&a=login   新安装需要在后台基本设置填写开放平台api-Happy female-PHP shopping Taobao customer sharing sites, using skymvc framework to support qq microblogging landing support uc bound to support keyword search Taobao goods, support binding microblogging account released to support mobile access, the client can be generated directly from appcan . Taobao happy female passenger install and use: Installation http://localhot/install want to re-install, delete/config/install.lock installing, please delete the directory management background index.php m = admin & a = login new installation requires basic background? Set to fill an open platform api
Platform: | Size: 7559168 | Author: spudn95 | Hits:

[WEB CodeGCMS_mhb_v1.0

Description: 该软件是GCMS的门户版本。 上传所有文件,建Mysql数据库,导入表gcms.sql,打开\_GCMS\Configs\online.inc.php中的 DEFAULT_DB => array( DRIVER => MySql , //数据库驱动 MASTER =>array( HOST => localhost , //数据库主机 USERNAME => 你的数据库用户名 , //数据库用户名 PASSWORD => 你的数据库密码 , //数据库密码 DBNAME => 你的数据库名 , //数据库名 CHARSET => utf8 , //数据库编码 TABLEPREFIX => gcms_ , //数据表前缀 PCONNECT => false, //是否开启数据库长连接 ENGINE => //数据库引擎 ), 按要求填写连接数据库。 online.inc.php保存时要注意,用utf8编码保存 后台登陆地址:域名/index.php?m=Admin&c=Index&a=login 用户名/密码:goodtext.org -The software is GCMS version of the portal. Upload all files, build Mysql , import tables gcms.sql, open \ _GCMS \ Configs \ online.inc.php in DEFAULT_DB => array (                 DRIVER => MySql , // -driven                 MASTER => array (                         HOST => localhost , // host                         USERNAME => Your user name , // username                         PASSWORD => Your password , // password                         DBNAME => your name , // name                         CHARSET => utf8 , // coding                         TABLEPREFIX =>
Platform: | Size: 2414592 | Author: ampudn23 | Hits:

[WEB Codeflatpress-v1.0

Description: 1.七大发表功能(文章,图片,音乐,链接,视频,引用,对话) 2.完善的个人后台(个人信息,头像,个性化域名,修改密码) 3.强大的皮肤系统 4.轻应用功能 5.个性的url重写。 6.完善的后台管理 后台管理地址:admin.php?m=admin/admin.login 官方下载地址:paipang.com/open.php-1 of the seven publishing features (articles, pictures, music, links, videos, references, conversations) 2 perfect personal background (personal information, avatar, personalized domain name, modify the password) 3 strong skin system 4 light applications 5 personality URL rewriting. 6 perfect background management Background management address: m=admin/admin.login? Admin.php Official download address: paipang.com/open.php
Platform: | Size: 736256 | Author: fmpudn1 | Hits:

[Other systemsm

Description: m is a module which can be attached to any PHP system
Platform: | Size: 4096 | Author: shigeru | Hits:

[Otherlimesurvey2.55.3+

Description: 这是另一个php的投票系统,我有很多投票系统,她们都很有趣,所以我真的凑不够20个字。(Whatever you wish, I'm done with it.)
Platform: | Size: 76874752 | Author: WolfChen | Hits:

[WEB Codedetection (1)

Description: bonjour je m'appele yass khlass je t'aime
Platform: | Size: 177152 | Author: khlass | Hits:

[matlabreal-time-object-detection

Description: bonjour je m'appele yass khlass je t'aime jkiolmpn
Platform: | Size: 21376000 | Author: khlass | Hits:
« 12 3 4 »

CodeBus www.codebus.net