当前位置: 首页 > news >正文

公司网站开发怎么收费百度广告费用

公司网站开发怎么收费,百度广告费用,网站建设方案交换认苏州久远网络,做网站暴利赚钱背景:使用了code server,安装CMAKE和CMAKE TOOLS,但是通过ctrlshiftp打开命令面板,运行随便一个cmake指令,都出现了指令无法找到。具体为“命令"CMake: 配置"导致错误 (command ‘cmake.configure’ not fou…

背景:使用了code server,安装CMAKE和CMAKE TOOLS,但是通过ctrl+shift+p打开命令面板,运行随便一个cmake指令,都出现了指令无法找到。具体为“命令"CMake: 配置"导致错误 (command ‘cmake.configure’ not found)”。
在这里插入图片描述

  1. C++工程
    通过C++ Create project创建要给C++工程,里面创建好了src、include、lib和output文件夹,以及Makefile。可以直接通过make实现工程的编译。
    在这里插入图片描述

  2. Makefile
    默认的Makefile文件如下

#
# 'make'        build executable file 'main'
# 'make clean'  removes all .o and executable files
## define the Cpp compiler to use
CXX = g++# define any compile-time flags
CXXFLAGS	:= -std=c++17 -Wall -Wextra -g# define library paths in addition to /usr/lib
#   if I wanted to include libraries not in /usr/lib I'd specify
#   their path using -Lpath, something like:
LFLAGS =# define output directory
OUTPUT	:= output# define source directory
SRC		:= src# define include directory
INCLUDE	:= include# define lib directory
LIB		:= libifeq ($(OS),Windows_NT)
MAIN	:= main.exe
SOURCEDIRS	:= $(SRC)
INCLUDEDIRS	:= $(INCLUDE)
LIBDIRS		:= $(LIB)
FIXPATH = $(subst /,\,$1)
RM			:= del /q /f
MD	:= mkdir
else
MAIN	:= main
SOURCEDIRS	:= $(shell find $(SRC) -type d)
INCLUDEDIRS	:= $(shell find $(INCLUDE) -type d)
LIBDIRS		:= $(shell find $(LIB) -type d)
FIXPATH = $1
RM = rm -f
MD	:= mkdir -p
endif# define any directories containing header files other than /usr/include
INCLUDES	:= $(patsubst %,-I%, $(INCLUDEDIRS:%/=%))# define the C libs
LIBS		:= $(patsubst %,-L%, $(LIBDIRS:%/=%))# define the C source files
SOURCES		:= $(wildcard $(patsubst %,%/*.cpp, $(SOURCEDIRS)))# define the C object files 
OBJECTS		:= $(SOURCES:.cpp=.o)#
# The following part of the makefile is generic; it can be used to 
# build any executable just by changing the definitions above and by
# deleting dependencies appended to the file from 'make depend'
#OUTPUTMAIN	:= $(call FIXPATH,$(OUTPUT)/$(MAIN))all: $(OUTPUT) $(MAIN)@echo Executing 'all' complete!$(OUTPUT):$(MD) $(OUTPUT)$(MAIN): $(OBJECTS) $(CXX) $(CXXFLAGS) $(INCLUDES) -o $(OUTPUTMAIN) $(OBJECTS) $(LFLAGS) $(LIBS)# this is a suffix replacement rule for building .o's from .c's
# it uses automatic variables $<: the name of the prerequisite of
# the rule(a .c file) and $@: the name of the target of the rule (a .o file) 
# (see the gnu make manual section about automatic variables)
.cpp.o:$(CXX) $(CXXFLAGS) $(INCLUDES) -c $<  -o $@.PHONY: clean
clean:$(RM) $(OUTPUTMAIN)$(RM) $(call FIXPATH,$(OBJECTS))@echo Cleanup complete!run: all./$(OUTPUTMAIN)@echo Executing 'run: all' complete!
  1. CMake
    创建一个新的c++工程,一直无法启动cmake,刷新网页也没用。
    解决办法:自己创建文件CMakeLists.txt保存,然后刷新,就可以跳出来cmake的操作台和指令了。然后删除该文件,重新用cmake指令操作下。
    在这里插入图片描述

  2. 基本要补充的Cmake代码

set(CMAKE_CXX_STANDARD 11)set(CMAKE_EXPORT_COMPILE_COMMANDS ON)include_directories(${PROJECT_SOURCE_DIR}/include)add_executable(main 
${PROJECT_SOURCE_DIR}/src/main.cpp
${PROJECT_SOURCE_DIR}/src/other.cpp
)set_target_properties(main PROPERTIES RUNTIME_OUTPUT_DIRECTORY  ${PROJECT_SOURCE_DIR}/output/)
http://www.ds6.com.cn/news/42664.html

相关文章:

  • 容桂做网站下拉词排名
  • 制作网站教程视频百度的广告
  • 济南网签查询系统站内优化主要从哪些方面进行
  • 北京网站建设公司哪家好深圳优化公司高粱seo较
  • 自己家里做网站网速慢百度客服系统
  • 网页图片不显示是什么原因seo文章范文
  • 南和网站建设开发app需要多少资金
  • 个人跨境电商赚钱吗昆明网站seo公司
  • 对一个网站做性能测试大连seo顾问
  • 哪里做百度网站360网站推广登录
  • 温州给企业做网站电商具体是做什么的
  • 公司网站开发立项文档seo怎么搞
  • 公网ip 做网站sem竞价广告
  • 应当加强日常重庆seo推广外包
  • 沈阳做网站找思路提升seo排名平台
  • wordpress应用微信支付成都网站优化平台
  • wordpress透明主题下载seo是搜索引擎营销
  • h5手机网站建设是什么意思长沙seo全网营销
  • 免费建站还用学做网站吗优化20条措施
  • 网站建设顺德最新网站查询
  • 公司网站建设会议纪要app推广方案模板
  • 建立网站分为几阶段腾讯推广一次广告多少钱
  • 有哪些网站可以做外贸互联网推广员是做什么
  • 整站seoseo优化什么平台可以发广告引流
  • 网站做百度推广多少钱百度广告怎么做
  • 王也诸葛青搜索优化软件
  • 廉价网站建设杭州百度seo优化
  • 西宁房地产网站建设百度关键词搜索怎么做
  • 查看一个网站开发语言市场调研报告内容
  • 网站怎么做百科站长工具大全集