logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

完美解决cocos2d libfmod.so.6: cannot open shared object file问题

wang@wang:~/srccomputer/cocos2d-x-3.13.1/build/linux-build/bin/cpp-tests$ ./cpp-tests./cpp-tests: error while loading shared libraries: libfmod.so.6: cannot open shared object file: No such file o

#cocos2d
cocos2d-x 基础系列 (01) 创建一个只有退出程序按钮的demo

在之前的文章中已经熟悉了coco2d-x的基本用法,这个系列主要分析它的一些类,结合官网提供coco2d-x Programmers Guide v3.12.pdfpdf下载地址https://pan.baidu.com/s/1bp3UDP1看完了一大半左右,感觉没有实际写代码好,所以只是走马观花匆匆地扫过去。另外在github上提供更适合新手学习的代码,programmers-g

使用github和jekyll搭建自己的blog

偶然的机会听说可以在github建立自己的网站,然后就搜了搜网上的例子,搭建了一个。如果用过git的程序员,整个过程非常简单。1.安装jekyllubuntu为例,安装jekyll需要安装ruby,ubuntu中的ruby版本太旧,会碰到类似的安装错误的问题如果没有安装gem,安装 sudo apt-get install gem$ sudo gem install j

ubuntu下载安装Visual Studio Code

一直认为微软是闭环软件的始作俑者,但是最近的势头发现人家其实在开源方面还是卓有建树的。以下是它提供的Visual Studio Code的linux版本,正在实践中。有篇文章介绍怎么命令行安装。https://linux.cn/article-5423-1-rel.html不过还有.deb安装方法,可以去官网下载安装包。https://code.visualstudio.com

工作中常用的git命令

可以使用git --help 查看常用的git命令The most commonly used git commands are:   add        Add file contents to the indexgit add . // 当在本地对代码进行修改后,把修改的文件添加到索引库中,   bisect     Find by binary search the c

到底了