Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains, Private Domains
Green Exchange, New UI Multilingual Blockchain Exchange, Virtual Currency Trading Platform, Seconds Contracts, IEO Subscription, Options, Financial Management Subscription Mining Machine
Green Exchange, a new UI multilingual blockchain exchange, virtual currency trading platform, seconds contracts, IEO subscription, options, financial management subscription mining machine. Both frontend and backend are fully open source and can be二次 developed. The frontend is entirely HTML-based, and the backend uses the TP framework. This system has comprehensive features and excellent UI, with day and night modes, supports nine languages in the frontend, and is suitable for multi-country markets. #GreenExchange #Multilingual #Blockchain #Exchange #VirtualCurrency #TradingPlatform #SecondsContracts #IEOSubscription #Options #FinancialManagement #MiningMachine...
New version of Feitian Entertainment CP system, Jianghu Entertainment CP system, lottery result preset, separate room. The system has many secondary development functions, can open unlimited rooms, intelligent control, lottery result preset, manual lottery draw, connecting to third-party paid collection. See pictures for details. #cp #racing #@dajian168 #h5 #lottery #bird #WeChat official account...
Backend ThinkPHP, frontend HTML, fully open source, with manual lottery draw, source code screenshots...
Micro-trading system (second version), #precious metals #micro trading #micro trading platform, #jewelry trading, #diamonds, karat gold, platinum investment, frontend uinapp, backend thinkphp, setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37 setup available (contact @dajian168) 22:37...
Huobi Digital Currency API latency is very high, causing K-line lag issues. Solutions: 1. Upgrade to high-config server 2. Switch to Binance API 3. Use Huobi API proxy/mirror # K-line Data API https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1d&limit=200 # Advantages: – Fast response speed – Completely free – Stable and reliable – Similar data format # K-line Data API https://www.okx.com/api/v5/market/candles?instId=BTC-USDT&bar=1D # Advantages: – Fast access from China – Free to use – Real-time data # Market Data API https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usdt&days=200&interval=daily # Advantages: – No registration required – Large free quota – Comprehensive data # Historical K-line Data https://min-api.cryptocompare.com/data/v2/histoday?fsym=BTC&tsym=USDT&limit=200 # Advantages: – Fast response – Basic features are free – Accurate data *************** public function getkdata() { $pid = $this->app->request->param(‘pid’); if(!$pid) $this->error(‘Product ID cannot be empty’); $num = $this->app->request->param(‘num’, 30); if(!$num) $this->error(‘Time cannot be empty’); $pro = Db::name(‘LcProduct’)->where([‘id’=>$pid])->find(); if(!$pro) $this->error(‘Product information abnormal’); $interval = input(‘interval’,’1′); $klength = ($interval == ‘d’) ? 24*60*60*$num : $interval*60*$num; $k_map[‘pid’] = $pid; $k_map[‘ktime’] = array(‘between’, array(time() – $klength, time())); $pro[‘procode’] = $pro[‘code’]; if(strpos($pro[‘procode’], ‘btc’)!==false || strpos($pro[‘procode’], ‘usdt’)!==false) { // Convert to Binance time interval format switch ($interval) { case ‘1’: $binance_interval = ‘1m’; break; case ‘5’: $binance_interval = ‘5m’; break; case ’15’: $binance_interval = ’15m’; break; case ’30’: $binance_interval = ’30m’; break;......
About a vue project that kept reporting the error ‘vue-cli-service’ is not an internal or external command, nor a runnable program. Delete node_modules in the vue project folder and then reinstall from scratch....
A TikTok order program modification where the frontend doesn’t reflect the changes. FastAdmin development – need to click “Clear Cache” here after every modification. It seems the configuration file update isn’t taking effect. This might be due to ThinkPHP’s configuration cache. Let’s solve it through the following steps: First, confirm the configuration file location and content are correctly modified: “`php // In application/config.php or config/config.php return [ ‘recharge_money_list’ => ‘3610/5000/10000/30000/50000/100000’, // Other configurations… ]; “` Force update the configuration in the controller: “`php public function recharge() { // Force set new configuration \think\Config::set(‘recharge_money_list’, ‘3610/5000/10000/30000/50000/100000’); // Clear cache \think\Cache::clear(); // Print to check configuration dump(config(‘recharge_money_list’)); // Original code… $uid = session(‘user_id’); $this->userInfo = $userInfo = Db::name(‘xy_users’)->where(‘id’, $uid)->field(‘tel,balance,level,all_recharge_num’)->find(); // …other code } “` Or directly override the configuration in the controller: “`php public function recharge() { $money_list = ‘3610/5000/10000/30000/50000/100000’; $list = explode(‘/’, $money_list); $this->assign(‘list’, $list); // Original code… $uid = session(‘user_id’); $this->userInfo = $userInfo = Db::name(‘xy_users’)->where(‘id’, $uid)->field(‘tel,balance,level,all_recharge_num’)->find(); // … } “` If it still doesn’t work, you can try: – Delete cache files under the runtime directory – Restart the PHP service – Check if there are other places overriding this configuration In the template, you can first print to check the......
Record of a Cross-Domain Problem, Micro Disk Frontend uniapp, Backend thinkphp The frontend connects to the API and also uses CDN. I copied solutions from the internet and consulted various AIs. CDN settings: Response header: Access-Control-Allow-Origin Value: * This didn’t work. Modified the Nginx website configuration file in BT panel: add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Methods ‘GET,POST’; add_header Access-Control-Allow-Headers ‘DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization’; This also didn’t work. Finally discovered it was because the domain name was too long. You can all try the methods above once. 2025.4.5 Put the compiled frontend and backend in the same directory. The frontend src can be set to an absolute path: /...
This is a sample post created to test the basic formatting features of the WordPress CMS. Subheading Level 2 You can use bold text , italic text , and combine both styles . Bullet list item #1 Item with bold emphasis And a link: official WordPress site Step one Step two Step three This content is only for demonstration purposes. Feel free to edit or delete it....
A problem where the Laravel framework program could not read the contents of .env. Spent two nights finding the cause, really killed me. Laravel cannot display env(‘APP_URL’) Laravel cannot read the contents of .env The frontend compiled by VEU opens and jumps to /null after one second It’s the Laravel backend API issue Give .env permission 755 php artisan config:clear php artisan cache:clear php artisan config:cache if (count($notice)) { $bannerlist = []; foreach ($notice as $val) { $bannerlist[] = [ ‘src’ => env(‘APP_URL’) . ‘/uploads/’ . $val[‘src’], ‘background’ => ‘#f4f6ff’, ‘url’ => $val[‘jump_url’] ]; } } return $this->returnMsg(200, $bannerlist); The env(‘APP_URL’) in this code is not displaying. The database password in .env should not contain any symbols....