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
  • How to load the comment list through ajax

    The comment information is loaded when you first enter the details page, but every time after posting a comment, the comment content cannot be loaded without refreshing the page. What should I do through ajax?

    唐彡公子 2018-08-16 17:24:40 0  3  1402

  • User comment question

    Teacher, the user_id value under the comment should be $Think.session.user_id. If you do that, the user_id of the comment will become the user_id of the published article. I think isLogin in the Base controller should be called first in the controller. Method, determine whether the user is logged in...

    新新新新生 2019-01-10 14:37:13 0  2  1484

  • php framework - laravel comment system recommendation?

    As the title states, I recently wanted to write a comment system for my kindle e-book sharing system, using the laravel framework. After searching, it seems that a popular comment system is friendsofsymfony/comment-bundle. I have never used it, and there is no official website. Demo and the like, I ...

    曾经蜡笔没有小新 2017-05-16 16:53:59 0  1  701

  • <!-- -->What is the shortcut for this comment?

    <!-- -->What is the shortcut for this comment?

    胡汉三 2018-08-15 11:30:28 0  1  1847

  • javascript - How to make a comment component yourself?

    What do I need to learn to implement such a comment component?

    我想大声告诉你 2017-05-19 10:44:08 0  2  750

  • PHP imitates Weibo comment reply function (recursive idea)

    How to imitate Weibo comment reply function in PHP (recursive idea) Please give me some advice! ! ! !

    七月 2019-10-22 17:10:15 0  3  1950

  • What shortcut key does the teacher press to make a quick comment?

    What shortcut key does the teacher press to make a quick comment?

    爱上第一名 2019-10-21 21:53:27 0  1  1558

  • Issues with Eslint and Vue/Comment directives

    Hi, I just ran my website and got 20 errors like this: ModuleError(from./node_modules/eslint-loader/dist/cjs.js):errorclearvue/comment-directive Any idea what is going wrong here?

    P粉312195700 2024-03-26 09:36:09 0  1  556

  • Could you please tell me how to use the mouse to drag the specified code to delete the slash//comment shortcut key?

    Could you please tell me how to use the mouse to drag the specified code to delete the slash//comment shortcut key?

    l亮哥 2019-12-24 16:01:19 0  1  1288

  • How to comment .vue files in sublime?

    I used scaffolding to build a vue project, and then imported it into sublime text 3. I found that the // comment in the .vue file did not work. I searched on Baidu and found that there are no articles or blogs about this. Who has encountered such a problem? , please explain

    滿天的星座 2017-07-05 10:37:32 0  4  1019

  • How to get the article ID and record it in the database when thinkphp3.2.3 clicks to submit a comment? ? ?

    How to get the article id when clicking the comment button when commenting in thinkphp3.2.3 and record it in the database. How to implement the code?

    meimei 2018-04-22 16:26:26 0  1  1243

  • When creating a table, a datetime error is reported. I don't know why?

    [SQL] create table s7_note(  id mediumint unsigned not null auto_increment comment 'Id',  title varchar(100) not null comment '标题',  content longtext not null comment &#

    元曦 2017-08-21 11:52:27 0  3  1536

  • There is a downward arrow in the comment. If you delete it, an error will be reported. What is the function of this?

    I found this comment when I modified the code. After deleting it, the program reported an error. What is this? If you want to modify or add

    黄金强Cena ʚɞ 2022-06-01 13:49:11 1  3  1132

  • angular.js - Ask about deleting an object array from a multi-dimensional object array in angular

    Comment display is ng-repeat, comment in comments. There is a function to delete comments. After ng-click, the comment is passed to the delete function, and then the comment is deleted from comments. How should the delete statement be written? Thanks!

    给我你的怀抱 2017-05-15 16:59:30 0  2  700

  • SYMFONY2 LEFTJOIN query error

    There are two instances of blog and comment: blog.comments stores the comment type comment.blog_id is the foreign key of blog. My query statement: {code...} Error message: {code...} The main code of comment, others are Is the generated {code...} blog main code...

    習慣沉默 2017-05-16 16:44:35 0  1  645

  • javascript - Display and hide issues of comment reply box

    I have been replying to article comments recently, and the table structure is clear. However, when making the front page, I am not sure whether the reply box is generated in advance based on the template, or when the user clicks the reply button, the js is dynamically added below the current comment...

    PHP中文网 2017-05-19 10:14:58 0  2  821

  • php - How to recursively get all comments of an article? ? ?

    Table structure: comment_id comment Idarc_id article IDcontent content parent_id comment parent node I want to get such a data structure recursively: $arr=array({code...})

    phpcn_u1582 2017-06-30 09:53:28 0  1  1051

  • Urgent! Urgent! ! ! Please ask a master to answer the question about website comments. Is there any master who can help me?

    The original comment box of the website can be displayed normally before the comment content list is replaced. The replacement position of the comment box is above and the comment list outputs an error after being replaced. The replacement position code is as follows. When it is not replaced, it is ...

    谜迷米~ 2020-11-16 15:36:20 0  2  1126

  • Apply the `margin` attribute to the `fixed` element and `z-index: 1`

    There is a list and a comment field. The comment field is fixed to the bottom of the page. When the list is long, page scrolling is applied. I want the bottom of the list to always be some vertical distance from the top of the comment field. Of course, I could apply the margin-bottom attribute to th...

    P粉986028039 2023-09-17 21:44:03 0  1  781

  • php - How to match Markdiwn's H1~H6 using regular expressions?

    Simply using /(#{1,6}) *(\S+) *(?:\r|\n)*/ can indeed match the H1~H6 titles in Markdown, but it also separates the references and code blocks. # (such as a comment) is matched, such as: a piece of text uses a comment of &gt; or {code...} # uses a comment of &#x60;{code...}...

    某草草 2017-06-14 10:49:55 0  2  757

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

About us Disclaimer Sitemap

© php.cn All rights reserved