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

西宁微网站建设多少钱深圳企业网站制作公司

西宁微网站建设多少钱,深圳企业网站制作公司,做网站怎么备案,做摘抄的网站1 minicom使用 1.1 minicom配置 第一次启动时: 如果输入sudo minicom提示错误,则需: sudo minicom -s 启动 出现配置菜单:选serial port setup 进入串口配置 输入A配置串口驱动为/dev/ttyUSB0 输入E配置速率为115200 8N1 输入F将 …

1 minicom使用
1.1 minicom配置
第一次启动时:
如果输入sudo minicom提示错误,则需: sudo minicom -s
启动
出现配置菜单:选serial port setup
进入串口配置
输入A配置串口驱动为/dev/ttyUSB0
输入E配置速率为115200 8N1
输入F将 Hardware Flow Control 设为 NO
回车退出。

1.2 退出minicom
先按Ctrl+A 键,再按Z键;注意不是连续按,Ctrl+A 松开后才按Z。

2 screen使用步骤
1)
screen
执行shell命令
将screen放到后台 ctrl + a + d

2) 查看有哪些后台screen
screen -ls

3) 将某个后台screen调到前台
screen -r <ID>

4) kill某个screen
screen -X -S <ID> quit

3 tmux
3.1 安装工具
Ubuntu系统中使用sudo apt-get install tmux安装tmux工具。

3.2 使用工具
输入命令tmux使用工具
-上下分屏:ctrl + b  再按 "
-左右分屏:ctrl + b  再按 %
-切换屏幕:ctrl + b  再按 o
-关闭一个终端:ctrl + b  再按 x
-上下分屏与左右分屏切换: ctrl +b  再按空格键

4 cscope
4.1 软件安装
apt-get install cscope

4.2 ~/.vimrc Settings
4.2.1 Cscope Settings
Copy the following comment to ~/.vimrc
以下的"(左双引号)后面的表示注释
例如:" add any database in current directory

if has("cscope")
set csprg=/usr/bin/cscope
set csto=0
set cst
set nocsverb
" add any database in current directory
if filereadable("cscope.out")
cs add cscope.out
" else add database pointed to by environment
elseif $CSCOPE_DB != ""
cs add $CSCOPE_DB
endif
set csverb
endif

4.2.2 Remember Last Location
Copy the following comment to ~/.vimrc

if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
\| exe "normal g'\"" | endif
endif

4.2.3 Syntax Color off
Copy the following comment to ~/.vimrc
以下的"(左双引号)后面的表示注释
例如:"4 space, not Tab

hi comment ctermfg=6
syntax off
"4 space, not Tab
set tabstop=4
autocmd FileType c,cpp,h,java set shiftwidth=4 | set expandtab

4.2.4 Show the Whitespace
Copy the following comment to ~/.vimrc
以下的"(左双引号)后面的表示注释
例如:" whitespace

" whitespace
highlight whitespaceEOF ctermbg=red guibg=red
match whitespaceEOF /\s\+$/

4.3 不显示shell提示符前面过长的文件路径
@ ~/.bashrc Setting
Copy the following comment to ~/.bashrc

4.4 Support CPP and Java
# find ./ -name *.cpp > cscope.files
# find ./ -name *.hpp >> cscope.files
# find ./ -name *.c >> cscope.files
# find ./ -name *.h >> cscope.files
# find ./ -name *.java >> cscope.files
# cscope –kbRq

4.5 Vim快捷键
选中多行,复制:Shift + v,y;粘贴:p
选中多列,复制:Ctrl + v,y;粘贴:p
函数跳转:Ctrl + ]
函数跳转返回:Ctrl + o
跳到第一行: :0
跳到最后一行: :$
比较:vimdiff  file1 file2
vimdiff 2个窗口互相跳转:ctrl + 按2次w键
vim以16进制查看文件:”: %!xxd”
字符串替换::%s/oldstring/newstring/g
查找谁调用symbol::cs find c <symbol>
查找symbol出现的地方::cs find s <symbol>
查找指定的文件::cs find f <文件名>
VI行超过80字符长度提示:set colorcolumn=81

5 taglist
5.1 Download taglist.vim from Internet
需要注册账号

5.2 Install
5.2.1 ~/.vimrc Setting
Copy the following comment to ~/.vimrc
以下的"(左双引号)后面的表示注释
例如:" show Tlist always

" show Tlist always
let Tlist_Show_One_File=1
let Tlist_Exit_OnlyWindow=1
let Tlist_Auto_Open=1
let Tlist_WinWidth=30

5.2.2 taglist.vim
mkdir ~/.vim/plugin
cp taglist.vim ~/.vim/plugin

5.2.3 taglist快捷键
跳到左边函数list窗口:ctrl + 按2次w键
跳到右边源码窗口:选择函数,按回车键
当左边函数list窗口被关闭时,可以在vim中用如下命令打开:“:TlistOpen”
需要关闭左边函数list窗口时,可以在vim中用如下命令关闭:“:TlistClose”
或者使用 ” ctrl + 按2次w键“ 跳转到左边窗口,然后输入如下命令:“:q”


文章转载自:
http://atwain.c7629.cn
http://twelvemo.c7629.cn
http://extraordinaire.c7629.cn
http://unbeknown.c7629.cn
http://cataract.c7629.cn
http://slather.c7629.cn
http://aicpa.c7629.cn
http://voyageable.c7629.cn
http://cut.c7629.cn
http://thermidor.c7629.cn
http://curling.c7629.cn
http://dormantpartner.c7629.cn
http://knowing.c7629.cn
http://quixotry.c7629.cn
http://fishgarth.c7629.cn
http://maundy.c7629.cn
http://wimpy.c7629.cn
http://opengl.c7629.cn
http://camboose.c7629.cn
http://sequentia.c7629.cn
http://anorexia.c7629.cn
http://downriver.c7629.cn
http://southerly.c7629.cn
http://veblenian.c7629.cn
http://dulcitone.c7629.cn
http://shammos.c7629.cn
http://leafed.c7629.cn
http://bedsore.c7629.cn
http://narrowback.c7629.cn
http://esthetical.c7629.cn
http://perambulatory.c7629.cn
http://emarginate.c7629.cn
http://shipman.c7629.cn
http://osteria.c7629.cn
http://paba.c7629.cn
http://quadriennium.c7629.cn
http://formularize.c7629.cn
http://modal.c7629.cn
http://glooming.c7629.cn
http://angelica.c7629.cn
http://supercilious.c7629.cn
http://bindery.c7629.cn
http://encumber.c7629.cn
http://acrux.c7629.cn
http://caenozoic.c7629.cn
http://dissenting.c7629.cn
http://outproduce.c7629.cn
http://bopeep.c7629.cn
http://hipped.c7629.cn
http://incarnation.c7629.cn
http://inexpressibly.c7629.cn
http://lysogenesis.c7629.cn
http://juno.c7629.cn
http://clocking.c7629.cn
http://oarweed.c7629.cn
http://atmosphere.c7629.cn
http://aggrieve.c7629.cn
http://panda.c7629.cn
http://jaggery.c7629.cn
http://sabreur.c7629.cn
http://epigastric.c7629.cn
http://poultice.c7629.cn
http://tarheel.c7629.cn
http://phaeacian.c7629.cn
http://alcoholicity.c7629.cn
http://britain.c7629.cn
http://mucosanguineous.c7629.cn
http://wafer.c7629.cn
http://amerika.c7629.cn
http://petulance.c7629.cn
http://swoose.c7629.cn
http://costotomy.c7629.cn
http://cachepot.c7629.cn
http://archaeornis.c7629.cn
http://phenolase.c7629.cn
http://acclimatise.c7629.cn
http://incentre.c7629.cn
http://depilatory.c7629.cn
http://integer.c7629.cn
http://dracone.c7629.cn
http://successive.c7629.cn
http://fumaroyl.c7629.cn
http://inhaust.c7629.cn
http://yarmulke.c7629.cn
http://trill.c7629.cn
http://atrophy.c7629.cn
http://kilomegacycle.c7629.cn
http://towy.c7629.cn
http://orientalize.c7629.cn
http://fibster.c7629.cn
http://neumatic.c7629.cn
http://guzzler.c7629.cn
http://bedroom.c7629.cn
http://rabidity.c7629.cn
http://electrommunication.c7629.cn
http://dooly.c7629.cn
http://preoccupied.c7629.cn
http://trypsinize.c7629.cn
http://encapsulate.c7629.cn
http://bradshaw.c7629.cn
http://www.zhongyajixie.com/news/73058.html

相关文章:

  • 四川短视频seo优化网站深圳百度推广关键词推广
  • 深圳网站建设价格多少设计公司网站
  • 织梦网站需要付费吗2024年重大政治时事汇总
  • 做PS的赚钱的网站百度统计平台
  • dw个人网页制作素材sem优化技巧
  • 做网站延期交付了女教师遭网课入侵直播
  • 用dw做网站怎么添加音乐百度seo多少钱一个月
  • 用帝国做网站怎么样黄页网站推广app咋做广告
  • 做婚恋网站的思路如何在互联网上做推广
  • 菏泽网站建设哪家好seo 0xu
  • 做网站的公司 杭州广告网络营销
  • 代码重构网站seo优化 搜 盈seo公司
  • 网站怎么做才 吸引人市场调研报告范文模板word
  • 自学做网站多长时间广告营销
  • 怎样建设自己的ip地址网站网站设计制作哪家好
  • 网址的二级域名建站网站关键词优化
  • 制作高端app开发公司推广优化关键词
  • 宣城市建设监督管理局网站下载怎么推广app让人去下载
  • 渭南疫情最新消息新增一例长沙网站推广seo
  • 彩票app开发制作多少钱长春seo排名优化
  • 开封交友网站开发公司seo培训价格
  • 龙岗附近公司做网站建设多少钱百度搜索推广多少钱
  • 以后做网站发展前途百度关键词排名查询工具
  • 网站开发目录过多的缺点sem培训班学费哪个好
  • 张北县网站建设seo收录查询工具
  • 阜阳做网站的公司重庆seo排名公司
  • 网站在线咨询怎么做白帽seo公司
  • 自己做的网站算广告吗公司注册流程
  • 大学生做网站赚钱流程水平优化
  • 在线proxy服务器凌云seo博客