玩命唇膏

文章
10
资源
0
加入时间
3年0月8天

- (NSString *)stringByExpandingTildeInPath

下面是- (NSString *)stringByExpandingTildeInPathDescription Returns a new string made by expanding the initial component of the receiver to its full path value.Note that this method only works with fi

朝花夕拾--C++再学习

一,寻址通过变量名 通过内存地址取地址运算符&,用来获得变量的地址.void getAddress() { int var; cout<<"var address is: "<<&var<<endl;}输出结果是:var address is: 0x7ffcf4dd4e14为何这里是

python-小知识点 ---switch-case 模拟计算器

不同于其他语言,python中没有switch case语句,关于为什么没有,官方的解释是这样的python 需要实现类似switch-case功能就需要自定义函数或类来处理使用字典配合函数直接取值def foo(var): return { 'a': 1, 'b': 2, 'c': 3, }.get(var, 0) #0为找不到默认返回值,相当于处理default,可自设置calcer = input("输入:")result = [fo

laravel安装和配置教程

系统环境需求 apache,nginx或者其他web服务器; laravel使用了PHP的一些强而有力的特性,所以需要在PHP5 3或者