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
  • php - Problems with Dedecms system and discuz system

    Can any expert tell me about the design ideas of Dedecms system and discuz system? I am preparing for the interview and want to understand it quickly. Thank you.

    PHP中文网 2017-05-16 13:04:46 0  2  705

  • php - How to solve the problem that the third-level linkage address in the background of dedecms form displays a string of numbers?

    The dedecms custom form calls the third-level linkage. The front-end display is normal. When submitted to the back-end, the address is displayed as a number. I saw the same modification opinions on the Internet, but the problem was not solved according to what was said above.

    怪我咯 2017-05-16 13:12:06 0  1  499

  • How to import the html template of dedecms?

    I downloaded a dede template. The files inside are as follows. How should I import them? I set the template style from the background, but the format of the generated home page is wrong.

    指点江山 2018-01-05 09:22:45 0  1  2080

  • How to solve the installation problem of the 'Blue Human Resources Recruitment Enterprise Entire Site' in the source code of the enterprise website?

    After the installation is complete, an error message appears when entering the background: DedeCMS Error: (PHP 5.3 and above) Please set 'request_order' ini value to include C,G and P (recommended: 'CGP') in php.ini,more... Please help solve it ,Thanks!

    phpcn_u36343 2017-09-29 14:37:03 0  2  1214

  • mvc - How to solve these bottlenecks encountered in program reconstruction (reinvention)?

    I personally wrote a program many years ago. It took several years to improve on dedecms. For the following reasons, I want to completely refactor the program: {code...} There are a lot of problems, and I am now ready to refactor. Use thinkphp3.2.x + bootstrap + jquery. But encountered a bottleneck:...

    某草草 2017-05-16 17:06:21 0  5  680

  • DeDeCMS was modified to the absolute path method of the whole site. The list page is not called. Please guide me!

    1. Setting method: 2. The homepage dede:arclist calls the dynamic jump URL and cannot be used. Check Baidu and the following code can solve the problem. Website: https://www.wlzm369.com/index.html Home page announcement can display: {dede:arclist row='6' titlelen='50' typeid='11' addfields=&#39

    A-王青召 2018-11-03 16:53:55 0  0  1209

  • javascript - The banner image of the website becomes blank in IE and 360 safe browser compatibility mode

    1. The website is a template of dedecms. I modified the template code myself. This is the code of the picture on the homepage (http://www.yxjfu.com/index.html). 2. The website is in Google, Firefox, and 360 speed mode. normal. When opening in IE, 360 compatibility mode, sometimes the banner image wi...

    怪我咯 2017-07-01 09:12:18 0  1  1498

  • Nginx pseudo-static problem in Windows environment, please answer it if you know it

    I built a dedecms website using the Nginx configuration in phpstudy in a Windows environment. However, switching to Apache pseudo-static works, but using Nginx pseudo-static does not work. I used various tutorials on the Internet for various conversions, but pseudo-static under Nginx does not work, ...

    wolf 2018-06-27 10:42:46 0  2  1320

  • php - Ask a question about DreamWeaver cms

    Today I encountered a problem when using dedecms to set templates. There is a template, and content can be added normally, but the column cannot be updated. It prompts that the template does not exist and the document cannot be parsed. Have you ever encountered this kind of problem? Thank you. Added...

    phpcn_u1582 2017-05-27 17:42:21 0  2  576

  • Team collaboration - What should I do if someone needs the feature I wrote as a dependency in git flow?

    For example, I am developing the feature/user user management module to provide the user's name, information, etc., and my colleague is developing the feature/login login system. He needs my user module to detect whether the user can log in, obtain user information, etc. Question 1: Assuming I've do...

    伊谢尔伦 2017-05-02 09:28:14 0  3  862

  • Objective-c - Constraints for iOS a warning issue

    1. Description: I customize a View, and the View and sub-controls inside are laid out using Masonry. When using it, first create this [[View alloc]init] and then add it to scrollView. After obtaining the data, calculate the size, and then set the frame of the View. 2. Question: The two sentences in ...

    迷茫 2017-05-02 09:28:15 0  1  558

  • Confusion about using gitlab's fork&pull request mode within the team

    As title. The company now uses gitlab, and the general usage process is as follows: 1. The boss creates a main warehouse mainrepo 2. Each member forks a copy of mainrepo 3. Develops in the code that has been forked by itself 4. After the development is completed, issue a merge request and wait Boss ...

    滿天的星座 2017-05-02 09:28:16 0  4  779

  • Objective-c - In iOS development, Instagram cannot be authorized after logging in. Instagram does not jump back to the application. How to get the callback address?

    In iOS development, Instagram cannot be authorized after logging in. Instagram does not jump back to the application. How to get the callback address?

    習慣沉默 2017-05-02 09:28:17 0  0  694

  • Version Control - About the use of SVN and GIT in company projects?

    The actual requirement is that there is a code now, and another colleague needs to expand and develop based on some functions of this code. Later, colleagues will gradually participate in the development of other modules. I would like to ask whether it is better to use SVN or GIT for multi-person co...

    伊谢尔伦 2017-05-02 09:28:17 0  2  675

  • objective-c - socket sends data in xml format

    1. Use GCDAsyncSocket to send a string in XML format. How to convert the XML string into NSData type and send it out?

    为情所困 2017-05-02 09:28:18 0  0  529

  • github - How to keep Git multi-branch public classes up to date

    For example, there is a general class A under the master branch of a project. I created a new branch dev for development (there are 2 branches locally, 1 is master and 1 is dev). The next day, the class A code of the master branch It has been updated and if I pull the dev branch, A is still the old ...

    给我你的怀抱 2017-05-02 09:28:19 0  2  662

  • Objective-c - About static library conflict?

    I encountered a problem when integrating the project. The error is that some attributes in the library are repeated? I wonder if it has something to do with setting -Objc -all_load in Other Linker Flags? What should I do if I want to modify these repeated attributes? thank you all

    滿天的星座 2017-05-02 09:28:20 0  0  531

  • Files that have been added are ignored in git

    Describe your problem. During the development process, some files were not ignored at the time and were added to git (configuration file config.php). Now they need to be deleted from git. Paste the relevant code $git rm --cached /config/config.php and paste the error message fatal: Could not s...

    巴扎黑 2017-05-02 09:28:21 0  3  622

  • objective-c - iOS audio playback timer, how to access the remaining playback time even when the interface jumps, and where should the timer be stored?

    If no timing is selected, the first one will be selected by default when it pops up for the first time. If a certain time is selected, the last selected cell will be displayed next time and the remaining time will be displayed.

    大家讲道理 2017-05-02 09:28:23 0  0  478

  • github - Gighub Desktop git(origin/master) conflict, how to solve it

    How to resolve conflicts?

    过去多啦不再A梦 2017-05-02 09:28:24 0  2  913

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

About us Disclaimer Sitemap

© php.cn All rights reserved