- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 shell 脚本中字符串和数字的比较
在shell中字符串与数值的比较方法是不同的,要注意区分 整数比较: -eq 等于,如:if [ "$a" -eq "$b" ] -ne 不等于,如:if [ "$a" -ne "$b" ] -gt 大于,如:if [ "$a" -gt "$b" ] -ge 大于等于,如:if [ "$a" -ge "$b" ] ...
2019-07-23 11:47:21
5007
原创 centos 安装pygame
安装前依赖包检查及安装 python-devel SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL-devel numpy subversion portmidi-devel libsmpeg-devel ------------------- #yum install python-devel SDL_image-devel SDL_mixer...
2019-03-19 18:04:37
404
转载 #define f(a, b) a##b
表示L与x连接。 以下来自网络: #define Conn(x,y) x##y #define ToChar(x) #@x #define ToString(x) #x x##y表示什么?表示x连接y,举例说: int n = Conn(123,456); 结果就是n=123456; char* str = Conn("asdf", "adf")结果就是 str = "asd
2017-08-30 16:50:56
2595
原创 ubuntu下命令行设置代理的方法
export http_proxy="http://usrname:passwrd@host:port"; export ftp_proxy="http://usrname:passwrd@host:port"; Set http_proxy shell variable Type the following command to set proxy server: $ ...
2017-07-13 11:14:34
11384
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅