One-click application process for software copyright

Website: http://www.ccopyright.com.cn/

 

 

 

 

 

On-demand registration number account

Fill out the form

Project name: XXXXXXX system

Project abbreviation: XXXX system

Hardware environment: windows, nginx

Software environment: jdk, rides, maven

Programming language: java, VC++

Amount of source code: 60000 lines

Main functions and technical features:

    1. System management: account opening, configuration permissions; 2. System tools: code generation, interface documents, form components; 3.......

Soft code requirements

  • The program is submitted for the first 30 pages and the last 30 pages, with about 50 lines per page. (Front end 30, rear end 30)
  • Submit all source programs with less than 60 pages, and submit only the first 30 pages and the last 30 pages if they exceed 60 pages
  • Font: Times New Roman           Size: Small Five
  • Paragraph: fixed value 13.8
  • Header: write the soft name and version number on the left, write the page number on the right
  • Code to remove spaces and extra line breaks
  • Quote from other bloggers' tutorials: Code document editing tutorial ()
  • Personal method:
1、 打开nodepad

2、视图->显示符号->显示所有字符

3、全选内容并Ctrl+F,勾选正则表达式

4、去空格

^\s+替换为空白

5、去换行

\r\n\r\n替换为\r\n

Guess you like

Origin blog.csdn.net/qq_37768368/article/details/109090256