Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • angular.js - Dear masters, for hybrid development, which framework do you recommend to use in the web approach? react? vue? angular? Thank you~

    As the title states, what framework do you recommend for hybrid development in the web approach? react? vue? angular? Then what is the reason for the recommendation? And are there any other recommendations? Thank you ~

    给我你的怀抱 2017-05-15 17:00:28 0  4  670

  • javascript - Why doesn't SwitchyOmega approach Charles' agent?

    1. SwitchyOmega is used for proxy management on chrome. 2. Originally, I went through the Great Wall to see the simple configuration of the intranet. Recently, I need to use charles to do the local map remote. 3. Open the system proxy of charles, as shown in the figure: 4. The current proxy on mac i...

    大家讲道理 2017-06-05 11:13:50 0  1  970

  • html5 - How to adapt Vuejs server-side rendering and routing to mobile and PC

    My current approach is, but if I do this, the front-end js will directly report an error: {code...} {code...} I would like to know what the industry's common approach will be like? For example, I have written two pages a.vue and a-mobile.vue. How can I control the same route http://a.com to point to...

    大家讲道理 2017-07-06 10:34:58 0  1  1185

  • Demonstrating SQL Virtual/Temporary Table Approach: Extracting Data from an Associative Array

    I need a simple SQL query to display a virtual/temporary table without creating it in the database. I'm using PHP to create a query string with data. My current PHP code is: $array=[['id'=>1,'name'=>'one'],['id'=>2,'name'=>'two'],['id '=>3,'name'=>'three']];$subQuery="SELECT{$...

    P粉066224086 2023-09-03 16:26:28 0  1  683

  • node.js - How to operate Mongodb in node project? Is my approach feasible?

    This is the first time I came into contact with the node project. I used the node-mongodb-native module officially provided by mongodb to connect and operate mongodb. I connected the database in the entrance app.js, but I want to operate the database elsewhere. Here is what I do: {code...} I put the...

    女神的闺蜜爱上我 2017-06-10 09:48:03 0  1  768

  • Why is Pinia/Vuex preferred over the classic approach with service classes?

    Pinia/Vuex and Redux are designed to be a "single source of truth" where you can have one or more stores to hold application data that can be obtained from anywhere. The Pinia store looks like this: exportletuseProductsStore=defineStore('products',()=>{letdata=ref(products);functiongetL...

    P粉358281574 2024-01-10 16:53:42 0  1  820

  • javascript - Is it unprofessional to use console.log to debug JS?

    In the year since I taught myself front-end, I have been accustomed to using console.log to debug JS code. But isn’t this approach very amateurish? Should I stop this habit and try using the browser's debugging tools?

    phpcn_u1582 2017-07-05 11:01:00 0  8  1007

  • React Layout VS Router

    I have a question about displaying or routing components in React. I set up a homepage layout with a header, left menu, and content sections. The idea is to have a page where you only need to change the main content section. I'm wondering if this is a good approach and if I have to use a router or j...

    P粉387108772 2023-09-11 13:01:22 0  1  676

  • Create a column for cumulative sum in MySQL

    I have a table that looks like this: idcount1100250310 I want to add a new column called cumulative_sum, so the table looks like this: idcountcumulative_sum1100100250150310160 Is there a MySQL update statement that can easily achieve this? What's the best approach?

    P粉670838735 2023-08-22 11:26:08 0  2  656

  • javascript - Problem with Qiniu uploading pictures

    If I upload images in two places on a page but I think their keys are different, how can I separate them without conflict? My current approach is to create two files {code...} But why do the keys look the same?

    迷茫 2017-06-22 11:54:16 0  2  759

  • javascript - The app made by hbuilder can jump to the page when changing the mode while viewing it. Why can't it jump on the mobile phone?

    What is the correct page jump mode? My approach is to jump directly to the price href on the A tag. It can jump on the IDE but not a single page can jump on the mobile phone. Please give me some advice!

    天蓬老师 2017-05-16 13:35:15 0  1  992

  • SQL Request Guide in Laravel

    I have a working request in phpMyAdmin SELECTDISTINCTid,name,articulFROMproductsWHEREcategory_id=40orderbyarticul; How can I execute this request in the correct format using query builder in Laravel? What should the model's approach be? First, I tried using the following code: $products=Product::ord...

    P粉124890778 2023-09-06 19:29:24 0  1  650

  • How to log exceptions at Spring's @Transaction level?

    Before using @Transaction, my business code model was roughly as follows: {code...} Similar to the above, no matter whether my above database operation is executed successfully or failed, I can get feedback in the log. But the above approach will cause a lot of code...

    某草草 2017-06-06 09:51:47 0  2  747

  • ErrorException Trying to get property 'nom_service' of non-object

    Please help I've tried the max approach with no results, I'm a beginner with Laravel! ! ! liste.blade.php<td>{{$data->candidature->demande}}</td><td>{{$data->candidature->service->nom_service}}</td><td>{ {$data-&

    P粉662089521 2024-02-26 22:38:44 0  1  751

  • php - multi-terminal project architecture

    The new project includes PC+H5+WeChat+App 4 terminals. How should the server-side architecture be designed? Can it facilitate future maintenance and code reuse? The previous approach was to have independent code at each end, with a lot of repeated code, which felt inappropriate.

    女神的闺蜜爱上我 2017-06-28 09:24:23 0  1  1135

  • angular.js - How to load gracefully on demand in angularjs

    Requirements: One of my applications has two controllers, controllerA and controllerB. The initial page entered by the application is a.html controlled by controllerA. When the user enters B from A, the Amap map must be loaded in b.html. The current approach is to load the high...

    漂亮男人 2017-05-15 16:54:04 0  2  605

  • angular.js - How to get the content in the span tag after clicking a span tag in angularjs?

    There are many descriptions of hobbies here. Each description is placed in a span tag. I added ng-click='getHobby()' to each span tag. How to use $scope.getHobby=function(){} How to get the description in the corresponding span tag when clicked? My approach: I tried binding...

    过去多啦不再A梦 2017-05-15 16:55:27 0  5  804

  • Teacher, what's wrong with my approach to the question you asked? Unable to export if you are not a member

    import java.util.Scanner;public class IfElse嵌套 {    public static void main(String[] args){        Scanner input = new Scanner(System.in);        Syst

    阿智 2019-09-28 20:57:39 0  0  1461

  • objective-c - I made a demo of Baidu map positioning, but there were many errors.

    1. Baidu Cloud Disk 15M Please help me check http://pan.baidu.com/s/1dFfSUHj2. In the past, my approach was to initialize a BMKManager object in AppDelegate.m to obtain network status and usage permissions. Then change the .m to .mm 3. A lot of mistakes happened at this step.

    阿神 2017-05-02 09:23:58 0  2  747

  • angular.js - The include directive of angularjs, the included page cannot load js

    {Code...} In project_index.jsp: {Code...} The generated URL is correct and can be accessed in the browser, but I have seen the request record and this js has not been loaded. Therefore, the content in js cannot be executed. What's the problem with my approach? Thanks for the answer~

    phpcn_u1582 2017-05-15 16:50:36 0  1  625

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved