有木有大神会JSON? 帮帮忙 练练手呗
是这样的 小的写了2个桌面应用的小程序, 我想把程序网络话 一个程序提交数据 另一个程序get数据
但是呢 我测试了一下 把一个 4W行的数据 大小有3M 的1.htm放到网站上面 用浏览器打不开,内容太庞大了
百度了一下说用 JSON可以快速打开
可是小的不才 完全不懂WEB。所以想请高人帮我弄一下 很简单的2个页面
一个存放数据的 1.php 1.php 用JSON读取 或者有别的快速打开一个内容很大页面的方法也可以
一个提交数据页面的add.php 提交页面 就一个 textbox 和一个button 就好 。
80分 送上 谢谢
------解决方案--------------------
你是需要一次性读取4W行数据吗?不能需要几行就读几行?不管怎么样4M数据一次读取都很大,你用JSON也好,XML也好,网络传输开销就很大了。
------解决方案--------------------
看你的需求来决定你采用什么方法,举例如果你需要在N条中查找1条或少数几条,那么可以通过提交你这几条数据到服务器端让服务器判断返回结果即可。如果你是N条数据查找M条,那么可以下载到客户端排查,如果你的服务端的数据是长时间不变的,那么肯定下载到客户端方便。至于下载数据时JSON还是XML还是其他比如直接TXT文本格式保存的,这个无所谓。就是下载时间长短问题。
------解决方案--------------------
如果受不了,就升级硬件
------解决方案--------------------
没有太看懂。。
你要用json,难道不需要把数据存成json格式的才能读取么
还是说你要把己有的数据加工成json进行存储并显示啊
------解决方案--------------------
你是需要一次性读取4W行数据吗?不能需要几行就读几行?不管怎么样4M数据一次读取都很大,你用JSON也好,XML也好,网络传输开销就很大了
------解决方案--------------------
数据量太大了吧
------解决方案--------------------
把数据处理下放进数据库查询会不会好点?

APHPDependencyInjectionContainerisatoolthatmanagesclassdependencies,enhancingcodemodularity,testability,andmaintainability.Itactsasacentralhubforcreatingandinjectingdependencies,thusreducingtightcouplingandeasingunittesting.

Select DependencyInjection (DI) for large applications, ServiceLocator is suitable for small projects or prototypes. 1) DI improves the testability and modularity of the code through constructor injection. 2) ServiceLocator obtains services through center registration, which is convenient but may lead to an increase in code coupling.

PHPapplicationscanbeoptimizedforspeedandefficiencyby:1)enablingopcacheinphp.ini,2)usingpreparedstatementswithPDOfordatabasequeries,3)replacingloopswitharray_filterandarray_mapfordataprocessing,4)configuringNginxasareverseproxy,5)implementingcachingwi

PHPemailvalidationinvolvesthreesteps:1)Formatvalidationusingregularexpressionstochecktheemailformat;2)DNSvalidationtoensurethedomainhasavalidMXrecord;3)SMTPvalidation,themostthoroughmethod,whichchecksifthemailboxexistsbyconnectingtotheSMTPserver.Impl

TomakePHPapplicationsfaster,followthesesteps:1)UseOpcodeCachinglikeOPcachetostoreprecompiledscriptbytecode.2)MinimizeDatabaseQueriesbyusingquerycachingandefficientindexing.3)LeveragePHP7 Featuresforbettercodeefficiency.4)ImplementCachingStrategiessuc

ToimprovePHPapplicationspeed,followthesesteps:1)EnableopcodecachingwithAPCutoreducescriptexecutiontime.2)ImplementdatabasequerycachingusingPDOtominimizedatabasehits.3)UseHTTP/2tomultiplexrequestsandreduceconnectionoverhead.4)Limitsessionusagebyclosin

Dependency injection (DI) significantly improves the testability of PHP code by explicitly transitive dependencies. 1) DI decoupling classes and specific implementations make testing and maintenance more flexible. 2) Among the three types, the constructor injects explicit expression dependencies to keep the state consistent. 3) Use DI containers to manage complex dependencies to improve code quality and development efficiency.

DatabasequeryoptimizationinPHPinvolvesseveralstrategiestoenhanceperformance.1)Selectonlynecessarycolumnstoreducedatatransfer.2)Useindexingtospeedupdataretrieval.3)Implementquerycachingtostoreresultsoffrequentqueries.4)Utilizepreparedstatementsforeffi


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Dreamweaver CS6
Visual web development tools

WebStorm Mac version
Useful JavaScript development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
