企业邮箱版本更新:微信动态密码,您的帐号可以更安全
- Get link
- X
- Other Apps
![]()
Popular posts from this blogjquery datatable插件
关于一些项目中使用管理面板,如果直接使用数据库表单插件,如传统的datatable控件,.net aspx的grid view,等等,便利性都是有目共睹. 现在想找在php或jquery的插件,以减少重复工作. 1.下载, 解压代码 如图: 2.参照里面的示例.我的代码如下: 页面包含css: <link href= "/s/ful/css/m/member/demo_page.css" media= "screen" rel= "stylesheet" type= "text/css" /> <link href= "/s/ful/css/m/member/demo_table.css" media= "screen" rel= "stylesheet" type= "text/css" /> <link href= "/s/ful/css/third/jquery-ui/jquery-ui.css" media= "screen" rel= "stylesheet" type= "text/css" /> <link href= "/s/ful/css/m/member/themes/smoothness/jquery-ui-1.7.2.custom.css" media= "screen" rel= "stylesheet" type= "text/css" /> 包含JS: <script type= "text/javascript" src= "/s/ful/js/third/jquery/jquery.min.js" ></script> <script type= "text/javascript" src= "/s/ful/js/third...
跨平台开发介绍
各种SmartPhone上的跨平台开源框架的总结 目前SmartPhone的开发语言 Apple iPhone Objective-C C/C++ Google Android JAVA 可以使用NDK进行C/C++的开发 Windows Phone C# VB.net Windows Phone7是全新的平台,和以前的不兼容,目前不支持C/C++ Symbian C/C++ 这个框架还是比较复杂的,而且界面开发对C++的使用也有一些特别的约定 RIM BlackBerry JAVA Palm webOS JavaScript 由上可见,由于不同的平台使用不同的语言和框架,因此如何把一款应用在多个平台上发布,工作量还是很大的 特别是现在的各种Market如果使用Native的程序发布,还需要通过这些开发商的审批,周期也是个很长的时间 这种情况下,垮平台的方案是个重要选择,基于Web使用,当然收费模式和现在的软件也不一样了,比如注册收费或者广告集成收费(iAD框架等) 下面列举了一些网上列举的一些开源框架[由于SmartPhone的各种文档大部分是英语,因此下文就不翻译了],可以作为方案发布的选择。 the native crossplatform framework Rhodes and RhoSync from Rhomobile. Use Ruby for cross-platform business logic in this MVC framework and leverage HTML, CSS, and JavaScript for the UI. The optional RhoSync server supports synchronization of client-server data. With Rhodes, you can build applications for iPhone/iPad, Android, BlackBerry, and Windows Mobile. The client framework is MIT License; their RhoSync server framework is GPL with a commercial option. http:/...
php speed up source - timing task
Todo: speed up php run. 加速您的WEB服务器吧.(自编自译) Do: change dynamic ajax request form to static file request. 1.cache control in web server 使用web服务器的缓存配置 (300 = 5 min,) 300 = 5 分钟 apache .htaccess Header set Cache-Control "max-age=300" iis web.config <?xml version= "1.0" encoding= "UTF-8" ?> <configuration> <system.webServer> <httpProtocol> <customHeaders> <add name= "Cache-Control" value = "max-age=300" /> </customHeaders> </httpProtocol> </system.webServer> </configuration> 2.static file gzip compress 静态文件压缩 apache .htaccess <ifmodule mod_deflate.c> AddOutputFilter DEFLATE html htm xml js css </ifmodule> iis web.config <?xml version= "1.0" encoding= "UTF-8" ?> <system.webServer> <urlCompression doStaticCompression= "true" /> </...
|
|---|

Comments