摘要:
经过几天的努力终于在arm-linux平台上搭建了apache+sqlite+php平台. apche与sqlite网上有不少资料,而php for arm-linux很少.为了在arm平台上安装php发了不少时间.所以将搭建过程发表在此,希望对大家有所帮助. Sqlite for Arm Linux安装 1、 下载sqlite3.3.8:请到http://www.sqlite.org/downl... 阅读全文
摘要:
1、jqGrid的固定写法: <script type="text/javascript"> $(function(){ $("#list").jqGrid({参数类表}) }); </script> 2.其中参数类表是个很关键的参数,下面做一个详细的介绍 Property Description url Tells us where to get the data. Typically this... 阅读全文