AI Technology Analysis: The Intelligent Key to Tapping into Digital Markets

This article delves into the application methods of AI technology in financial market analysis, providing practical technical analysis techniques and risk control strategies to help investors find value in digital markets.

2026.08.08 · 1 views
AI Technology Analysis: The Intelligent Key to Tapping into Digital Markets

In today's digital wave sweeping across the globe, artificial intelligence technology is reshaping the way financial markets are analyzed at an unprecedented pace. As explorers of AI Gold Mining, mastering the ability of AI technology analysis has become a core competitiveness for modern investors. This article will delve into how to utilize AI technology for effective market analysis, providing practical observation methods, judgment steps, and risk control strategies to help you find true value in digital markets.

Core Concepts of AI Technology Analysis

AI technology analysis refers to the methodology of using artificial intelligence technologies such as machine learning, deep learning, and natural language processing to intelligently parse, recognize patterns, and predict trends in financial market data. Compared to traditional technical analysis, AI technology analysis has unique advantages in processing massive data, identifying complex patterns, and responding to market changes in real-time, providing investors with more comprehensive and objective market insights.

Basic Architecture of AI Technology Analysis

A complete AI technology analysis system typically consists of the following core components:

  • Data Collection Layer: Responsible for acquiring market data from multiple sources, including structured and unstructured data such as historical prices, trading volumes, financial indicators, news information, and social media sentiment.
  • Data Processing Layer: Cleans, standardizes, extracts features, and reduces dimensions from raw data to provide high-quality data input for subsequent analysis.
  • Model Construction Layer: Selects appropriate algorithm models based on business needs, such as neural networks, support vector machines, random forests, etc., to build prediction and classification models.
  • Strategy Execution Layer: Transforms model analysis results into executable trading signals and connects with actual trading systems to achieve automated or semi-automated trading.
  • Feedback Optimization Layer: Continuously monitors model performance, collects feedback data, and continuously optimizes model parameters and structure to improve analysis accuracy.

Implementation Methods of AI Technology Analysis

Observation Methods: Multi-dimensional Data Collection

Effective AI technology analysis begins with comprehensive data collection. Here are executable data collection observation methods:

  1. Market Data Collection: Establish API connections to mainstream exchanges and financial data providers to obtain real-time and historical market data, including K-line charts, trading volumes, order book depth, etc.
  2. Fundamental Data Collection: Use web scraping technology to capture financial statements, announcement information, industry reports and other fundamental data of listed companies to build comprehensive stock profiles.
  3. Alternative Data Collection: Collect non-traditional data such as satellite images, supply chain data, consumer behavior, and social media sentiment to discover hidden market signals.
  4. Macroeconomic Data Collection: Track macroeconomic indicators such as GDP, CPI, PMI, etc., and analyze their impact on the overall market direction.

In practice, it is recommended to adopt a distributed data collection architecture to ensure the diversity and redundancy of data sources, while establishing a data quality assessment mechanism to regularly check data completeness and accuracy.

Judgment Steps: Model Construction and Validation

The core of AI technology analysis lies in building effective prediction models. Here are the judgment steps for model construction and validation:

  1. Problem Definition: Clarify analysis objectives, whether for price prediction, trend judgment, risk assessment, or trading signal generation. Different objectives require different model architectures.
  2. Feature Engineering: Extract the most predictive features through methods such as correlation analysis and principal component analysis to build feature vectors. For example, in stock analysis, technical indicators such as moving averages, RSI, MACD can be calculated as features.
  3. Model Selection: Choose appropriate algorithms based on problem type and data characteristics. For time series prediction problems, recurrent neural networks such as LSTM and GRU often perform well; for classification problems, ensemble algorithms such as random forests and XGBoost may be more suitable.
  4. Model Training: Divide the dataset into training, validation, and test sets, and use cross-validation methods to evaluate model performance to avoid overfitting and underfitting.
  5. Model Validation: Use an independent test set to evaluate the model's generalization ability, and use metrics such as accuracy, precision, recall, and F1 score to quantify model performance, and conduct statistical significance tests.

Practical Tips and Strategies

Model Fusion Strategies

A single model often struggles to capture the complexity of the market. Adopting model fusion strategies can improve prediction accuracy and stability:

  • Weighted Average Method: Weighted average of multiple model prediction results, where weights can be dynamically adjusted based on historical performance.
  • Voting Mechanism: For classification problems, use majority voting or weighted voting to comprehensively judge the results of multiple models.
  • Stacking Generalization: Use a meta-learner to learn how to combine the prediction results of multiple base learners to achieve more advanced model fusion.

Real-time Monitoring and Adjustment

Financial markets have high dynamics, and an effective AI technology analysis system needs to have real-time monitoring and adaptive adjustment capabilities:

  • Performance Monitoring: Establish a real-time model performance monitoring dashboard to track changes in key indicators and detect performance degradation in a timely manner.
  • Concept Drift Detection: Use statistical methods to detect changes in data distribution, and trigger model update mechanisms when concept drift is detected.
  • Online Learning: Use incremental learning algorithms to enable the model to continuously update with the arrival of new data, maintaining sensitivity to market changes.

Risk Control Strategies

Although AI technology analysis is powerful, it also has risks. Establishing effective risk control mechanisms is crucial:

  • Model Uncertainty Quantification: Use Bayesian methods or ensemble techniques to quantify prediction uncertainty and avoid over-reliance on single prediction results.
  • Stop-loss Mechanism: Set dynamic stop-loss points based on model prediction confidence, and stop losses in a timely manner when market trends deviate significantly from predictions.
  • Black Swan Response: Establish response plans for extreme market scenarios, including model switching, manual intervention, and position adjustments.

Risk Warnings and Precautions

Data Quality Risks

The effectiveness of AI technology highly depends on data quality. Common data quality issues include:

  • Data Bias: Historical data may have sampling biases, leading to insufficient model adaptability to specific market environments.
  • Data Delay: Different data sources have varying degrees of delay, which may lead to decision-making lag.
  • Data Noise: Market data contains a large amount of random noise that may interfere with the model's recognition of real signals.

Countermeasures: Establish cross-validation mechanisms for multi-source data, use data cleaning algorithms to remove outliers, and manually review key data.

Model Overfitting Risks

Overly complex models may have a high degree of fit to historical data but perform poorly on new data:

  • Overfitting Performance: The model performs excellently on the training set but its performance drops significantly on the test set.
  • Overfitting Causes: Excessively complex models, insufficient training data, improper feature selection, etc.

Countermeasures: Use regularization techniques to limit model complexity, increase the amount of training data, and use cross-validation to evaluate model generalization ability.

Market Structural Change Risks

Financial markets may undergo structural changes due to policy changes, technological innovations, or unexpected events, leading to the failure of historical patterns:

  • Structural Change Identification: Monitor the changing trends of key market indicators and detect significant changes in statistical characteristics.
  • Adaptive Adjustment: Establish a rapid model iteration mechanism to promptly update model architecture and parameters when structural changes are detected.

Case Analysis and Practical Experience

Case Study 1: Stock Price Prediction Based on Deep Learning

An investment institution used LSTM neural networks to build a stock price prediction model. The specific implementation steps are as follows:

  1. Data Preparation: Collect minute-level trading data of target stocks for the past 5 years, including opening price, highest price, lowest price, closing price, and trading volume.
  2. Feature Engineering: Calculate technical indicators such as moving averages, RSI, MACD, etc., and add market sentiment indicators and macroeconomic indicators.
  3. Model Construction: Design a three-layer LSTM network with 64 neurons per layer, using Dropout technology to prevent overfitting.
  4. Training and Validation: Use 80% of the data to train the model and 20% to validate, using early stopping to prevent overfitting.
  5. Result Evaluation: The model achieved a 62% directional prediction accuracy on the test set, significantly higher than the random level of 50%.

Case Study 2: News Sentiment Analysis Based on Natural Language Processing

A quantitative fund developed a news sentiment analysis system to track market sentiment changes in real-time:

  1. Data Collection: Connect to mainstream financial media and social media platforms through APIs to obtain real-time news and social data.
  2. Text Preprocessing: Clean text data, remove stop words, and perform stemming and lemmatization.
  3. Sentiment Analysis: Use pre-trained BERT models for sentiment classification to identify emotional tendencies in text.
  4. Sentiment Index Construction: Integrate sentiment data from different sources to build a market sentiment index and compare it with historical data for analysis.
  5. Signal Application: Incorporate sentiment signals into trading strategies, adjusting positions and risk exposures during extreme market sentiment.

Summary and Outlook

AI technology analysis has brought unprecedented depth and breadth to financial market analysis, but it also comes with new challenges and risks. As explorers of AI Gold Mining, we need to maintain an open learning attitude, continuously absorb new technologies and methods, while establishing comprehensive risk control mechanisms to move forward steadily on the path of pursuing returns.

In the future, with the development of technologies such as quantum computing, federated learning, and explainable AI, AI technology analysis will become more accurate, transparent, and efficient. Investors should continuously pay attention to the development of these cutting-edge technologies, combine them with their own investment practices, and continuously improve their AI technology analysis capabilities to discover true value in the digital financial market.

Remember, AI technology analysis is a powerful tool, but not a universal solution. It should be regarded as a supplement to human wisdom and judgment, rather than a substitute. Only in the combination of AI and human wisdom can we find the best path to market success.

en-ad-detail-full

Related Articles

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-08-08 17:36:54 HTTP/2.0 GET : https://www.hguzs.cn/ai-technology-analysis-mining-digital-markets
  2. 运行时间 : 0.741912s [ 吞吐率:1.35req/s ] 内存消耗:10,380.05kb 文件加载:227
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=71a8f390b597e6163ce1ed347c15a6a2
  1. /www/wwwroot/dermamax.top/index.php ( 0.72 KB )
  2. /www/wwwroot/dermamax.top/vendor/autoload.php ( 0.73 KB )
  3. /www/wwwroot/dermamax.top/vendor/composer/autoload_real.php ( 1.63 KB )
  4. /www/wwwroot/dermamax.top/vendor/composer/platform_check.php ( 1.00 KB )
  5. /www/wwwroot/dermamax.top/vendor/composer/ClassLoader.php ( 15.99 KB )
  6. /www/wwwroot/dermamax.top/vendor/composer/autoload_static.php ( 21.80 KB )
  7. /www/wwwroot/dermamax.top/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  8. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  9. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-mbstring/bootstrap.php ( 0.35 KB )
  10. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.86 KB )
  11. /www/wwwroot/dermamax.top/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  12. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-php80/bootstrap.php ( 1.50 KB )
  13. /www/wwwroot/dermamax.top/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
  14. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  15. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  16. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  17. /www/wwwroot/dermamax.top/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  18. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-deepclone/bootstrap.php ( 0.39 KB )
  19. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-deepclone/bootstrap81.php ( 1.25 KB )
  20. /www/wwwroot/dermamax.top/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
  21. /www/wwwroot/dermamax.top/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
  22. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-ctype/bootstrap.php ( 1.56 KB )
  23. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-ctype/bootstrap80.php ( 1.61 KB )
  24. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-intl-grapheme/bootstrap.php ( 2.81 KB )
  25. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-intl-grapheme/bootstrap80.php ( 3.39 KB )
  26. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-intl-normalizer/bootstrap.php ( 0.94 KB )
  27. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php ( 0.94 KB )
  28. /www/wwwroot/dermamax.top/vendor/yansongda/supports/src/Functions.php ( 1.53 KB )
  29. /www/wwwroot/dermamax.top/vendor/hyperf/engine/src/Functions.php ( 0.83 KB )
  30. /www/wwwroot/dermamax.top/vendor/symfony/clock/Resources/now.php ( 0.67 KB )
  31. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-php85/bootstrap.php ( 1.44 KB )
  32. /www/wwwroot/dermamax.top/vendor/symfony/polyfill-php85/bootstrap80.php ( 0.67 KB )
  33. /www/wwwroot/dermamax.top/vendor/symfony/string/Resources/functions.php ( 0.83 KB )
  34. /www/wwwroot/dermamax.top/vendor/symfony/translation/Resources/functions.php ( 0.55 KB )
  35. /www/wwwroot/dermamax.top/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.60 KB )
  36. /www/wwwroot/dermamax.top/vendor/yansongda/artful/src/Functions.php ( 2.49 KB )
  37. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/helpers.php ( 3.32 KB )
  38. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/alias.php ( 1.32 KB )
  39. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Contracts/Support/Arrayable.php ( 0.25 KB )
  40. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Contracts/Support/Jsonable.php ( 0.24 KB )
  41. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Contracts/Support/Htmlable.php ( 0.18 KB )
  42. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Contracts/Support/CanBeEscapedWhenCastToString.php ( 0.32 KB )
  43. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Arr.php ( 20.65 KB )
  44. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Traits/Macroable.php ( 2.78 KB )
  45. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Collection.php ( 45.17 KB )
  46. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Traits/EnumeratesValues.php ( 28.73 KB )
  47. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Traits/Conditionable.php ( 2.21 KB )
  48. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/Enumerable.php ( 34.26 KB )
  49. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/HigherOrderCollectionProxy.php ( 1.38 KB )
  50. /www/wwwroot/dermamax.top/vendor/jaeger/querylist/src/Collect/Support/LazyCollection.php ( 45.91 KB )
  51. /www/wwwroot/dermamax.top/vendor/overtrue/socialite/src/Contracts/FactoryInterface.php ( 0.48 KB )
  52. /www/wwwroot/dermamax.top/vendor/overtrue/socialite/src/Contracts/UserInterface.php ( 1.04 KB )
  53. /www/wwwroot/dermamax.top/vendor/overtrue/socialite/src/Contracts/ProviderInterface.php ( 2.89 KB )
  54. /www/wwwroot/dermamax.top/vendor/stripe/stripe-php/lib/version_check.php ( 0.23 KB )
  55. /www/wwwroot/dermamax.top/vendor/topthink/think-captcha/src/helper.php ( 1.37 KB )
  56. /www/wwwroot/dermamax.top/vendor/topthink/think-queue/src/common.php ( 1.01 KB )
  57. /www/wwwroot/dermamax.top/vendor/yansongda/pay/src/Functions.php ( 26.24 KB )
  58. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  59. /www/wwwroot/dermamax.top/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  60. /www/wwwroot/dermamax.top/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  61. /www/wwwroot/dermamax.top/app/provider.php ( 0.20 KB )
  62. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Http.php ( 6.22 KB )
  63. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  64. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  65. /www/wwwroot/dermamax.top/app/common.php ( 23.20 KB )
  66. /www/wwwroot/dermamax.top/app/common/function/common.php ( 429.43 KB )
  67. /www/wwwroot/dermamax.top/app/common/function/object.php ( 11.75 KB )
  68. /www/wwwroot/dermamax.top/app/common/function/article.php ( 57.49 KB )
  69. /www/wwwroot/dermamax.top/app/common/function/member.php ( 100.42 KB )
  70. /www/wwwroot/dermamax.top/app/common/function/store.php ( 29.11 KB )
  71. /www/wwwroot/dermamax.top/app/common/function/outlet.php ( 28.37 KB )
  72. /www/wwwroot/dermamax.top/app/common/function/subsite.php ( 67.11 KB )
  73. /www/wwwroot/dermamax.top/app/common/function/goods.php ( 36.66 KB )
  74. /www/wwwroot/dermamax.top/app/common/function/file.php ( 57.82 KB )
  75. /www/wwwroot/dermamax.top/app/common/function/money.php ( 15.30 KB )
  76. /www/wwwroot/dermamax.top/app/common/function/score.php ( 10.17 KB )
  77. /www/wwwroot/dermamax.top/app/common/function/api.php ( 0.75 KB )
  78. /www/wwwroot/dermamax.top/app/common/function/system.php ( 0.88 KB )
  79. /www/wwwroot/dermamax.top/app/common/function/commission.php ( 5.43 KB )
  80. /www/wwwroot/dermamax.top/app/common/function/seo.php ( 44.17 KB )
  81. /www/wwwroot/dermamax.top/app/common/function/theme.php ( 8.14 KB )
  82. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/helper.php ( 18.76 KB )
  83. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Config.php ( 5.93 KB )
  84. /www/wwwroot/dermamax.top/config/app.php ( 11.64 KB )
  85. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  86. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Lang.php ( 1.68 KB )
  87. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  88. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  89. /www/wwwroot/dermamax.top/config/cache.php ( 1.60 KB )
  90. /www/wwwroot/dermamax.top/config/captcha.php ( 0.95 KB )
  91. /www/wwwroot/dermamax.top/config/console.php ( 0.57 KB )
  92. /www/wwwroot/dermamax.top/config/cookie.php ( 0.63 KB )
  93. /www/wwwroot/dermamax.top/config/database.php ( 2.40 KB )
  94. /www/wwwroot/dermamax.top/config/filesystem.php ( 0.62 KB )
  95. /www/wwwroot/dermamax.top/config/gateway_worker.php ( 2.00 KB )
  96. /www/wwwroot/dermamax.top/config/lang.php ( 0.54 KB )
  97. /www/wwwroot/dermamax.top/config/log.php ( 1.41 KB )
  98. /www/wwwroot/dermamax.top/config/middleware.php ( 0.20 KB )
  99. /www/wwwroot/dermamax.top/config/queue.php ( 1.65 KB )
  100. /www/wwwroot/dermamax.top/config/route.php ( 1.59 KB )
  101. /www/wwwroot/dermamax.top/config/session.php ( 0.96 KB )
  102. /www/wwwroot/dermamax.top/config/trace.php ( 0.35 KB )
  103. /www/wwwroot/dermamax.top/config/view.php ( 0.90 KB )
  104. /www/wwwroot/dermamax.top/config/worker.php ( 1.61 KB )
  105. /www/wwwroot/dermamax.top/config/worker_server.php ( 1.99 KB )
  106. /www/wwwroot/dermamax.top/app/event.php ( 1.54 KB )
  107. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Event.php ( 7.77 KB )
  108. /www/wwwroot/dermamax.top/app/service.php ( 0.14 KB )
  109. /www/wwwroot/dermamax.top/app/AppService.php ( 0.60 KB )
  110. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  111. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Console.php ( 22.98 KB )
  112. /www/wwwroot/dermamax.top/app/Request.php ( 0.09 KB )
  113. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Request.php ( 54.64 KB )
  114. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/traits/UrlHandler.php ( 6.05 KB )
  115. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/traits/DomainHandler.php ( 5.49 KB )
  116. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/traits/HttpMethodHandler.php ( 4.74 KB )
  117. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Config.php ( 1.37 KB )
  118. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Cache.php ( 2.06 KB )
  119. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  120. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  121. /www/wwwroot/dermamax.top/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  122. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/helper/Arr.php ( 17.45 KB )
  123. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  124. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/cache/Driver.php ( 9.02 KB )
  125. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  126. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  127. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  128. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  129. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  130. /www/wwwroot/dermamax.top/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  131. /www/wwwroot/dermamax.top/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  132. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.73 KB )
  133. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/PDOConnection.php ( 53.74 KB )
  134. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  135. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  136. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  137. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/Builder.php ( 24.07 KB )
  138. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  139. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/Query.php ( 15.97 KB )
  140. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  141. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  142. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  143. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  144. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  145. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  146. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  147. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  148. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  149. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  150. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  151. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  152. /www/wwwroot/dermamax.top/vendor/services.php ( 0.28 KB )
  153. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  154. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  155. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  156. /www/wwwroot/dermamax.top/vendor/topthink/think-captcha/src/CaptchaService.php ( 0.52 KB )
  157. /www/wwwroot/dermamax.top/vendor/topthink/think-multi-app/src/Service.php ( 1.08 KB )
  158. /www/wwwroot/dermamax.top/vendor/topthink/think-queue/src/queue/Service.php ( 1.24 KB )
  159. /www/wwwroot/dermamax.top/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  160. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  161. /www/wwwroot/dermamax.top/vendor/topthink/think-worker/src/Service.php ( 0.78 KB )
  162. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  163. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  164. /www/wwwroot/dermamax.top/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  165. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  166. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  167. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.20 KB )
  168. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.75 KB )
  169. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  170. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  171. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.30 KB )
  172. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  173. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  174. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  175. /www/wwwroot/dermamax.top/app/middleware.php ( 0.45 KB )
  176. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  177. /www/wwwroot/dermamax.top/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  178. /www/wwwroot/dermamax.top/app/middleware/SecurityHeaders.php ( 0.64 KB )
  179. /www/wwwroot/dermamax.top/app/middleware/LangPrefix.php ( 7.05 KB )
  180. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Cookie.php ( 1.48 KB )
  181. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  182. /www/wwwroot/dermamax.top/app/middleware/LangSwitch.php ( 4.02 KB )
  183. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  184. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  185. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  186. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  187. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  188. /www/wwwroot/dermamax.top/vendor/topthink/think-multi-app/src/MultiApp.php ( 7.06 KB )
  189. /www/wwwroot/dermamax.top/app/home/middleware.php ( 0.12 KB )
  190. /www/wwwroot/dermamax.top/app/home/lang/zh-cn.php ( 3.01 KB )
  191. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/middleware/LoadLangPack.php ( 3.50 KB )
  192. /www/wwwroot/dermamax.top/app/middleware/SubsiteLangPack.php ( 5.26 KB )
  193. /www/wwwroot/dermamax.top/app/common/lang/0/en.php ( 45.79 KB )
  194. /www/wwwroot/dermamax.top/app/home/lang/24/en.php ( 14.17 KB )
  195. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  196. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/RuleName.php ( 5.74 KB )
  197. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  198. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.41 KB )
  199. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/Rule.php ( 27.49 KB )
  200. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  201. /www/wwwroot/dermamax.top/app/home/route/router.php ( 12.22 KB )
  202. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  203. /www/wwwroot/dermamax.top/app/common/model/Route.php ( 3.01 KB )
  204. /www/wwwroot/dermamax.top/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  205. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  206. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/Dispatch.php ( 11.32 KB )
  207. /www/wwwroot/dermamax.top/app/home/controller/Document.php ( 101.72 KB )
  208. /www/wwwroot/dermamax.top/app/home/controller/Home.php ( 21.11 KB )
  209. /www/wwwroot/dermamax.top/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  210. /www/wwwroot/dermamax.top/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  211. /www/wwwroot/dermamax.top/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  212. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/Raw.php ( 1.30 KB )
  213. /www/wwwroot/dermamax.top/app/common/model/Member.php ( 16.79 KB )
  214. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/facade/Session.php ( 1.79 KB )
  215. /www/wwwroot/dermamax.top/app/common/model/Document.php ( 37.40 KB )
  216. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/db/Express.php ( 1.53 KB )
  217. /www/wwwroot/dermamax.top/app/common/paginator/Normal.php ( 0.11 KB )
  218. /www/wwwroot/dermamax.top/vendor/topthink/think-orm/src/paginator/driver/Bootstrap.php ( 5.48 KB )
  219. /www/wwwroot/dermamax.top/runtime/home/hguzs/tmpl/77c3e0854473f54112997abca45a0f1a.php ( 28.13 KB )
  220. /www/wwwroot/dermamax.top/vendor/topthink/think-multi-app/src/Url.php ( 7.52 KB )
  221. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/route/Url.php ( 14.05 KB )
  222. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/Response.php ( 9.07 KB )
  223. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/response/Html.php ( 0.97 KB )
  224. /www/wwwroot/dermamax.top/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  225. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/log/driver/File.php ( 6.10 KB )
  226. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  227. /www/wwwroot/dermamax.top/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
0.776349s